compare two strings NAME strcmp, strncmp - compare two strings LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> int strcmp(const char * s1 , const char * s2 )…compare two strings NAME strcmp, strncmp - compare two strings LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> int strcmp(const char * s1 , const char * s2 )…execution time profile NAME profil - execution time profile LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int profil(unsigned short * buf , size_t bufsiz ,…pseudo-random number generator NAME rand, rand_r, srand - pseudo-random number generator LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> int rand(void); void…pseudo-random number generator NAME rand, rand_r, srand - pseudo-random number generator LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> int rand(void); void…pseudo-random number generator NAME rand, rand_r, srand - pseudo-random number generator LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> int rand(void); void…get RPC entry (reentrant) NAME getrpcent_r, getrpcbyname_r, getrpcbynumber_r - get RPC entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h> int g…get RPC entry (reentrant) NAME getrpcent_r, getrpcbyname_r, getrpcbynumber_r - get RPC entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h> int g…get RPC entry (reentrant) NAME getrpcent_r, getrpcbyname_r, getrpcbynumber_r - get RPC entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h> int g…get network entry (reentrant) NAME getnetent_r, getnetbyname_r, getnetbyaddr_r - get network entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h>…get network entry (reentrant) NAME getnetent_r, getnetbyname_r, getnetbyaddr_r - get network entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h>…get network entry (reentrant) NAME getnetent_r, getnetbyname_r, getnetbyaddr_r - get network entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb.h>…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 …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…get service entry (reentrant) NAME getservent_r, getservbyname_r, getservbyport_r - get service entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb…get service entry (reentrant) NAME getservent_r, getservbyname_r, getservbyport_r - get service entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb…get service entry (reentrant) NAME getservent_r, getservbyname_r, getservbyport_r - get service entry (reentrant) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <netdb…tune kernel clock NAME adjtimex, clock_adjtime, ntp_adjtime - tune kernel clock LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/timex.h> int adjtimex(struct timex …