file tree walk NAME ftw, nftw - file tree walk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ftw.h> int nftw(const char * dirpath , int (* fn )(const char * fpath , …file tree walk NAME ftw, nftw - file tree walk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ftw.h> int nftw(const char * dirpath , int (* fn )(const char * fpath , …get or set the user context NAME getcontext, setcontext - get or set the user context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ucontext.h> int getcontext(uconte…get or set the user context NAME getcontext, setcontext - get or set the user context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ucontext.h> int getcontext(uconte…split wide-character string into tokens NAME wcstok - split wide-character string into tokens LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <wchar.h> wchar_t *wcstok(…set memory allocation parameters NAME mallopt - set memory allocation parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <malloc.h> int mallopt(int param , int …remove a file or directory NAME remove - remove a file or directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int remove(const char * pathname ); DESCRI…get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get a string from standard input (DEPRECATED) NAME gets - get a string from standard input (DEPRECATED) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> [[depr…send a signal to a thread NAME pthread_kill - send a signal to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <signal.h> int pthread_kill(pthre…network address and service translation NAME getaddrinfo, freeaddrinfo, gai_strerror - network address and service translation LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #i…network address and service translation NAME getaddrinfo, freeaddrinfo, gai_strerror - network address and service translation LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #i…network address and service translation NAME getaddrinfo, freeaddrinfo, gai_strerror - network address and service translation LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #i…terminate calling thread NAME pthread_exit - terminate calling thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> [[noreturn]] void pthre…define custom behavior for printf-like functions NAME printf.h, register_printf_specifier, register_printf_modifier, register_printf_type, printf_function, printf_arginfo_size_func…define custom behavior for printf-like functions NAME printf.h, register_printf_specifier, register_printf_modifier, register_printf_type, printf_function, printf_arginfo_size_func…define custom behavior for printf-like functions NAME printf.h, register_printf_specifier, register_printf_modifier, register_printf_type, printf_function, printf_arginfo_size_func…floating-point rounding and exception handling NAME feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, fetestexcept, fegetenv, fegetround, feholdexcept, fesetround, fe…floating-point rounding and exception handling NAME feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, fetestexcept, fegetenv, fegetround, feholdexcept, fesetround, fe…floating-point rounding and exception handling NAME feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, fetestexcept, fegetenv, fegetround, feholdexcept, fesetround, fe…