Search code examples
What is the purpose of strlcpy and what was in the first version of its manual page?...


cunixlibcmanpagestrlcpy

Read More
Intercept open syscall in C, when called via fopen...


clinuxsystem-callsfopenlibc

Read More
How can I link to a specific glibc version?...


linuxgcclinkerglibclibc

Read More
C++ and syscalls: ignoring return value and checking errno instead...


c++clibc

Read More
Extra Bytes Added to Packet When Sending via Raw Socket...


rustnetwork-programmingpacketlibcraw-sockets

Read More
Relink a shared library to a different version of libc...


clinkerldlibc

Read More
attempting to link libc statically with clang, ldd showing dynamic linking?...


cclangstatic-linkingdynamic-linkinglibc

Read More
glibc - #define void...


cglibclibc

Read More
Compiling without a standard library but with the _start label (entry point)...


cgccmakefilelinkerlibc

Read More
How to change only one of last (change | modification | access ) times in linux (UNIX)?...


clinuxlibc

Read More
file creation time system call in linux/gcc...


linuxlibcstatfstat

Read More
How to sleep for a few microseconds...


clinuxreal-timeglibclibc

Read More
What does the first "c" stand for in "calloc"?...


cmalloclibccallocc-standard-library

Read More
Reasons for double undescores in standard library implementations...


c++clibclibc++

Read More
Where do man pages about libc come from if they do not come from glibc?...


linuxdebianglibclibc

Read More
C: How is binary-mode versus text-mode implemented for `fopen`?...


cfile-iocross-platformlibc

Read More
__libc_init_array and global declared objects in cpp...


c++dependency-injectionlibc

Read More
GLIBC : How to tell the executable to link to specific version of GLIBC...


clinuxunixglibclibc

Read More
Get the time zone GMT offset in C...


cdatetimetimezonelibc

Read More
Why there is no inverse function for gmtime in libc?...


timeposixlibc

Read More
Linux userspace api: how to get size of address spaces of running executable linked as PIE without p...


linuxelflibc

Read More
How can I test my own implementation of GLIBC in NASM x64?...


cassemblyx86-64nasmlibc

Read More
How to use strerror_l with current locale?...


clinuxposixlibcstrerror

Read More
Could allocation size of zero in malloc result in conflicting memory locations?...


cmalloclibc

Read More
Determing the number of bytes ready to be recv()'d...


selectblockinglibc

Read More
Are there functions for performing atomic operations in the standard library?...


catomiclibc

Read More
Build a Linux c++ application runnable on system having libc >= 2.31...


c++libc

Read More
What is __LIBC_HIDDEN__ in C header?...


androidclibcandroid-debugbionic

Read More
libc.so.6 error while compiling C++ program...


c++glibclibc

Read More
OpenCascade compilation failure on Alpine linux with musl libc (mallinfo: has initializer but incomp...


c++compilationalpine-linuxlibcmusl

Read More
BackNext