obtain information about a dynamically loaded object NAME dlinfo - obtain information about a dynamically loaded object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #d…free allocated memory NAME cfree - free allocated memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> /* In SunOS 4 */ int cfree(void * ptr ); /* In glibc…duplicate a wide-character string NAME wcsdup - duplicate a wide-character string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <wchar.h> wchar_t *wcsdup(const wchar_…cryptographically-secure pseudorandom number generator NAME arc4random, arc4random_uniform, arc4random_buf - cryptographically-secure pseudorandom number generator LIBRARY Standard…cryptographically-secure pseudorandom number generator NAME arc4random, arc4random_uniform, arc4random_buf - cryptographically-secure pseudorandom number generator LIBRARY Standard…cryptographically-secure pseudorandom number generator NAME arc4random, arc4random_uniform, arc4random_buf - cryptographically-secure pseudorandom number generator LIBRARY Standard…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…hash database access method NAME hash - hash database access method LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <db.h> DESCRIPTION Note well …get a password NAME getpass - get a password LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> [[deprecated]] char *getpass(const char * prompt ); Feature Test…get configuration values for files NAME fpathconf, pathconf - get configuration values for files LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> long fpathco…get configuration values for files NAME fpathconf, pathconf - get configuration values for files LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> long fpathco…shared memory buffer pool NAME mpool - shared memory buffer pool LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <db.h> #include <mpool.h> MPOOL *mpool_open(DBT * key ,…obtain error diagnostic for functions in the dlopen API NAME dlerror - obtain error diagnostic for functions in the dlopen API LIBRARY Dynamic linking library ( libdl , -ldl ) SYNO…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 …record number database access method NAME recno - record number database access method LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <db.h> DES…parse pathname components NAME basename, dirname - parse pathname components LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <libgen.h> char *dirname(char * path ); cha…parse pathname components NAME basename, dirname - parse pathname components LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <libgen.h> char *dirname(char * path ); cha…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…