The Open Group Base Specifications Issue 8
IEEE Std 1003.1-2024
Copyright © 2024 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 files (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)
- mbrtoc16(), mbrtoc32 — convert a character to a Unicode character code (restartable)
- mbrtoc32(), mbrtoc16 — convert a character to a Unicode character code (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
- memmem() — find a byte subsequence in a byte sequence
- 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(), mkostemp, 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
- mkostemp(), mkdtemp, mkstemp — create a unique directory or file
- mkstemp(), mkdtemp, mkostemp — 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
- msgfmt — create messages objects from portable messages object source files
- msgget() — get the XSI message queue identifier
- msgrcv() — XSI message receive operation
- msgsnd() — XSI message send operation
- msync() — synchronize memory with physical storage
- mtx_destroy(), mtx_init — destroy and initialize a mutex
- mtx_init(), mtx_destroy — destroy and initialize a mutex
- mtx_lock(), mtx_timedlock, mtx_trylock, mtx_unlock — lock and unlock a mutex
- mtx_timedlock(), mtx_lock, mtx_trylock, mtx_unlock — lock and unlock a mutex
- mtx_trylock(), mtx_lock, mtx_timedlock, mtx_unlock — lock and unlock a mutex
- mtx_unlock(), mtx_lock, mtx_timedlock, mtx_trylock — lock and unlock a mutex
- 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
Copyright © 2024 The IEEE and The Open Group, All Rights Reserved