asynchronous file synchronization NAME aio_fsync - asynchronous file synchronization LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <aio.h> int aio_fsync(int op , str…database access methods NAME dbopen - database access methods LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <limits.h> #include <db.h> #include…database access methods NAME dbopen - database access methods LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <limits.h> #include <db.h> #include…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 ,…flush a stream NAME fflush - flush a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fflush(FILE *_Nullable stream ); DESCRIPTION For output stream…close a stream NAME fclose - close a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fclose(FILE * stream ); DESCRIPTION The fclose () function flu…create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> i…create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> i…create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> i…create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> i…get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…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…stream open functions NAME fopen, fdopen, freopen - stream open functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> FILE *fopen(const char *restrict pat…stream open functions NAME fopen, fdopen, freopen - stream open functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> FILE *fopen(const char *restrict pat…stream open functions NAME fopen, fdopen, freopen - stream open functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> FILE *fopen(const char *restrict pat…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…nonlocking stdio functions NAME getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - nonlocking stdio functions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…reposition a stream NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int fseek(FILE * stream …