📄 word.idx
字号:
@f /functions/lrint.html @t lrint, lrintf, lrintl - round to nearest integer value using current rounding direction =lrint, lrintf, lrintl - round to nearest integer value using current rounding direction @f /functions/lround.html @t lround, lroundf, lroundl - round to nearest integer value =lround, lroundf, lroundl - round to nearest integer value @f /functions/lsearch.html @t lsearch, lfind - linear search and update =lsearch, lfind - linear search and update @f /functions/lseek.html @t lseek - move the read/write file offset =lseek - move the read/write file offset @f /functions/lstat.html @t lstat - get symbolic link status =lstat - get symbolic link status @f /functions/makecontext.html @t makecontext, swapcontext - manipulate user contexts =makecontext, swapcontext - manipulate user contexts @f /functions/malloc.html @t malloc - a memory allocator =malloc - a memory allocator @f /functions/mblen.html @t mblen - get number of bytes in a character =mblen - get number of bytes in a character @f /functions/mbrlen.html @t mbrlen - get number of bytes in a character (restartable) =mbrlen - get number of bytes in a character (restartable) @f /functions/mbrtowc.html @t mbrtowc - convert a character to a wide-character code (restartable) =mbrtowc - convert a character to a wide-character code (restartable) @f /functions/mbsinit.html @t mbsinit - determine conversion object status =mbsinit - determine conversion object status @f /functions/mbsrtowcs.html @t mbsrtowcs - convert a character string to a wide-character string (restartable) =mbsrtowcs - convert a character string to a wide-character string (restartable) @f /functions/mbstowcs.html @t mbstowcs - convert a character string to a wide-character string =mbstowcs - convert a character string to a wide-character string @f /functions/mbtowc.html @t mbtowc - convert a character to a wide-character code =mbtowc - convert a character to a wide-character code @f /functions/memccpy.html @t memccpy - copy bytes in memory =memccpy - copy bytes in memory @f /functions/memchr.html @t memchr - find byte in memory =memchr - find byte in memory @f /functions/memcmp.html @t memcmp - compare bytes in memory =memcmp - compare bytes in memory @f /functions/memcpy.html @t memcpy - copy bytes in memory =memcpy - copy bytes in memory @f /functions/memmove.html @t memmove - copy bytes in memory with overlapping areas =memmove - copy bytes in memory with overlapping areas @f /functions/memset.html @t memset - set bytes in memory =memset - set bytes in memory @f /functions/mkdir.html @t mkdir - make a directory =mkdir - make a directory @f /functions/mkfifo.html @t mkfifo - make a FIFO special file =mkfifo - make a FIFO special file @f /functions/mknod.html @t mknod - make a directory, a special or regular file =mknod - make a directory, a special or regular file @f /functions/mkstemp.html @t mkstemp - make a unique filename =mkstemp - make a unique filename @f /functions/mktemp.html @t mktemp - make a unique filename (<b>LEGACY</b>) =mktemp - make a unique filename (<b>LEGACY</b>) @f /functions/mktime.html @t mktime - convert broken-down time into time since the Epoch =mktime - convert broken-down time into time since the Epoch @f /functions/mlock.html @t mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>) =mlock, munlock - lock or unlock a range of process address space (<b>REALTIME</b>) @f /functions/mlockall.html @t mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>) =mlockall, munlockall - lock/unlock the address space of a process (<b>REALTIME</b>) @f /functions/mmap.html @t mmap - map pages of memory =mmap - map pages of memory @f /functions/modf.html @t modf, modff, modfl - decompose a floating-point number =modf, modff, modfl - decompose a floating-point number @f /functions/mprotect.html @t mprotect - set protection of memory mapping =mprotect - set protection of memory mapping @f /functions/mq_close.html @t mq_close - close a message queue (<b>REALTIME</b>) =mq_close - close a message queue (<b>REALTIME</b>) @f /functions/mq_getattr.html @t mq_getattr - get message queue attributes (<b>REALTIME</b>) =mq_getattr - get message queue attributes (<b>REALTIME</b>) @f /functions/mq_notify.html @t mq_notify - notify process that a message is available (<b>REALTIME</b>) =mq_notify - notify process that a message is available (<b>REALTIME</b>) @f /functions/mq_open.html @t mq_open - open a message queue (<b>REALTIME</b>) =mq_open - open a message queue (<b>REALTIME</b>) @f /functions/mq_receive.html @t mq_receive, mq_timedreceive - receive a message from a message queue (<b>REALTIME</b>) =mq_receive, mq_timedreceive - receive a message from a message queue (<b>REALTIME</b>) @f /functions/mq_send.html @t mq_send, mq_timedsend - send a message to a message queue (<b>REALTIME</b>) =mq_send, mq_timedsend - send a message to a message queue (<b>REALTIME</b>) @f /functions/mq_setattr.html @t mq_setattr - set message queue attributes (<b>REALTIME</b>) =mq_setattr - set message queue attributes (<b>REALTIME</b>) @f /functions/mq_timedreceive.html @t mq_timedreceive - receive a message from a message queue (<b>ADVANCED REALTIME</b>) =mq_timedreceive - receive a message from a message queue (<b>ADVANCED REALTIME</b>) @f /functions/mq_timedsend.html @t mq_timedsend - send a message to a message queue (<b>ADVANCED REALTIME</b>) =mq_timedsend - send a message to a message queue (<b>ADVANCED REALTIME</b>) @f /functions/mq_unlink.html @t mq_unlink - remove a message queue (<b>REALTIME</b>) =mq_unlink - remove a message queue (<b>REALTIME</b>) @f /functions/mrand48.html @t mrand48 - generate uniformly distributed pseudo-random signed long integers =mrand48 - generate uniformly distributed pseudo-random signed long integers @f /functions/msgctl.html @t msgctl - XSI message control operations =msgctl - XSI message control operations @f /functions/msgget.html @t msgget - get the XSI message queue identifier =msgget - get the XSI message queue identifier @f /functions/msgrcv.html @t msgrcv - XSI message receive operation =msgrcv - XSI message receive operation @f /functions/msgsnd.html @t msgsnd - XSI message send operation =msgsnd - XSI message send operation @f /functions/msync.html @t msync - synchronize memory with physical storage =msync - synchronize memory with physical storage @f /functions/munlock.html @t munlock - unlock a range of process address space =munlock - unlock a range of process address space @f /functions/munlockall.html @t munlockall - unlock the address space of a process =munlockall - unlock the address space of a process @f /functions/munmap.html @t munmap - unmap pages of memory =munmap - unmap pages of memory @f /functions/nan.html @t nan, nanf, nanl - return quiet NaN =nan, nanf, nanl - return quiet NaN @f /functions/nanosleep.html @t nanosleep - high resolution sleep (<b>REALTIME</b>) =nanosleep - high resolution sleep (<b>REALTIME</b>) @f /functions/nearbyint.html @t nearbyint, nearbyintf, nearbyintl - floating-point rounding functions =nearbyint, nearbyintf, nearbyintl - floating-point rounding functions @f /functions/nextafter.html @t nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number =nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number @f /functions/nexttoward.html @t nexttoward, nexttowardf, nexttowardl - next representable floating-point number =nexttoward, nexttowardf, nexttowardl - next representable floating-point number @f /functions/nftw.html @t nftw - walk a file tree =nftw - walk a file tree @f /functions/nice.html @t nice - change the nice value of a process =nice - change the nice value of a process @f /functions/nl_langinfo.html @t nl_langinfo - language information =nl_langinfo - language information @f /functions/nrand48.html @t nrand48 - generate uniformly distributed pseudo-random non-negative long integers =nrand48 - generate uniformly distributed pseudo-random non-negative long integers @f /functions/ntohl.html @t ntohl - convert values between host and network byte order =ntohl - convert values between host and network byte order @f /functions/ntohs.html @t ntohs - convert values between host and network byte order =ntohs - convert values between host and network byte order @f /functions/open.html @t open - open a file =open - open a file @f /functions/opendir.html @t opendir - open a directory =opendir - open a directory @f /functions/openlog.html @t openlog - open a connection to the logging facility =openlog - open a connection to the logging facility @f /functions/optarg.html @t optarg, opterr, optind, optopt - options parsing variables =optarg, opterr, optind, optopt - options parsing variables @f /functions/pathconf.html @t pathconf - get configurable pathname variables =pathconf - get configurable pathname variables @f /functions/pause.html @t pause - suspend the thread until a signal is received =pause - suspend the thread until a signal is received @f /functions/pclose.html @t pclose - close a pipe stream to or from a process =pclose - close a pipe stream to or from a process @f /functions/perror.html @t perror - write error messages to standard error =perror - write error messages to standard error @f /functions/pipe.html @t pipe - create an interprocess channel =pipe - create an interprocess channel @f /functions/poll.html @t poll - input/output multiplexing =poll - input/output multiplexing @f /functions/popen.html @t popen - initiate pipe streams to or from a process =popen - initiate pipe streams to or from a process @f /functions/posix_fadvise.html @t posix_fadvise - file advisory information (<b>ADVANCED REALTIME</b>) =posix_fadvise - file advisory information (<b>ADVANCED REALTIME</b>) @f /functions/posix_fallocate.html @t posix_fallocate - file space control (<b>ADVANCED REALTIME</b>) =posix_fallocate - file space control (<b>ADVANCED REALTIME</b>) @f /functions/posix_madvise.html @t posix_madvise - memory advisory information and alignment control (<b>ADVANCED REALTIME</b>) =posix_madvise - memory advisory information and alignment control (<b>ADVANCED REALTIME</b>) @f /functions/posix_mem_offset.html @t posix_mem_offset - find offset and length of a mapped typed memory block (<b>ADVANCED REALTIME</b>) =posix_mem_offset - find offset and length of a mapped typed memory block (<b>ADVANCED REALTIME</b>) @f /functions/posix_memalign.html @t posix_memalign - aligned memory allocation (<b>ADVANCED REALTIME</b>) =posix_memalign - aligned memory allocation (<b>ADVANCED REALTIME</b>) @f /functions/posix_openpt.html @t posix_openpt - open a pseudo terminal device =posix_openpt - open a pseudo terminal device @f /functions/posix_spawn.html @t posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>) =posix_spawn, posix_spawnp - spawn a process (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawn_file_actions_addclose.html @t posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>) =posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawn_file_actions_adddup2.html @t posix_spawn_file_actions_adddup2 - add dup2 action to spawn file actions object (<b>ADVANCED REALTIME</b>) =posix_spawn_file_actions_adddup2 - add dup2 action to spawn file actions object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawn_file_actions_addopen.html @t posix_spawn_file_actions_addopen - add open action to spawn file actions object (<b>ADVANCED REALTIME</b>) =posix_spawn_file_actions_addopen - add open action to spawn file actions object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawn_file_actions_destroy.html @t posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>) =posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawn_file_actions_init.html @t posix_spawn_file_actions_init - initialize spawn file actions object (<b>ADVANCED REALTIME</b>) =posix_spawn_file_actions_init - initialize spawn file actions object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_destroy.html @t posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_getflags.html @t posix_spawnattr_getflags, posix_spawnattr_setflags - get and set spawn-flags attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_getflags, posix_spawnattr_setflags - get and set spawn-flags attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_getpgroup.html @t posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set spawn-pgroup attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set spawn-pgroup attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_getschedparam.html @t posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set spawn-schedparam attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set spawn-schedparam attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_getschedpolicy.html @t posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set spawn-schedpolicy attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set spawn-schedpolicy attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_getsigdefault.html @t posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set spawn-sigdefault attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set spawn-sigdefault attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_getsigmask.html @t posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set spawn-sigmask attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set spawn-sigmask attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_init.html @t posix_spawnattr_init - initialize spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spawnattr_init - initialize spawn attributes object (<b>ADVANCED REALTIME</b>) @f /functions/posix_spawnattr_setflags.html @t posix_spawnattr_setflags - set spawn-flags attribute of spawn attributes object (<b>ADVANCED REALTIME</b>) =posix_spaw
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -