change file timestamps with nanosecond precision NAME utimensat, futimens - change file timestamps with nanosecond precision LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…open a custom stream NAME fopencookie - open a custom stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #define _FILE_O…flush a stream NAME fflush - flush a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fflush(FILE *_Nullable stream ); DESCRIPTION For output stream…macros to manipulate rtnetlink messages NAME rtnetlink - macros to manipulate rtnetlink messages LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/types.h> #include …undocumented library functions NAME undocumented - undocumented library functions SYNOPSIS Undocumented library functions DESCRIPTION This man page mentions those library functions…glibc error reporting functions NAME error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc error reporting functions LIBRARY Standard C librar…glibc error reporting functions NAME error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc error reporting functions LIBRARY Standard C librar…glibc error reporting functions NAME error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc error reporting functions LIBRARY Standard C librar…glibc error reporting functions NAME error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc error reporting functions LIBRARY Standard C librar…glibc error reporting functions NAME error, error_at_line, error_message_count, error_one_per_line, error_print_progname - glibc error reporting functions LIBRARY Standard C librar…perform character set conversion NAME iconv - perform character set conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <iconv.h> size_t iconv(iconv_t cd , char …push and pop thread cancelation clean-up handlers NAME pthread_cleanup_push, pthread_cleanup_pop - push and pop thread cancelation clean-up handlers LIBRARY POSIX threads library (…push and pop thread cancelation clean-up handlers NAME pthread_cleanup_push, pthread_cleanup_pop - push and pop thread cancelation clean-up handlers LIBRARY POSIX threads library (…perform word expansion like a posix-shell NAME wordexp, wordfree - perform word expansion like a posix-shell LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <wordexp.h>…perform word expansion like a posix-shell NAME wordexp, wordfree - perform word expansion like a posix-shell LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <wordexp.h>…terminate all other threads in process NAME pthread_kill_other_threads_np - terminate all other threads in process LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS…Netlink macros NAME netlink - Netlink macros LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/types.h> #include <linux/netlink.h> int NLMSG_ALIGN(size_t len ); int …convert a string to an integer NAME atoi, atol, atoll - convert a string to an integer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> int atoi(const char * …