| | | | |
| M |
| |
| | madvise - provide advice to VM system ( ) |
| |
| | make modified instructions executable - sync_instruction_memory ( ) |
| |
| | makecontext -- manipulate user contexts ( ) |
| |
| | malloc - memory allocator ( ) |
| |
| | manipulate sets of signals -- sigsetops ( ) |
| | | sigaddset ( ) |
| | | sigdelset ( ) |
| | | sigemptyset ( ) |
| | | sigfillset ( ) |
| | | sigismember ( ) |
| |
| | match filename or path name - fnmatch ( ) |
| |
| | mblen - get number of bytes in a character ( ) |
| |
| | mbrlen - get number of bytes in a character (restartable) ( ) |
| |
| | mbrtowc - convert a character to a wide-character code (restartable) ( ) |
| |
| | mbsinit - determine conversion object status ( ) |
| |
| | mbsrtowcs - convert a character string to a wide-character string (restartable) ( ) |
| |
| | mbstowcs - convert a character string to a wide-character string ( ) |
| |
| | mbtowc - convert a character to a wide-character code ( ) |
| |
| | mctl - memory management control ( ) |
| |
| | memory -- memory operations ( ) |
| |
| | memory, optimizing usage of user mapped memory - madvise ( ) |
| |
| | memory allocator - bsdmalloc ( ) |
| |
| | memory allocator |
| | | -- alloca ( ) |
| | | - calloc ( ) |
| | | -- calloc ( ) ( ) ( ) |
| |
| | memory allocator - bsdmalloc |
| | | free ( ) |
| |
| | memory allocator |
| | | - free ( ) |
| | | -- free ( ) ( ) ( ) |
| | | -- mallinfo ( ) |
| |
| | memory allocator - bsdmalloc |
| | | malloc ( ) |
| |
| | memory allocator |
| | | - malloc ( ) |
| | | -- malloc ( ) ( ) ( ) |
| | | -- mallopt ( ) |
| | | -- memalign ( ) |
| |
| | memory allocator - bsdmalloc |
| | | realloc ( ) |
| |
| | memory allocator |
| | | - realloc ( ) |
| | | -- realloc ( ) ( ) ( ) |
| | | -- valloc ( ) |
| |
| | memory lock or unlock, calling process - plock ( ) |
| |
| | memory management - mctl ( ) |
| |
| | memory management |
| | | get system page size - getpagesize ( ) |
| | | lock address space -- mlockall ( ) |
| | | lock pages in memory -- mlock ( ) |
| | | synchronize memory with physical storage - msync ( ) |
| | | unlock address space -- munlockall ( ) |
| | | unlock pages in memory -- munlock ( ) |
| |
| | memory operations |
| | | -- memccpy ( ) |
| | | -- memchr ( ) |
| | | -- memcmp ( ) |
| | | -- memcpy ( ) |
| | | -- memmove ( ) |
| | | -- memory ( ) |
| | | -- memset ( ) |
| |
| | message catalog |
| | | open/catalog -- catopen, catclose ( ) |
| | | read a program message - catgets ( ) |
| |
| | message handling functions |
| | | -- bindtextdomain ( ) |
| | | -- dcgettext ( ) |
| | | -- dgettext ( ) |
| | | -- gettext ( ) |
| | | -- textdomain ( ) |
| |
| | messages |
| | | display a message on stderr or system console - fmtmsg ( ) |
| | | print system error messages -- perror ( ) |
| | | system signal messages -- psignal ( ) |
| |
| | mkfifo - create a new FIFO ( ) |
| |
| | mkstemp - make a unique file name ( ) |
| |
| | mktemp - make a unique file name ( ) |
| |
| | mktime - converts a tm structure to a calendar time ( ) |
| |
| | modf -- decompose floating-point number ( ) |
| |
| | modff -- decompose floating-point number ( ) |
| |
| | monitor - prepare process execution profile ( ) |
| |
| | msync - synchronize memory with physical storage ( ) |