map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…give advice about patterns of memory usage NAME posix_madvise - give advice about patterns of memory usage LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …allocate file space NAME posix_fallocate - allocate file space LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int posix_fallocate(int fd , off_t offset , off…format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix (OBSOLETE) NAME scalb, scalbf, scalbl - multiply floating-point number by integral power of radix (OBSOLETE) LIBRARY Math …multiply floating-point number by integral power of radix (OBSOLETE) NAME scalb, scalbf, scalbl - multiply floating-point number by integral power of radix (OBSOLETE) LIBRARY Math …multiply floating-point number by integral power of radix (OBSOLETE) NAME scalb, scalbf, scalbl - multiply floating-point number by integral power of radix (OBSOLETE) LIBRARY Math …multiply floating-point number by integral power of 2 NAME ldexp, ldexpf, ldexpl - multiply floating-point number by integral power of 2 LIBRARY Math library ( libm , -lm ) SYNOPSI…multiply floating-point number by integral power of 2 NAME ldexp, ldexpf, ldexpl - multiply floating-point number by integral power of 2 LIBRARY Math library ( libm , -lm ) SYNOPSI…multiply floating-point number by integral power of 2 NAME ldexp, ldexpf, ldexpl - multiply floating-point number by integral power of 2 LIBRARY Math library ( libm , -lm ) SYNOPSI…base-e exponential function NAME exp, expf, expl - base-e exponential function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double exp(double x ); float expf(floa…base-e exponential function NAME exp, expf, expl - base-e exponential function LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double exp(double x ); float expf(floa…