📄 word.idx
字号:
@f /functions/fork.html @t fork - create a new process =fork - create a new process @f /functions/fpathconf.html @t fpathconf, pathconf - get configurable pathname variables =fpathconf, pathconf - get configurable pathname variables @f /functions/fpclassify.html @t fpclassify - classify real floating type =fpclassify - classify real floating type @f /functions/fprintf.html @t fprintf, printf, snprintf, sprintf - print formatted output =fprintf, printf, snprintf, sprintf - print formatted output @f /functions/fputc.html @t fputc - put a byte on a stream =fputc - put a byte on a stream @f /functions/fputs.html @t fputs - put a string on a stream =fputs - put a string on a stream @f /functions/fputwc.html @t fputwc - put a wide-character code on a stream =fputwc - put a wide-character code on a stream @f /functions/fputws.html @t fputws - put a wide-character string on a stream =fputws - put a wide-character string on a stream @f /functions/fread.html @t fread - binary input =fread - binary input @f /functions/free.html @t free - free allocated memory =free - free allocated memory @f /functions/freeaddrinfo.html @t freeaddrinfo, getaddrinfo - get address information =freeaddrinfo, getaddrinfo - get address information @f /functions/freopen.html @t freopen - open a stream =freopen - open a stream @f /functions/frexp.html @t frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number =frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number @f /functions/fscanf.html @t fscanf, scanf, sscanf - convert formatted input =fscanf, scanf, sscanf - convert formatted input @f /functions/fseek.html @t fseek, fseeko - reposition a file-position indicator in a stream =fseek, fseeko - reposition a file-position indicator in a stream @f /functions/fsetpos.html @t fsetpos - set current file position =fsetpos - set current file position @f /functions/fstat.html @t fstat - get file status =fstat - get file status @f /functions/fstatvfs.html @t fstatvfs, statvfs - get file system information =fstatvfs, statvfs - get file system information @f /functions/fsync.html @t fsync - synchronize changes to a file =fsync - synchronize changes to a file @f /functions/ftell.html @t ftell, ftello - return a file offset in a stream =ftell, ftello - return a file offset in a stream @f /functions/ftime.html @t ftime - get date and time (<b>LEGACY</b>) =ftime - get date and time (<b>LEGACY</b>) @f /functions/ftok.html @t ftok - generate an IPC key =ftok - generate an IPC key @f /functions/ftruncate.html @t ftruncate - truncate a file to a specified length =ftruncate - truncate a file to a specified length @f /functions/ftrylockfile.html @t ftrylockfile - stdio locking functions =ftrylockfile - stdio locking functions @f /functions/ftw.html @t ftw - traverse (walk) a file tree =ftw - traverse (walk) a file tree @f /functions/funlockfile.html @t funlockfile - stdio locking functions =funlockfile - stdio locking functions @f /functions/fwide.html @t fwide - set stream orientation =fwide - set stream orientation @f /functions/fwprintf.html @t fwprintf, swprintf, wprintf - print formatted wide-character output =fwprintf, swprintf, wprintf - print formatted wide-character output @f /functions/fwrite.html @t fwrite - binary output =fwrite - binary output @f /functions/fwscanf.html @t fwscanf, swscanf, wscanf - convert formatted wide-character input =fwscanf, swscanf, wscanf - convert formatted wide-character input @f /functions/gai_strerror.html @t gai_strerror - address and name information error description =gai_strerror - address and name information error description @f /functions/gcvt.html @t gcvt - convert a floating-point number to a string (<b>LEGACY</b>) =gcvt - convert a floating-point number to a string (<b>LEGACY</b>) @f /functions/getaddrinfo.html @t getaddrinfo - get address information =getaddrinfo - get address information @f /functions/getc.html @t getc - get a byte from a stream =getc - get a byte from a stream @f /functions/getc_unlocked.html @t getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking =getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking @f /functions/getchar.html @t getchar - get a byte from a stdin stream =getchar - get a byte from a stdin stream @f /functions/getchar_unlocked.html @t getchar_unlocked - stdio with explicit client locking =getchar_unlocked - stdio with explicit client locking @f /functions/getcontext.html @t getcontext, setcontext - get and set current user context =getcontext, setcontext - get and set current user context @f /functions/getcwd.html @t getcwd - get the pathname of the current working directory =getcwd - get the pathname of the current working directory @f /functions/getdate.html @t getdate - convert user format date and time =getdate - convert user format date and time @f /functions/getegid.html @t getegid - get the effective group ID =getegid - get the effective group ID @f /functions/getenv.html @t getenv - get value of an environment variable =getenv - get value of an environment variable @f /functions/geteuid.html @t geteuid - get the effective user ID =geteuid - get the effective user ID @f /functions/getgid.html @t getgid - get the real group ID =getgid - get the real group ID @f /functions/getgrent.html @t getgrent - get the group database entry =getgrent - get the group database entry @f /functions/getgrgid.html @t getgrgid, getgrgid_r - get group database entry for a group ID =getgrgid, getgrgid_r - get group database entry for a group ID @f /functions/getgrnam.html @t getgrnam, getgrnam_r - search group database for a name =getgrnam, getgrnam_r - search group database for a name @f /functions/getgroups.html @t getgroups - get supplementary group IDs =getgroups - get supplementary group IDs @f /functions/gethostbyaddr.html @t gethostbyaddr, gethostbyname - network host database functions =gethostbyaddr, gethostbyname - network host database functions @f /functions/gethostbyname.html @t gethostbyname - network host database functions =gethostbyname - network host database functions @f /functions/gethostent.html @t gethostent - network host database functions =gethostent - network host database functions @f /functions/gethostid.html @t gethostid - get an identifier for the current host =gethostid - get an identifier for the current host @f /functions/gethostname.html @t gethostname - get name of current host =gethostname - get name of current host @f /functions/getitimer.html @t getitimer, setitimer - get and set value of interval timer =getitimer, setitimer - get and set value of interval timer @f /functions/getlogin.html @t getlogin, getlogin_r - get login name =getlogin, getlogin_r - get login name @f /functions/getmsg.html @t getmsg, getpmsg - receive next message from a STREAMS file (<b>STREAMS</b>) =getmsg, getpmsg - receive next message from a STREAMS file (<b>STREAMS</b>) @f /functions/getnameinfo.html @t getnameinfo - get name information =getnameinfo - get name information @f /functions/getnetbyaddr.html @t getnetbyaddr - network database functions =getnetbyaddr - network database functions @f /functions/getnetbyname.html @t getnetbyname - network database functions =getnetbyname - network database functions @f /functions/getnetent.html @t getnetent - network database functions =getnetent - network database functions @f /functions/getopt.html @t getopt, optarg, opterr, optind, optopt - command option parsing =getopt, optarg, opterr, optind, optopt - command option parsing @f /functions/getpeername.html @t getpeername - get the name of the peer socket =getpeername - get the name of the peer socket @f /functions/getpgid.html @t getpgid - get the process group ID for a process =getpgid - get the process group ID for a process @f /functions/getpgrp.html @t getpgrp - get the process group ID of the calling process =getpgrp - get the process group ID of the calling process @f /functions/getpid.html @t getpid - get the process ID =getpid - get the process ID @f /functions/getpmsg.html @t getpmsg - receive next message from a STREAMS file =getpmsg - receive next message from a STREAMS file @f /functions/getppid.html @t getppid - get the parent process ID =getppid - get the parent process ID @f /functions/getpriority.html @t getpriority, setpriority - get and set the nice value =getpriority, setpriority - get and set the nice value @f /functions/getprotobyname.html @t getprotobyname - network protocol database functions =getprotobyname - network protocol database functions @f /functions/getprotobynumber.html @t getprotobynumber - network protocol database functions =getprotobynumber - network protocol database functions @f /functions/getprotoent.html @t getprotoent - network protocol database functions =getprotoent - network protocol database functions @f /functions/getpwent.html @t getpwent - get user database entry =getpwent - get user database entry @f /functions/getpwnam.html @t getpwnam, getpwnam_r - search user database for a name =getpwnam, getpwnam_r - search user database for a name @f /functions/getpwuid.html @t getpwuid, getpwuid_r - search user database for a user ID =getpwuid, getpwuid_r - search user database for a user ID @f /functions/getrlimit.html @t getrlimit, setrlimit - control maximum resource consumption =getrlimit, setrlimit - control maximum resource consumption @f /functions/getrusage.html @t getrusage - get information about resource utilization =getrusage - get information about resource utilization @f /functions/gets.html @t gets - get a string from a stdin stream =gets - get a string from a stdin stream @f /functions/getservbyname.html @t getservbyname - network services database functions =getservbyname - network services database functions @f /functions/getservbyport.html @t getservbyport - network services database functions =getservbyport - network services database functions @f /functions/getservent.html @t getservent - network services database functions =getservent - network services database functions @f /functions/getsid.html @t getsid - get the process group ID of a session leader =getsid - get the process group ID of a session leader @f /functions/getsockname.html @t getsockname - get the socket name =getsockname - get the socket name @f /functions/getsockopt.html @t getsockopt - get the socket options =getsockopt - get the socket options @f /functions/getsubopt.html @t getsubopt - parse suboption arguments from a string =getsubopt - parse suboption arguments from a string @f /functions/gettimeofday.html @t gettimeofday - get the date and time =gettimeofday - get the date and time @f /functions/getuid.html @t getuid - get a real user ID =getuid - get a real user ID @f /functions/getutxent.html @t getutxent, getutxid, getutxline - get user accounting database entries =getutxent, getutxid, getutxline - get user accounting database entries @f /functions/getwc.html @t getwc - get a wide character from a stream =getwc - get a wide character from a stream @f /functions/getwchar.html @t getwchar - get a wide character from a stdin stream =getwchar - get a wide character from a stdin stream @f /functions/getwd.html @t getwd - get the current working directory pathname (<b>LEGACY</b>) =getwd - get the current working directory pathname (<b>LEGACY</b>) @f /functions/glob.html @t glob, globfree - generate pathnames matching a pattern =glob, globfree - generate pathnames matching a pattern @f /functions/gmtime.html @t gmtime, gmtime_r - convert a time value to a broken-down UTC time =gmtime, gmtime_r - convert a time value to a broken-down UTC time @f /functions/grantpt.html @t grantpt - grant access to the slave pseudo-terminal device =grantpt - grant access to the slave pseudo-terminal device
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -