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…get directory entries in a filesystem-independent format NAME getdirentries - get directory entries in a filesystem-independent format LIBRARY Standard C library ( libc , -lc ) SYN…convert a string to an unsigned long integer NAME strtoul, strtoull, strtouq - convert a string to an unsigned long integer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…convert a string to an unsigned long integer NAME strtoul, strtoull, strtouq - convert a string to an unsigned long integer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…convert a string to an unsigned long integer NAME strtoul, strtoull, strtouq - convert a string to an unsigned long integer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…convert a string to a long integer NAME strtol, strtoll, strtoq - convert a string to a long integer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> long str…convert a string to a long integer NAME strtol, strtoll, strtoq - convert a string to a long integer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> long str…convert a string to a long integer NAME strtol, strtoll, strtoq - convert a string to a long integer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> long str…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 , …base-2 logarithmic function NAME log2, log2f, log2l - base-2 logarithmic function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double log2(double x ); float log2f…base-2 logarithmic function NAME log2, log2f, log2l - base-2 logarithmic function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double log2(double x ); float log2f…base-2 logarithmic function NAME log2, log2f, log2l - base-2 logarithmic function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double log2(double x ); float log2f…base-10 logarithmic function NAME log10, log10f, log10l - base-10 logarithmic function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double log10(double x ); float…base-10 logarithmic function NAME log10, log10f, log10l - base-10 logarithmic function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double log10(double x ); float…base-10 logarithmic function NAME log10, log10f, log10l - base-10 logarithmic function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double log10(double x ); float…create, modify, and free a locale object NAME newlocale, freelocale - create, modify, and free a locale object LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <locale.h…create, modify, and free a locale object NAME newlocale, freelocale - create, modify, and free a locale object LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <locale.h…convert between long and base-64 NAME a64l, l64a - convert between long and base-64 LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> long a64l(const char * st…