deallocate descriptor for character set conversion NAME iconv_close - deallocate descriptor for character set conversion LIBRARY Standard C library ( libc ,......can be used with iconv (3) any number of times. It remains valid until deallocated using iconv_close (3). A conversion descriptor contains a conversion state. After creation usi…close a directory NAME closedir - close a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> int closedir(DIR * dirp ); DESCRIP…...suring correct alignment on platforms that have tight restrictions on alignment. SEE ALSO iconv_close (3), iconv_open (3), iconvconfig (8)close all open streams NAME fcloseall - close all open streams LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <std…close a named semaphore NAME sem_close - close a named semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_close(sem_t * sem …close a message queue descriptor NAME mq_close - close a message queue descriptor LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_close(mqd_t mqdes )…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…open a custom stream NAME fopencookie - open a custom stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #define _FILE_O…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…send messages to the system logger NAME closelog, openlog, syslog, vsyslog - send messages to the system logger LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <syslog.…open a directory NAME opendir, fdopendir - open a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> DIR *opendir(const char * …open a directory NAME opendir, fdopendir - open a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h> DIR *opendir(const char * …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…get directory stream file descriptor NAME dirfd - get directory stream file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <dirent.h>…execute program specified via file descriptor NAME fexecve - execute program specified via file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> in…open/close a message catalog NAME catopen, catclose - open/close a message catalog LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <nl_types.h> nl_catd catopen(const ch…open/close a message catalog NAME catopen, catclose - open/close a message catalog LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <nl_types.h> nl_catd catopen(const ch…convert a wide-character string to a multibyte string NAME wcsrtombs - convert a wide-character string to a multibyte string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…