📄 summary.texi
字号:
@file{netdb.h} (BSD): @ref{Networks Database}.@comment getnetent@item struct netent * getnetent (void)@file{netdb.h} (BSD): @ref{Networks Database}.@comment getopt@item int getopt (int @var{argc}, char **@var{argv}, const char *@var{options})@file{unistd.h} (POSIX.2): @ref{Parsing Options}.@comment getopt_long@item int getopt_long (int @var{argc}, char **@var{argv}, const char *@var{shortopts}, struct option *@var{longopts}, int *@var{indexptr})@file{getopt.h} (GNU): @ref{Long Options}.@comment getpeername@item int getpeername (int @var{socket}, struct sockaddr *@var{addr}, size_t *@var{length-ptr})@file{sys/socket.h} (BSD): @ref{Who is Connected}.@comment getpgrp@item pid_t getpgrp (pid_t @var{pid})@file{unistd.h} (BSD): @ref{Process Group Functions,}.@comment getpgrp@item pid_t getpgrp (void)@file{unistd.h} (POSIX.1): @ref{Process Group Functions,}.@comment getpid@item pid_t getpid (void)@file{unistd.h} (POSIX.1): @ref{Process Identification}.@comment getppid@item pid_t getppid (void)@file{unistd.h} (POSIX.1): @ref{Process Identification}.@comment getpriority@item int getpriority (int @var{class}, int @var{id})@file{sys/resource.h} (BSD): @ref{Priority}.@comment getprotobyname@item struct protoent * getprotobyname (const char *@var{name})@file{netdb.h} (BSD): @ref{Protocols Database}.@comment getprotobynumber@item struct protoent * getprotobynumber (int @var{protocol})@file{netdb.h} (BSD): @ref{Protocols Database}.@comment getprotoent@item struct protoent * getprotoent (void)@file{netdb.h} (BSD): @ref{Protocols Database}.@comment getpwent@item struct passwd * getpwent (void)@file{pwd.h} (POSIX.1): @ref{Scanning All Users}.@comment getpwnam@item struct passwd * getpwnam (const char *@var{name})@file{pwd.h} (POSIX.1): @ref{Lookup User}.@comment getpwuid@item struct passwd * getpwuid (uid_t @var{uid})@file{pwd.h} (POSIX.1): @ref{Lookup User}.@comment getrlimit@item int getrlimit (int @var{resource}, struct rlimit *@var{rlp})@file{sys/resource.h} (BSD): @ref{Limits on Resources}.@comment getrusage@item int getrusage (int @var{processes}, struct rusage *@var{rusage})@file{sys/resource.h} (BSD): @ref{Resource Usage}.@comment getservbyname@item struct servent * getservbyname (const char *@var{name}, const char *@var{proto})@file{netdb.h} (BSD): @ref{Services Database}.@comment getservbyport@item struct servent * getservbyport (int @var{port}, const char *@var{proto})@file{netdb.h} (BSD): @ref{Services Database}.@comment getservent@item struct servent * getservent (void)@file{netdb.h} (BSD): @ref{Services Database}.@comment gets@item char * gets (char *@var{s})@file{stdio.h} (ANSI): @ref{Line Input}.@comment getsockname@item int getsockname (int @var{socket}, struct sockaddr *@var{addr}, size_t *@var{length-ptr})@file{sys/socket.h} (BSD): @ref{Reading Address}.@comment getsockopt@item int getsockopt (int @var{socket}, int @var{level}, int @var{optname}, void *@var{optval}, size_t *@var{optlen-ptr})@file{sys/socket.h} (BSD): @ref{Socket Option Functions}.@comment gettimeofday@item int gettimeofday (struct timeval *@var{tp}, struct timezone *@var{tzp})@file{sys/time.h} (BSD): @ref{High-Resolution Calendar}.@comment getuid@item uid_t getuid (void)@file{unistd.h} (POSIX.1): @ref{Reading Persona}.@comment getumask@item mode_t getumask (void)@file{sys/stat.h} (GNU): @ref{Setting Permissions}.@comment getwd@item char * getwd (char *@var{buffer})@file{unistd.h} (BSD): @ref{Working Directory}.@comment getw@item int getw (FILE *@var{stream})@file{stdio.h} (SVID): @ref{Character Input}.@comment gid_t@item gid_t@file{sys/types.h} (POSIX.1): @ref{Reading Persona}.@comment GLOB_ABORTED@item GLOB_ABORTED@file{glob.h} (POSIX.2): @ref{Calling Glob}.@comment GLOB_APPEND@item GLOB_APPEND@file{glob.h} (POSIX.2): @ref{Flags for Globbing}.@comment GLOB_DOOFFS@item GLOB_DOOFFS@file{glob.h} (POSIX.2): @ref{Flags for Globbing}.@comment GLOB_ERR@item GLOB_ERR@file{glob.h} (POSIX.2): @ref{Flags for Globbing}.@comment glob@item int glob (const char *@var{pattern}, int @var{flags}, int (*@var{errfunc}) (const char *@var{filename}, int @var{error-code}), glob_t *@var{vector-ptr})@file{glob.h} (POSIX.2): @ref{Calling Glob}.@comment GLOB_MARK@item GLOB_MARK@file{glob.h} (POSIX.2): @ref{Flags for Globbing}.@comment GLOB_NOCHECK@item GLOB_NOCHECK@file{glob.h} (POSIX.2): @ref{Flags for Globbing}.@comment GLOB_NOESCAPE@item GLOB_NOESCAPE@file{glob.h} (POSIX.2): @ref{Flags for Globbing}.@comment GLOB_NOMATCH@item GLOB_NOMATCH@file{glob.h} (POSIX.2): @ref{Calling Glob}.@comment GLOB_NOSORT@item GLOB_NOSORT@file{glob.h} (POSIX.2): @ref{Flags for Globbing}.@comment GLOB_NOSPACE@item GLOB_NOSPACE@file{glob.h} (POSIX.2): @ref{Calling Glob}.@comment glob_t@item glob_t@file{glob.h} (POSIX.2): @ref{Calling Glob}.@comment gmtime@item struct tm * gmtime (const time_t *@var{time})@file{time.h} (ANSI): @ref{Broken-down Time}.@comment gsignal@item int gsignal (int @var{signum})@file{signal.h} (SVID): @ref{Signaling Yourself}.@comment HOST_NOT_FOUND@item HOST_NOT_FOUND@file{netdb.h} (BSD): @ref{Host Names}.@comment htonl@item unsigned long int htonl (unsigned long int @var{hostlong})@file{netinet/in.h} (BSD): @ref{Byte Order}.@comment htons@item unsigned short int htons (unsigned short int @var{hostshort})@file{netinet/in.h} (BSD): @ref{Byte Order}.@comment HUGE_VAL@item double HUGE_VAL@file{math.h} (ANSI): @ref{Domain and Range Errors}.@comment HUPCL@item tcflag_t HUPCL@file{termios.h} (POSIX.1): @ref{Control Modes}.@comment hypot@item double hypot (double @var{x}, double @var{y})@file{math.h} (BSD): @ref{Exponents and Logarithms}.@comment ICANON@item tcflag_t ICANON@file{termios.h} (POSIX.1): @ref{Local Modes}.@comment ICRNL@item tcflag_t ICRNL@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment IEXTEN@item tcflag_t IEXTEN@file{termios.h} (POSIX.1): @ref{Local Modes}.@comment IGNBRK@item tcflag_t IGNBRK@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment IGNCR@item tcflag_t IGNCR@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment IGNPAR@item tcflag_t IGNPAR@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment IMAXBEL@item tcflag_t IMAXBEL@file{termios.h} (BSD): @ref{Input Modes}.@comment INADDR_ANY@item unsigned long int INADDR_ANY@file{netinet/in.h} (BSD): @ref{Host Address Data Type}.@comment INADDR_BROADCAST@item unsigned long int INADDR_BROADCAST@file{netinet/in.h} (BSD): @ref{Host Address Data Type}.@comment INADDR_LOOPBACK@item unsigned long int INADDR_LOOPBACK@file{netinet/in.h} (BSD): @ref{Host Address Data Type}.@comment INADDR_NONE@item unsigned long int INADDR_NONE@file{netinet/in.h} (BSD): @ref{Host Address Data Type}.@comment index@item char * index (const char *@var{string}, int @var{c})@file{string.h} (BSD): @ref{Search Functions,}.@comment inet_addr@item unsigned long int inet_addr (const char *@var{name})@file{arpa/inet.h} (BSD): @ref{Host Address Functions}.@comment inet_aton@item int inet_aton (const char *@var{name}, struct in_addr *@var{addr})@file{arpa/inet.h} (BSD): @ref{Host Address Functions}.@comment inet_lnaof@item int inet_lnaof (struct in_addr @var{addr})@file{arpa/inet.h} (BSD): @ref{Host Address Functions}.@comment inet_makeaddr@item struct in_addr inet_makeaddr (int @var{net}, int @var{local})@file{arpa/inet.h} (BSD): @ref{Host Address Functions}.@comment inet_netof@item int inet_netof (struct in_addr @var{addr})@file{arpa/inet.h} (BSD): @ref{Host Address Functions}.@comment inet_network@item unsigned long int inet_network (const char *@var{name})@file{arpa/inet.h} (BSD): @ref{Host Address Functions}.@comment inet_ntoa@item char * inet_ntoa (struct in_addr @var{addr})@file{arpa/inet.h} (BSD): @ref{Host Address Functions}.@comment infnan@item double infnan (int @var{error})@file{math.h} (BSD): @ref{Predicates on Floats}.@comment initgroups@item int initgroups (const char *@var{user}, gid_t @var{gid})@file{grp.h} (BSD): @ref{Setting Groups}.@comment initstate@item void * initstate (unsigned int @var{seed}, void *@var{state}, size_t @var{size})@file{stdlib.h} (BSD): @ref{BSD Random}.@comment INLCR@item tcflag_t INLCR@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment ino_t@item ino_t@file{sys/types.h} (POSIX.1): @ref{Attribute Meanings}.@comment INPCK@item tcflag_t INPCK@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment int@item int RLIM_INFINITY@file{sys/resource.h} (BSD): @ref{Limits on Resources}.@comment INT_MAX@item INT_MAX@file{limits.h} (ANSI): @ref{Range of Type}.@comment INT_MIN@item INT_MIN@file{limits.h} (ANSI): @ref{Range of Type}.@comment _IOFBF@item int _IOFBF@file{stdio.h} (ANSI): @ref{Controlling Buffering}.@comment _IOLBF@item int _IOLBF@file{stdio.h} (ANSI): @ref{Controlling Buffering}.@comment _IONBF@item int _IONBF@file{stdio.h} (ANSI): @ref{Controlling Buffering}.@comment IPPORT_RESERVED@item int IPPORT_RESERVED@file{netinet/in.h} (BSD): @ref{Ports}.@comment IPPORT_USERRESERVED@item int IPPORT_USERRESERVED@file{netinet/in.h} (BSD): @ref{Ports}.@comment isalnum@item int isalnum (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment isalpha@item int isalpha (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment isascii@item int isascii (int @var{c})@file{ctype.h} (SVID, BSD): @ref{Classification of Characters,}.@comment isatty@item int isatty (int @var{filedes})@file{unistd.h} (POSIX.1): @ref{Is It a Terminal}.@comment isblank@item int isblank (int @var{c})@file{ctype.h} (GNU): @ref{Classification of Characters,}.@comment iscntrl@item int iscntrl (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment isdigit@item int isdigit (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment isgraph@item int isgraph (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment ISIG@item tcflag_t ISIG@file{termios.h} (POSIX.1): @ref{Local Modes}.@comment isinf@item int isinf (double @var{x})@file{math.h} (BSD): @ref{Predicates on Floats}.@comment islower@item int islower (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment isnan@item int isnan (double @var{x})@file{math.h} (BSD): @ref{Predicates on Floats}.@comment isprint@item int isprint (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment ispunct@item int ispunct (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment isspace@item int isspace (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment ISTRIP@item tcflag_t ISTRIP@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment isupper@item int isupper (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment isxdigit@item int isxdigit (int @var{c})@file{ctype.h} (ANSI): @ref{Classification of Characters,}.@comment *@item char * tzname [2]@file{time.h} (POSIX.1): @ref{Time Zone Functions}.@comment @item@file{fcntl.h} (POSIX.1): @ref{Operating Modes}.@comment ITIMER_PROF@item ITIMER_PROF@file{sys/time.h} (BSD): @ref{Setting an Alarm}.@comment ITIMER_REAL@item ITIMER_REAL@file{sys/time.h} (BSD): @ref{Setting an Alarm}.@comment ITIMER_VIRTUAL@item ITIMER_VIRTUAL@file{sys/time.h} (BSD): @ref{Setting an Alarm}.@comment IXANY@item tcflag_t IXANY@file{termios.h} (BSD): @ref{Input Modes}.@comment IXOFF@item tcflag_t IXOFF@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment IXON@item tcflag_t IXON@file{termios.h} (POSIX.1): @ref{Input Modes}.@comment jmp_buf@item jmp_buf@file{setjmp.h} (ANSI): @ref{Non-Local Details,}.@comment kill@item int kill (pid_t @var{pid}, int @var{signum})@file{signal.h} (POSIX.1): @ref{Signaling Another Process}.@comment killpg@item int killpg (int @var{pgid}, int @var{signum})@file{signal.h} (BSD): @ref{Signaling Another Process}.@comment labs@item long int labs (long int @var{number})@file{stdlib.h} (ANSI): @ref{Absolute Value}.@comment LANG@item LANG@file{locale.h} (ANSI): @ref{Locale Categories,}.@comment LC_ALL@item LC_ALL@file{locale.h} (ANSI): @ref{Locale Categories,}.@comment LC_COLLATE@item LC_COLLATE@file{locale.h} (ANSI): @ref{Locale Categories,}.@comment LC_CTYPE@item LC_CTYPE@file{locale.h} (ANSI): @ref{Locale Categories,}.@comment LC_MONETARY@item LC_MONETARY@file{locale.h} (ANSI): @ref{Locale Categories,}.@comment LC_NUMERIC@item LC_NUMERIC@file{locale.h} (ANSI): @ref{Locale Categories,}.@comment LC_RESPONSE@item LC_RESPONSE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -