- lrintl
-
See lrint.3posix
- lround
-
round to nearest integer value
- lroundf
-
See lround.3posix
- lroundl
-
See lround.3posix
- lsearch
-
linear search and update
- lseek
-
move the read/write file offset
- lstat
-
get symbolic link status
- makecontext
-
manipulate user contexts
- malloc
-
a memory allocator
- 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
- mkdir
-
make a directory
- mkfifo
-
make a FIFO special file
- mknod
-
make a directory, a special file, or a regular file
- mkstemp
-
make a unique filename
- mktemp
-
make a unique filename (LEGACY)
- mktime
-
convert broken-down time into time since the Epoch
- mlock
-
lock or unlock a range of process address space (REALTIME)
- mlockall
-
lock/unlock the address space of a process
(REALTIME)
- mmap
-
map pages of memory
- modf
-
decompose a floating-point number
- modff
-
See modf.3posix
- modfl
-
See modf.3posix
- 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
-
receive a message from a message queue
(REALTIME)
- mq_send
-
send a message to a message queue (REALTIME)
- mq_setattr
-
set message queue attributes (REALTIME)
- mq_timedreceive
-
See mq_receive.3posix
- mq_timedsend
-
See mq_send.3posix
- mq_unlink
-
remove a message queue (REALTIME)
- mrand48
-
See drand48.3posix
- msgctl
-
XSI message control operations
- msgget
-
get the XSI message queue identifier
- msgrcv
-
XSI message receive operation
- msgsnd
-
XSI message send operation