Search code examples
Why the value returned by a pthread is not same as passed to the thread function?...


cpthreadsposix

Read More
Why would someone use two shebangs in a shell script?...


bashshellposixshebang

Read More
Bizarre issue with POSIX semaphores...


cposixsemaphore

Read More
How to circumvent dlopen() caching?...


clinkerposixdlopen

Read More
How to check if a path specifies a volume root directory...


clinuxmacosposixstdio

Read More
When non-blocking I/O is turned on for stdout, is it correct for the OS to turn it on for stdin too?...


clinuxmacosposix

Read More
Do operations such as fwrite and fread have undefined behavior when stream is null?...


posixsystem-callsc11

Read More
Is reading into uninitialized memory space ALWAYS ill advised?...


cposixstandardsc-standard-librarydata-handling

Read More
How do I compare strings in Bourne Shell?...


shellshposix

Read More
C shmat in function...


cposixshared-memory

Read More
Processing non-UTF-8 Posix filenames using Python pathlib?...


pythonpython-3.xutf-8posixpathlib

Read More
Const char* argument gives only first character (on python3)...


pythonc++posixaio

Read More
Is there any established order for 'ls' arguments?...


bashshellposixzshls

Read More
Do all systems calls in C associate -1 as its error code?...


cposix

Read More
PHP pcntl_signal callbacks are not called...


phpsignalsposixpcntl

Read More
C++: converting Unix time to non-local timezone...


c++timetimezoneposix

Read More
What does POSIX mean by "two's complement representation" in stdint.h?...


cposixlanguage-lawyer

Read More
POSIX date from dates in weekly time format...


rdateposix

Read More
How to read the manual page for POSIX refering to error codes?...


pthreadsposixmanualmanpage

Read More
Listening socket max connections hit early, while having increased the limit...


swiftmacossocketsunixposix

Read More
Extract multiple values using regex and reformat them into a new string in a shell oneliner?...


linuxshellawksedposix

Read More
Intercept file opening event in Linux...


androidlinuxunixposixinotify

Read More
Implementing posix_spawn on Linux...


clinuxposix

Read More
Scanf is not waiting for input...


ctimersignalsposix

Read More
C++ wrapper for posix and linux specific functions...


c++linuxposixwrapper

Read More
mq_notify between two processes - C...


cposixmessagemessage-queue

Read More
How to wrap posix_memalign (to compile an old codebase on mac)?...


c++macosmallocposix

Read More
What is the meaning of " ( void * ) " in : if ( test == ( void * ) -1 )...


cposixipc

Read More
Count of references to a object referenced by file descriptor...


clinuxposix

Read More
Easy way to find out whether a Posix API is implemented by an OS...


apiposixsystems-programming

Read More
BackNext