The Open Group Base Specifications Issue 6
IEEE Std 1003.1, 2004 Edition
Copyright © 2001-2004 The IEEE and The Open Group
[
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 (DEVELOPMENT)
- mailx - process messages
- makecontext(), swapcontext - manipulate user contexts
- 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
- 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
- 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 a directory
- mkdir - make directories (Utility)
- mkfifo() - make a FIFO special file
- mkfifo - make FIFO special files (Utility)
- mknod() - make a directory, a special or regular file
- mkstemp() - make a unique filename
- mktemp() - make a unique filename (LEGACY)
- mktime() - convert broken-down time into time since the Epoch
- mlockall(), munlockall - lock/unlock the address space of a process (REALTIME)
- mlock(), munlock - lock or unlock a range of process address space (REALTIME)
- mmap() - map pages of memory
- modf(), modff, modfl - decompose a floating-point number
- monetary.h - monetary types
- more - display files on a page-by-page basis
- mprotect() - set protection of memory mapping
- 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() - receive a message from a message queue (ADVANCED REALTIME)
- mq_timedsend() - send a message to a message queue (ADVANCED REALTIME)
- mqueue.h - message queues (REALTIME)
- mq_unlink() - remove a message queue (REALTIME)
- mrand48() - generate uniformly distributed pseudo-random signed long integers
- 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
- munlockall() - unlock the address space of a process
- munlock() - unlock a range of process address space
- munmap() - unmap pages of memory
- mv - move files
Topic Index
Copyright © 2001 The Open Group, All Rights Reserved