[Previous] [Contents] [Index] [Next]

Keywords - M


· ! · 0 · 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 ·


M_GRAIN
· [mallopt] ·

M_KEEP
· [mallopt] ·

M_MMAP_MAX
· [mallopt] ·

M_MMAP_THRESHOLD
· [mallopt] ·

M_MXFAST
· [mallopt] ·

M_NLBLKS
· [mallopt] ·

M_TOP_PAD
· [mallopt] ·

M_TRIM_THRESHOLD
· [mallopt] ·

main()
· [main] · [signal] ·
arguments, parsing
· [getopt] ·

mallinfo
· [mallinfo] ·

mallinfo()
· [mallinfo] ·

malloc()
· [malloc] ·

MALLOC_ARENA_SIZE
· [mallopt] ·

MALLOC_MONOTONIC_GROWTH
· [mallopt] ·

mallopt()
· [mallopt] ·

MAP_ANON
· [mmap, mmap64] ·

MAP_BELOW16M
· [mmap, mmap64] ·

MAP_FIXED
· [mmap, mmap64] · [mmap_device_memory] ·

MAP_LAZY
· [mmap, mmap64] ·

MAP_NOX64K
· [mmap, mmap64] ·

MAP_PHYS
· [mmap, mmap64] ·

MAP_PRIVATE
· [mmap, mmap64] ·

MAP_SHARED
· [mmap, mmap64] ·

MAP_STACK
· [mmap, mmap64] ·

MAP_TYPE
· [mmap, mmap64] ·

mathematics
absolute values
· [abs] · [cabs, cabsf] · [fabs, fabsf] · [labs] ·
Bessel functions
· [j0, j0f] · [j1, j1f] · [jn, jnf] · [y0, y0f] · [y1, y1f] · [yn, ynf] ·
complementary error function
· [erfc, erfcf] ·
division
· [div] · [ldiv] ·
error function
· [erf, erff] ·
exponentials
· [exp, expf] · [expm1, expm1f] · [frexp, frexpf] · [ldexp, ldexpf] · [scalb, scalbf] · [scalbn, scalbnf] · [significand, significandf] ·
finite numbers
· [finite, finitef] ·
floating-point settings
· [fp_exception_mask] · [fp_exception_value] · [fp_precision] · [fp_rounding] ·
gamma functions
· [gamma, gamma_r, gammaf, gammaf_r] · [lgamma, lgamma_r, lgammaf, lgammaf_r] ·
hyperbolic functions
· [acosh, acoshf] · [asinh, asinhf] · [atanh, atanhf] · [cosh, coshf] · [sinh, sinhf] · [tanh, tanhf] ·
hypotenuse, calculating
· [hypot, hypotf] ·
infinite numbers
· [isinf, isinff] ·
logarithms
· [ilogb, ilogbf] · [log, logf] · [log10, log10f] · [log1p, log1pf] ·
maximum
· [max] ·
minimum
· [min] ·
modular arithmetic
· [fmod, fmodf] ·
next representable number
· [nextafter, nextafterf] ·
not a number, determining if
· [isnan, isnanf] ·
powers
· [pow, powf] ·
pseudo-random numbers
· [drand48] · [erand48] · [initstate] · [jrand48] · [lcong48] · [lrand48] · [mrand48] · [nrand48] · [rand] · [rand_r] · [random] · [seed48] · [setstate] · [srand] · [srand48] · [srandom] ·
radix-independent exponents
· [logb, logbf] ·
remainders
· [drem, dremf] · [remainder, remainderf] ·
roots
· [cbrt, cbrtf] · [sqrt, sqrtf] ·
rounding
· [ceil, ceilf] · [floor, floorf] · [rint, rintf] ·
sign, copying
· [copysign, copysignf] ·
trigonometry
· [acos, acosf] · [asin, asinf] · [atan, atanf] · [atan2, atan2f] · [cos, cosf] · [sin, sinf] · [tan, tanf] ·

max()
· [max] ·

MB_CUR_MAX
· [wctomb] ·

mblen()
· [mblen] ·

mbrlen()
· [mbrlen] ·

mbrtowc()
· [mbrtowc] ·

mbsinit()
· [mbsinit] ·

mbsrtowcs()
· [mbsrtowcs] ·

mbstate_t
· [mbsinit] ·

mbstowcs()
· [mbstowcs] ·

mbtowc()
· [mbtowc] ·

mcheck()
· [mcheck] ·

MCHECK_DISABLED
· [mprobe] ·

MCHECK_FREE
· [mprobe] ·

MCHECK_HEAD
· [mprobe] ·

MCHECK_OK
· [mprobe] ·

mcheck_status
· [mprobe] ·

MCHECK_TAIL
· [mprobe] ·

mem_offset()
· [mem_offset, mem_offset64] ·

mem_offset64()
· [mem_offset, mem_offset64] ·

memalign()
· [memalign] ·

memccpy()
· [memccpy] ·

memchr()
· [memchr] ·

memcmp()
· [memcmp] ·

memcpy()
· [memcpy] ·

memcpyv()
· [memcpyv] ·

memicmp()
· [memicmp] ·

memmove()
· [memmove] ·

memory
allocating
aligned
· [memalign] · [posix_memalign] ·
_amblksiz
· [_smalloc] ·
array
· [calloc] ·
automatic (from stack)
· [alloca] ·
blocks
· [malloc] · [realloc] · [_smalloc] ·
heap block, aligned on page boundary
· [valloc] ·
device
mapping into process's address space
· [mmap_device_memory] ·
device I/O, gaining access to
· [mmap_device_io] ·
freeing
· [cfree] · [free] · [realloc] ·
locking
· [mlock] · [mlockall] · [munlock] ·
offset of, getting
· [posix_mem_offset, posix_mem_offset64] ·
physical storage, synchronizing with
· [msync] ·
reallocating
· [realloc] ·
searching
for a character
· [memchr] ·
unlocking
· [munlockall] ·
unmapping
· [munmap_device_memory] ·

memory allocation
break value, changing
· [sbrk] ·
consistency check
enabling
· [mcheck] ·
performing
· [mprobe] ·
controlling
· [mallopt] ·
data segment, changing
· [brk] ·
information about, getting
· [mallinfo] ·
_scalloc()
· [_scalloc] ·
_sfree()
· [_sfree] ·
_srealloc()
· [_srealloc] ·

memory manipulation
mem_offset()
· [mem_offset, mem_offset64] ·
mem_offset64()
· [mem_offset, mem_offset64] ·
memccpy()
· [memccpy] ·
memcmp()
· [memcmp] ·
memcpy()
· [memcpy] ·
memcpyv()
· [memcpyv] ·
memicmp()
· [memicmp] ·
memmove()
· [memmove] ·
memset()
· [memset] ·
munmap_device_io()
· [munmap_device_io] ·
wmemchr()
· [wmemchr] ·
wmemcmp()
· [wmemcmp] ·
wmemcpy()
· [wmemcpy] ·
wmemmove()
· [wmemmove] ·
wmemset()
· [wmemset] ·

memset()
· [memset] ·

message queues
messages
receiving
· [mq_timedreceive] ·
mq_close()
· [mq_close] ·
mq_getattr()
· [mq_getattr] ·
mq_notify()
· [mq_notify] ·
mq_open()
· [mq_open] ·
mq_receive()
· [mq_receive] ·
mq_send()
· [mq_send] ·
mq_setattr()
· [mq_setattr] ·
mq_timedsend()
· [mq_timedsend] ·
mq_unlink()
· [mq_unlink] ·

message_attach()
· [message_attach] ·

message_connect()
· [message_connect] ·

message_detach()
· [message_detach] ·

messages
channels
attaching to a process
· [ConnectAttach, ConnectAttach_r] ·
creating
· [ChannelCreate, ChannelCreate_r] ·
destroying
· [ChannelDestroy, ChannelDestroy_r] ·
client, writing to
· [resmgr_writev] ·
errors, handling
· [MsgError, MsgError_r] ·
information about, getting
· [MsgInfo, MsgInfo_r] ·
Internet domain name servers
errors
· [h_errno] · [herror] · [hstrerror] ·
Internet domain name servers, sending & interpreting
· [dn_comp] · [dn_expand] · [res_init] · [res_mkquery] · [res_query] · [res_search] · [res_send] ·
key, adding
· [MsgKeyData, MsgKeyData_r] ·
peeking at
· [recv] · [recvfrom] · [recvmsg] ·
reading data
· [MsgRead, MsgRead_r] · [MsgReadv, MsgReadv_r] ·
receiving
· [MsgReceive, MsgReceive_r] · [MsgReceivev, MsgReceivev_r] ·
receiving from a socket
· [recv] · [recvfrom] · [recvmsg] ·
replying
· [MsgReply, MsgReply_r] · [MsgReplyv, MsgReplyv_r] ·
sending
· [MsgSend, MsgSend_r] · [MsgSendnc, MsgSendnc_r] · [MsgSendPulse, MsgSendPulse_r] · [MsgSendsv, MsgSendsv_r] · [MsgSendsvnc, MsgSendsvnc_r] · [MsgSendv, MsgSendv_r] · [MsgSendvnc, MsgSendvnc_r] · [MsgSendvs, MsgSendvs_r] · [MsgSendvsnc, MsgSendvsnc_r] ·
sending from a socket
· [send] · [sendmsg] · [sendto] ·
tampering, preventing
· [MsgKeyData, MsgKeyData_r] ·
unblocking
· [MsgError, MsgError_r] ·
writing data
· [MsgWrite, MsgWrite_r] · [MsgWritev, MsgWritev_r] ·

min()
· [min] ·

misaligned access response
· [ThreadCtl, ThreadCtl_r] ·

mkdir()
· [mkdir] · [umask] ·

mkfifo()
· [mkfifo] ·

mknod()
· [mknod] ·

mkstemp()
· [mkstemp] ·

mktemp()
· [mktemp] ·

mktime()
· [mktime] · [The TZ environment variable] ·

mlock()
· [mlock] ·

mlockall()
· [mlockall] ·

<mman.h>
· [mprotect] ·

mmap()
· [mmap, mmap64] ·

mmap64()
· [mmap, mmap64] ·

mmap_device_io()
· [mmap_device_io] ·

mmap_device_memory()
· [mmap_device_memory] ·

MODEM_BAUD
· [modem_script] · [State 5] ·

MODEM_NOECHO
· [modem_script] · [State 5] ·

modem_open()
· [modem_open] ·

modem_read()
· [modem_read] ·

modem_script
· [modem_script] ·

modem_script()
· [modem_script] ·
states
· [modem_script] ·

modem_write()
· [modem_write] ·
escape characters
· [modem_write] ·
special characters
· [modem_write] ·

modf(), modff()
· [modf, modff] ·

modular arithmetic, floating point
· [fmod, fmodf] ·

mount()
· [mount] ·

mount_parse_generic_args()
· [mount_parse_generic_args] ·

mprobe()
· [mprobe] ·

mprotect()
· [mprotect] ·

mq_close()
· [mq_close] ·

mq_getattr()
· [mq_getattr] ·

mq_notify()
· [mq_notify] ·

mq_open()
· [mq_open] ·

MQ_PRIO_MAX
· [mq_timedsend] ·

mq_receive()
· [mq_receive] ·

mq_send()
· [mq_send] ·

mq_setattr()
· [mq_setattr] ·

mq_timedreceive()
· [mq_timedreceive] ·

mq_timedsend()
· [mq_timedsend] ·

mq_unlink()
· [mq_unlink] ·

mrand48()
· [mrand48] ·

MS_ASYNC
· [msync] ·

MS_INVALIDATE
· [msync] ·

MS_INVALIDATE_ICACHE
· [msync] ·

MS_SYNC
· [msync] ·

MSG_CTRUNC
· [recvmsg] ·

MSG_DONTROUTE
· [send] · [sendmsg] · [sendto] ·

MSG_EOR
· [recvmsg] ·

MSG_FLAG_CROSS_ENDIAN
· [dispatch_handler] ·

_msg_info
· [info structure] · [MsgInfo, MsgInfo_r] · [_NTO_CHF_REPLY_LEN] · [_NTO_CHF_SENDER_LEN] ·

MSG_OOB
· [recv] · [recvfrom] · [recvmsg] · [send] · [sendmsg] · [sendto] · [SO_OOBINLINE] ·

MSG_PEEK
· [recv] · [recvfrom] · [recvmsg] ·

MSG_TRUNC
· [recvmsg] ·

MSG_WAITALL
· [recv] · [recvfrom] · [recvmsg] ·

MsgDeliverEvent()
· [Actions] ·

MsgDeliverEvent(), MsgDeliverEvent_r()
· [MsgDeliverEvent, MsgDeliverEvent_r] ·

MsgError(), MsgError_r()
· [MsgError, MsgError_r] ·

msghdr structure
· [recvmsg] ·

MsgInfo(), MsgInfo_r()
· [MsgInfo, MsgInfo_r] ·

MsgKeyData(), MsgKeyData_r()
· [MsgKeyData, MsgKeyData_r] ·

MsgRead(), MsgRead_r()
· [MsgRead, MsgRead_r] ·

MsgReadv(), MsgReadv_r()
· [MsgReadv, MsgReadv_r] ·

MsgReceive(), MsgReceive_r()
· [MsgReceive, MsgReceive_r] ·

MsgReceivePulse(), MsgReceivePulse_r()
· [MsgReceivePulse, MsgReceivePulse_r] ·

MsgReceivePulsev(), MsgReceivePulsev_r()
· [MsgReceivePulsev, MsgReceivePulsev_r] ·

MsgReceivev(), MsgReceivev_r()
· [MsgReceivev, MsgReceivev_r] ·

MsgReply(), MsgReply_r()
· [MsgReply, MsgReply_r] ·

MsgReplyv(), MsgReplyv_r()
· [MsgReplyv, MsgReplyv_r] ·

MsgSend(), MsgSend_r()
· [MsgSend, MsgSend_r] ·

MsgSendnc(), MsgSendnc_r()
· [MsgSendnc, MsgSendnc_r] ·

MsgSendPulse(), MsgSendPulse_r()
· [MsgSendPulse, MsgSendPulse_r] ·

MsgSendsv(), MsgSendsv_r()
· [MsgSendsv, MsgSendsv_r] ·

MsgSendsvnc(), MsgSendsvnc_r()
· [MsgSendsvnc, MsgSendsvnc_r] ·

MsgSendv(), MsgSendv_r()
· [MsgSendv, MsgSendv_r] ·

MsgSendvnc(), MsgSendvnc_r()
· [MsgSendvnc, MsgSendvnc_r] ·

MsgSendvs(), MsgSendvs_r()
· [MsgSendvs, MsgSendvs_r] ·

MsgSendvsnc(), MsgSendvsnc_r()
· [MsgSendvsnc, MsgSendvsnc_r] ·

MsgVerifyEvent(), MsgVerifyEvent_r()
· [MsgVerifyEvent, MsgVerifyEvent_r] ·

MsgWrite(), MsgWrite_r()
· [MsgWrite, MsgWrite_r] ·

MsgWritev(), MsgWritev_r()
· [MsgWritev, MsgWritev_r] ·

msync()
· [msync] ·

multibyte characters
bytes, counting
· [mblen] · [mbrlen] ·
wide characters
converting
· [mbrtowc] · [mbsrtowcs] · [mbstowcs] · [mbtowc] · [wcrtomb] · [wcsrtombs] · [wcstombs] · [wctomb] ·
convertion object
· [mbsinit] ·

munlock()
· [munlock] ·

munlockall()
· [munlockall] ·

munmap()
· [munmap] ·

munmap_device_io()
· [munmap_device_io] ·

munmap_device_memory()
· [munmap_device_memory] ·

mutexes
attributes
destroying
· [pthread_mutexattr_destroy] ·
initializing
· [pthread_mutexattr_init] ·
priority ceiling
· [pthread_mutexattr_getprioceiling] · [pthread_mutexattr_setprioceiling] ·
process-shared
· [pthread_mutexattr_getpshared] · [pthread_mutexattr_setpshared] ·
recursive
· [pthread_mutexattr_getrecursive] · [pthread_mutexattr_setrecursive] ·
scheduling protocol
· [pthread_mutexattr_getprotocol] · [pthread_mutexattr_setprotocol] ·
type
· [pthread_mutexattr_gettype] · [pthread_mutexattr_settype] ·
destroying
· [pthread_mutex_destroy] ·
initializing
· [pthread_mutex_init] ·
locking
· [pthread_mutex_lock] · [pthread_mutex_timedlock] · [pthread_mutex_trylock] ·
priority ceiling
· [pthread_mutex_getprioceiling] · [pthread_mutex_setprioceiling] ·
unlocking
· [pthread_mutex_unlock] ·

· ! · 0 · 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 ·


[Previous] [Contents] [Index] [Next]