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…...getwc() getwchar() getwd() [POSIX.1-2001 only (function removed in POSIX.1-2008)] glob() iconv_close() iconv_open() ioctl() link() linkat() [Added in POSIX.1-2008] lio_listio() …OpenSSL Guide: Writing a simple blocking QUIC client NAME ossl-guide-quic-client-block - OpenSSL Guide: Writing a simple blocking QUIC client SIMPLE BLOCKING QUIC CLIENT EXAMPLE Th…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 file descriptors in a given range NAME close_range - close all file descriptors in a given range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /*…OpenSSL Guide: Writing a simple blocking TLS client NAME ossl-guide-tls-client-block - OpenSSL Guide: Writing a simple blocking TLS client SIMPLE BLOCKING TLS CLIENT EXAMPLE This p…close a file descriptor NAME close - close a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int close(int fd ); DESCRIPTION close () closes …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 )…convert text from one character encoding to another NAME iconv - convert text from one character encoding to another SYNOPSIS iconv [ options ] [-f from-encoding ] [-t to-encoding …create iconv module configuration cache NAME iconvconfig - create iconv module configuration cache SYNOPSIS iconvconfig [ options ] [ directory ]... DESCRIPTION The iconv (3) funct…NAME piconv -- iconv(1), reinvented in perl SYNOPSIS piconv [-f from_encoding] [-t to_encoding] [-p|--perlqq|--htmlcref|--xmlcref] [-C N|-c] [-D] [-S scheme] [-s string|file...] pi…Name preconv - prepare files for typesetting with groff Synopsis preconv [ -dr ] [ -D fallback-encoding ] [ -e encoding ] [ file ...] preconv -h preconv --help preconv -v preconv -…convert manual page from one encoding to another NAME manconv - convert manual page from one encoding to another SYNOPSIS manconv -f [ from-code [: from-code ...]] -t to-code [ -dq…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…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…