sort an array NAME qsort, qsort_r - sort an array LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> void qsort(void base [. size * . nmemb ], size_t nmemb , si…sort an array NAME qsort, qsort_r - sort an array LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> void qsort(void base [. size * . nmemb ], size_t nmemb , si…copy or catenate a string NAME stpcpy, strcpy, strcat - copy or catenate a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> char *stpcpy(char *restrict…copy or catenate a string NAME stpcpy, strcpy, strcat - copy or catenate a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> char *stpcpy(char *restrict…copy or catenate a string NAME stpcpy, strcpy, strcat - copy or catenate a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> char *stpcpy(char *restrict…walk through list of shared objects NAME dl_iterate_phdr - walk through list of shared objects LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature…undocumented library functions NAME undocumented - undocumented library functions SYNOPSIS Undocumented library functions DESCRIPTION This man page mentions those library functions…get protocol entry (reentrant) NAME getprotoent_r, getprotobyname_r, getprotobynumber_r - get protocol entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…get protocol entry (reentrant) NAME getprotoent_r, getprotobyname_r, getprotobynumber_r - get protocol entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…get protocol entry (reentrant) NAME getprotoent_r, getprotobyname_r, getprotobynumber_r - get protocol entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…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>…get protocol entry NAME getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent - get protocol entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ne…get protocol entry NAME getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent - get protocol entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ne…get protocol entry NAME getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent - get protocol entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ne…get protocol entry NAME getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent - get protocol entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ne…get protocol entry NAME getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent - get protocol entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <ne…set log priority mask NAME setlogmask - set log priority mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.h> int setlogmask(int mask ); DESCRIPTION A proces…duplicate a locale object NAME duplocale - duplicate a locale object LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <locale.h> locale_t duplocale(locale_t locobj ); Fe…heap consistency checking NAME mcheck, mcheck_check_all, mcheck_pedantic, mprobe - heap consistency checking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <mcheck.h> …