| | | | |
| M |
| |
| | madvise -- provide advice to VM system ( ) |
| |
| | make a FIFO special file -- mkfifo ( ) |
| |
| | make modified instructions executable -- sync_instruction_memory ( ) |
| |
| | makecontext -- manipulate user contexts ( ) |
| |
| | malloc -- memory allocator ( ) |
| |
| | mallocctl -- MT hot memory allocator ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_enforced_value ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_firing_time ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_global_action ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_global_flags ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_local_action ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_local_flags ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_privilege ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_recipient_pid ( ) |
| |
| | manipulate resource control blocks -- rctlblk_get_value ( ) |
| |
| | manipulate resource control blocks -- rctlblk_set_local_action ( ) |
| |
| | manipulate resource control blocks -- rctlblk_set_local_flags ( ) |
| |
| | manipulate resource control blocks -- rctlblk_set_privilege ( ) |
| |
| | manipulate resource control blocks -- rctlblk_set_value ( ) |
| |
| | manipulate resource control blocks -- rctlblk_size ( ) |
| |
| | 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 ( ) ( ) ( ) |
| |
| | memory allocator -- bsdmalloc |
| | | free ( ) |
| |
| | memory allocator |
| | | -- free ( ) ( ) ( ) |
| | | -- mallinfo ( ) |
| |
| | memory allocator -- bsdmalloc |
| | | malloc ( ) |
| |
| | memory allocator |
| | | -- malloc ( ) ( ) ( ) |
| | | -- mallopt ( ) |
| | | -- memalign ( ) |
| |
| | memory allocator -- bsdmalloc |
| | | realloc ( ) |
| |
| | memory allocator |
| | | -- 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 handling functions -- bindtextdomain ( ) |
| |
| | message handling functions -- bind_textdomain_codeset ( ) |
| |
| | message handling functions -- dcgettext ( ) |
| |
| | message handling functions -- dcngettext ( ) |
| |
| | message handling functions -- dgettext ( ) |
| |
| | message handling functions -- dngettext ( ) |
| |
| | message handling functions -- gettext ( ) |
| |
| | message handling functions -- ngettext ( ) |
| |
| | message handling functions -- textdomain ( ) |
| |
| | message catalog |
| | | open/catalog -- catopen, catclose ( ) |
| | | read a program message -- catgets ( ) |
| |
| | messages |
| | | display a message on stderr or system console -- fmtmsg ( ) |
| | | print system error messages -- perror ( ) |
| | | system signal messages -- psignal ( ) |
| |
| | mkfifo -- make a FIFO special file ( ) |
| |
| | 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 ( ) |
| |
| | MT hot memory allocator -- mallocctl ( ) |
| |
| | MT hot memory allocator -- mtmalloc ( ) |
| |
| | mtmalloc -- MT hot memory allocator ( ) |