The Open Group Base Specifications Issue 7
IEEE Std 1003.1-2008, 2016 Edition
Copyright © 2016 The IEEE and The Open Group, All Rights reserved.
[
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
| Index ]
M
- m4 - macro processor
- mailx - process messages
- make - maintain, update, and regenerate groups of programs (DEVELOPMENT)
- malloc() - a memory allocator
- man - display system documentation
- math.h - mathematical declarations
- 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
- mbsnrtowcs(), mbsrtowcs - convert a character string to a wide-character string (restartable)
- mbsrtowcs(), mbsnrtowcs - 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
- memccpy() - copy bytes in memory
- memchr() - find byte in memory
- memcmp() - compare bytes in memory
- memcpy() - copy bytes in memory
- memmove() - copy bytes in memory with overlapping areas
- memset() - set bytes in memory
- mesg - permit or deny messages
- mkdir - make directories
- mkdir(), mkdirat - make a directory
- mkdirat(), mkdir - make a directory
- mkdtemp(), mkstemp - create a unique directory or file
- mkfifo - make FIFO special files
- mkfifo(), mkfifoat - make a FIFO special file
- mkfifoat(), mkfifo - make a FIFO special file
- mknod(), mknodat - make directory, special file, or regular file
- mknodat(), mknod - make directory, special file, or regular file
- mkstemp(), mkdtemp - create a unique directory or file
- mktime() - convert broken-down time into time since the Epoch
- mlock(), munlock - lock or unlock a range of process address space (REALTIME)
- mlockall(), munlockall - lock/unlock the address space of a process (REALTIME)
- mmap() - map pages of memory
- modf(), modff, modfl - decompose a floating-point number
- modff(), modf, modfl - decompose a floating-point number
- modfl(), modf, modff - decompose a floating-point number
- monetary.h - monetary types
- more - display files on a page-by-page basis
- mprotect() - set protection of memory mapping
- mqueue.h - message queues (REALTIME)
- mq_close() - close a message queue (REALTIME)
- mq_getattr() - get message queue attributes (REALTIME)
- mq_notify() - notify process that a message is available (REALTIME)
- mq_open() - open a message queue (REALTIME)
- mq_receive(), mq_timedreceive - receive a message from a message queue (REALTIME)
- mq_send(), mq_timedsend - send a message to a message queue (REALTIME)
- mq_setattr() - set message queue attributes (REALTIME)
- mq_timedreceive(), mq_receive - receive a message from a message queue (REALTIME)
- mq_timedsend(), mq_send - send a message to a message queue (REALTIME)
- mq_unlink() - remove a message queue (REALTIME)
- mrand48(), drand48, erand48, jrand48, lcong48, lrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers
- msgctl() - XSI message control operations
- msgget() - get the XSI message queue identifier
- msgrcv() - XSI message receive operation
- msgsnd() - XSI message send operation
- msync() - synchronize memory with physical storage
- munlock(), mlock - lock or unlock a range of process address space (REALTIME)
- munlockall(), mlockall - lock/unlock the address space of a process (REALTIME)
- munmap() - unmap pages of memory
- mv - move files
Topics