set/get guard size attribute in thread attributes object NAME pthread_attr_setguardsize, pthread_attr_getguardsize - set/get guard size attribute in thread attributes object LIBRAR…set/get guard size attribute in thread attributes object NAME pthread_attr_setguardsize, pthread_attr_getguardsize - set/get guard size attribute in thread attributes object LIBRAR…copy memory area NAME memcpy - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> void *memcpy(void dest [restrict . n ], const void src [restr…copy memory area NAME memmove - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> void *memmove(void dest [. n ], const void src [. n ], size_…copy memory area NAME memccpy - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> void *memccpy(void dest [restrict . n ], const void src [res…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…asynchronous write NAME aio_write - asynchronous write LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <aio.h> int aio_write(struct aiocb * aiocbp ); DESCRIPTION The a…asynchronous read NAME aio_read - asynchronous read LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <aio.h> int aio_read(struct aiocb * aiocbp ); DESCRIPTION The aio_r…set/get stack address attribute in thread attributes object NAME pthread_attr_setstackaddr, pthread_attr_getstackaddr - set/get stack address attribute in thread attributes object …set/get stack address attribute in thread attributes object NAME pthread_attr_setstackaddr, pthread_attr_getstackaddr - set/get stack address attribute in thread attributes object …set/get stack attributes in thread attributes object NAME pthread_attr_setstack, pthread_attr_getstack - set/get stack attributes in thread attributes object LIBRARY POSIX threads …set/get stack attributes in thread attributes object NAME pthread_attr_setstack, pthread_attr_getstack - set/get stack attributes in thread attributes object LIBRARY POSIX threads …zero a byte string NAME bzero, explicit_bzero - zero a byte string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <strings.h> void bzero(void s [. n ], size_t n ); #in…zero a byte string NAME bzero, explicit_bzero - zero a byte string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <strings.h> void bzero(void s [. n ], size_t n ); #in…frobnicate (obfuscate) a memory area NAME memfrob - frobnicate (obfuscate) a memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_…get message from a message catalog NAME catgets - get message from a message catalog LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <nl_types.h> char *catgets(nl_catd …scan memory for a character NAME memchr, memrchr, rawmemchr - scan memory for a character LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> void *memchr(const …