AIX Documentation: Programmer's Reference:
M
- Current View:
Programmer's Reference
- Views: [ Books | Commands | Programmer's Reference | Tasks and Topics ]
Back
- Programmer's Reference
- M
- MatchAllAuths Compare authorizations.
- MatchAllAuthsList Compare authorizations.
- MatchAnyAuths Compare authorizations.
- MatchAnyAuthsList Compare authorizations.
- m_in Multiple-precision integer arithmetic.
- m_out Multiple-precision integer arithmetic.
- madd Multiple-precision integer arithmetic.
- madvise Advises the system of expected paging behavior.
- makecontext Modifies the context specified by ucp.
- makenew Creates a new window buffer and returns a pointer.
- mallinfo Provides a memory allocator.
- malloc Provides a memory allocator.
- mallopt Provides a memory allocator.
- matherr Math error handling function.
- mblen Determines the length in bytes of a multibyte character.
- mbrlen Get number of bytes in a character (restartable).
- mbrtowc Convert a character to a wide-character code (restartable)
- mbsadvance Advances to the next multibyte character.
- mbscat Performs operations on multibyte character strings.
- mbschr Locates a character in a multibyte character string.
- mbscmp Performs operations on multibyte character strings.
- mbscpy Performs operations on multibyte character strings.
- mbsinit Determine conversion object status.
- mbsinvalid Validates characters of multibyte character strings.
- mbslen Determines the number of characters (code points) in a multibyte character string.
- mbsncat Performs operations on a specified number of null-terminated multibyte characters.
- mbsncmp Performs operations on a specified number of null-terminated multibyte characters.
- mbsncpy Performs operations on a specified number of null-terminated multibyte characters.
- mbspbrk Locates the first occurrence of multibyte characters or code points in a string.
- mbsrchr Locates a character or code point in a multibyte character string.
- mbsrtowcs Convert a character string to a wide-character string (restartable).
- mbstomb Extracts a multibyte character from a multibyte character string.
- mbstowcs Converts a multibyte character string to a wide character string.
- mbswidth Determines the number of multibyte character string display columns.
- mbtowc Converts a multibyte character to a wide character.
- mcmp Multiple-precision integer arithmetic.
- mdiv Multiple-precision integer arithmetic.
- memccpy Performs memory operations.
- memchr Performs memory operations.
- memcmp Performs memory operations.
- memcpy Performs memory operations.
- memmove Performs memory operations.
- memset Performs memory operations.
- meta Enables/disables meta-keys.
- mi_bufcall Provides a reliable alternative to the bufcall utility.
- mi_close_comm Performs housekeeping during STREAMS driver or module close operations.
- mi_next_ptr Traverses a STREAMS module's linked list of open streams.
- mi_open_comm Performs housekeeping during STREAMS driver or module open operations.
- min Multiple-precision integer arithmetic.
- mincore Determines residency of memory pages.
- mkdir Creates a directory.
- mkfifo Creates an ordinary file, first-in-first-out (FIFO), or special file.
- mknod Creates an ordinary file, first-in-first-out (FIFO), or special file.
- mkstemp Constructs a unique file name.
- mktemp Constructs a unique file name.
- mktime Converts the formats of date and time representations.
- mmap Maps a file-system object into virtual memory.
- mmap64 Maps a file-system object into virtual memory.
- mntctl Returns information about the mount status of the system.
- moncontrol Starts and stops execution profiling after initialization by the monitor subroutine.
- monitor Starts and stops execution profiling using data areas defined in the function parameters.
- monstartup Starts and stops execution profiling using default-sized data areas.
- mount Makes a file system available for use.
- mout Multiple-precision integer arithmetic.
- move?(Arithmetic) Multiple-precision integer arithmetic.
- move?(Curses) Window location cursor functions.
- mprotect Modifies access protections for memory mapping.
- mrand48 Generate uniformly distributed pseudo-random number sequences.
- mrand48_r Generate uniformly distributed pseudo-random number sequences.
- msem_init Initializes a semaphore in a mapped file or shared memory region.
- msem_lock Locks a semaphore.
- msem_remove Removes a semaphore.
- msem_unlock Unlocks a semaphore.
- msgctl Provides message control operations.
- msgdsize Gets the number of data bytes in a message.
- msgget Gets a message queue identifier.
- msgrcv Reads a message from a queue.
- msgsnd Sends a message.
- msgxrcv Receives an extended message.
- msleep Puts a process to sleep when a semaphore is busy.
- msqrt Multiple-precision integer arithmetic.
- msub Multiple-precision integer arithmetic.
- msync Synchronizes a mapped file.
- mult Multiple-precision integer arithmetic.
- munmap Unmaps a mapped region.
- mvaddch Adds a single-byte character and rendition to a window and advances the cursor.
- mvaddnstr Adds a string of multi-byte characters without rendition to a window and advances the cursor.
- mvaddstr Adds a string of multi-byte characters without rendition to a window and advances the cursor.
- mvcur Output cursor movement commands to the terminal.
- mvdelch Deletes the character from a window.
- mvgetch Gets a single-byte character from the terminal.
- mvgetnstr Gets a multi-byte character string from the terminal.
- mvgetstr Gets a multi-byte character string from the terminal.
- mvinch Inputs a single-byte character and rendition from a window.
- mvinsch Inserts a single-byte character and rendition in a window.
- mvprintw Performs a printf command on a window using the specified format control string.
- mvscanw Calls the wgetstr subroutine on a window and uses the resulting line as input for a scan.
- mvwaddch Adds a single-byte character and rendition to a window and advances the cursor.
- mvwaddnstr Adds a string of multi-byte characters without rendition to a window and advances the cursor.
- mvwaddstr Adds a string of multi-byte characters without rendition to a window and advances the cursor.
- mvwdelch Deletes the character from a window.
- mvwgetch Gets a single-byte character from the terminal.
- mvwgetnstr Gets a multi-byte character string from the terminal.
- mvwgetstr Gets a multi-byte character string from the terminal.
- mvwin Moves a window or subwindow to the specified coordinates.
- mvwinch Inputs a single-byte character and rendition from a window.
- mvwinsch Inserts a single-byte character and rendition in a window.
- mvwprintw Performs a printf command on a window using the specified format control string.
- mvwscanw Calls the wgetstr subroutine on a window and uses the resulting line as input for a scan.
- mwakeup Wakes up a process that is waiting on a semaphore.