📄 macrostr.incl
字号:
{"signal", (intptr_t)SIGUSR2, "SIGUSR2", "User-defined signal 2"},#ifdef _XOPEN_UNIX{"signal", (intptr_t)SIGPOLL, "SIGPOLL", "Pollable event"},#endif{"signal", (intptr_t)SIGPROF, "SIGPROF", "Profiling timer expired"},{"signal", (intptr_t)SIGSYS, "SIGSYS", "Bad system call"},{"signal", (intptr_t)SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"},{"signal", (intptr_t)SIGURG, "SIGURG", "High bandwidth data is available at a socket"},{"signal", (intptr_t)SIGVTALRM, "SIGVTALRM", "Virtual timer expired"},{"signal", (intptr_t)SIGXCPU, "SIGXCPU", "CPU time limit exceeded"},{"signal", (intptr_t)SIGXFSZ, "SIGXFSZ", "File size limit exceeded"},#ifdef _XOPEN_UNIX{"sigchld-code", (intptr_t)CLD_EXITED, "CLD_EXITED", ""},{"sigchld-code", (intptr_t)CLD_KILLED, "CLD_KILLED", ""},{"sigchld-code", (intptr_t)CLD_DUMPED, "CLD_DUMPED", ""},{"sigchld-code", (intptr_t)CLD_TRAPPED, "CLD_TRAPPED", ""},{"sigchld-code", (intptr_t)CLD_STOPPED, "CLD_STOPPED", ""},{"sigchld-code", (intptr_t)CLD_CONTINUED, "CLD_CONTINUED", ""},#endif{"fcntl", (intptr_t)O_APPEND, "O_APPEND", ""},{"fcntl", (intptr_t)O_CREAT, "O_CREAT", ""},#ifndef BSD_DERIVED{"fcntl", (intptr_t)O_DSYNC, "O_DSYNC", ""},#endif /* BSD_DERIVED */{"fcntl", (intptr_t)O_EXCL, "O_EXCL", ""},{"fcntl", (intptr_t)O_NOCTTY, "O_NOCTTY", ""},{"fcntl", (intptr_t)O_NONBLOCK, "O_NONBLOCK", ""},#ifndef BSD_DERIVED{"fcntl", (intptr_t)O_RSYNC, "O_RSYNC", ""},{"fcntl", (intptr_t)O_SYNC, "O_SYNC", ""},#endif /* BSD_DERIVED */{"fcntl", (intptr_t)O_TRUNC, "O_TRUNC", ""},{"fcntl_io", (intptr_t)O_RDONLY, "O_RDONLY", ""},{"fcntl_io", (intptr_t)O_RDWR, "O_RDWR", ""},{"fcntl_io", (intptr_t)O_WRONLY, "O_WRONLY", ""},#ifndef BSD_DERIVED{"rusage", (intptr_t)RUSAGE_SELF, "RUSAGE_SELF", ""},{"rusage", (intptr_t)RUSAGE_CHILDREN, "RUSAGE_CHILDREN", ""},{"rlimit", (intptr_t)RLIMIT_CORE, "RLIMIT_CORE", ""},{"rlimit", (intptr_t)RLIMIT_CPU, "RLIMIT_CPU", ""},{"rlimit", (intptr_t)RLIMIT_DATA, "RLIMIT_DATA", ""},{"rlimit", (intptr_t)RLIMIT_FSIZE, "RLIMIT_FSIZE", ""},{"rlimit", (intptr_t)RLIMIT_NOFILE, "RLIMIT_NOFILE", ""},{"rlimit", (intptr_t)RLIMIT_STACK, "RLIMIT_STACK", ""},{"rlimit", (intptr_t)RLIMIT_AS, "RLIMIT_AS", ""},#endif /* BSD_DERIVED */{"clock", (intptr_t)CLOCKS_PER_SEC, "CLOCKS_PER_SEC", ""},{"stdfileno", (intptr_t)STDIN_FILENO, "STDIN_FILENO", ""},{"stdfileno", (intptr_t)STDOUT_FILENO, "STDOUT_FILENO", ""},{"stdfileno", (intptr_t)STDERR_FILENO, "STDERR_FILENO", ""},{"perm", (intptr_t)S_IRUSR, "S_IRUSR", ""},{"perm", (intptr_t)S_IWUSR, "S_IWUSR", ""},{"perm", (intptr_t)S_IXUSR, "S_IXUSR", ""},{"perm", (intptr_t)S_IRGRP, "S_IRGRP", ""},{"perm", (intptr_t)S_IWGRP, "S_IWGRP", ""},{"perm", (intptr_t)S_IXGRP, "S_IXGRP", ""},{"perm", (intptr_t)S_IROTH, "S_IROTH", ""},{"perm", (intptr_t)S_IWOTH, "S_IWOTH", ""},{"perm", (intptr_t)S_IXOTH, "S_IXOTH", ""},{"perm", (intptr_t)S_ISUID, "S_ISUID", ""},{"perm", (intptr_t)S_ISGID, "S_ISGID", ""},{"perm", (intptr_t)S_ISVTX, "S_ISVTX", ""},{"lseek", (intptr_t)SEEK_SET, "SEEK_SET", ""},{"lseek", (intptr_t)SEEK_CUR, "SEEK_CUR", ""},{"lseek", (intptr_t)SEEK_END, "SEEK_END", ""},{"st_mode", (intptr_t)S_IFMT, "S_IFMT", ""},{"st_mode", (intptr_t)S_IFBLK, "S_IFBLK", ""},{"st_mode", (intptr_t)S_IFCHR, "S_IFCHR", ""},{"st_mode", (intptr_t)S_IFDIR, "S_IFDIR", ""},{"st_mode", (intptr_t)S_IFIFO, "S_IFIFO", ""},{"st_mode", (intptr_t)S_IFLNK, "S_IFLNK", ""},{"st_mode", (intptr_t)S_IFREG, "S_IFREG", ""},{"st_mode", (intptr_t)S_IFSOCK, "S_IFSOCK", ""},{"access", (intptr_t)R_OK, "R_OK", ""},{"access", (intptr_t)W_OK, "W_OK", ""},{"access", (intptr_t)X_OK, "X_OK", ""},{"access", (intptr_t)F_OK, "F_OK", ""},{"fcntl_op", (intptr_t)F_DUPFD, "F_DUPFD", ""},{"fcntl_op", (intptr_t)F_GETFD, "F_GETFD", ""},{"fcntl_op", (intptr_t)F_SETFD, "F_SETFD", ""},{"fcntl_op", (intptr_t)F_GETFL, "F_GETFL", ""},{"fcntl_op", (intptr_t)F_SETFL, "F_SETFL", ""},{"fcntl_op", (intptr_t)F_GETOWN, "F_GETOWN", ""},{"fcntl_op", (intptr_t)F_SETOWN, "F_SETOWN", ""},{"fcntl_op", (intptr_t)F_GETLK, "F_GETLK", ""},{"fcntl_op", (intptr_t)F_SETLK, "F_SETLK", ""},{"fcntl_op", (intptr_t)F_SETLKW, "F_SETLKW", ""},{"fcntl_fd", (intptr_t)FD_CLOEXEC, "FD_CLOEXEC", ""},{"lockf", (intptr_t)F_LOCK, "F_LOCK", ""},{"lockf", (intptr_t)F_TLOCK, "F_TLOCK", ""},{"lockf", (intptr_t)F_TEST, "F_TEST", ""},{"lockf", (intptr_t)F_ULOCK, "F_ULOCK", ""},{"exit", (intptr_t)EXIT_SUCCESS, "EXIT_SUCCESS", ""},{"exit", (intptr_t)EXIT_FAILURE, "EXIT_FAILURE", ""},#if !defined(BSD_DERIVED) && !defined(LINUX) && !defined(HPUX){"poll", (intptr_t)POLLRDNORM, "POLLRDNORM", ""},{"poll", (intptr_t)POLLRDBAND, "POLLRDBAND", ""},{"poll", (intptr_t)POLLIN, "POLLIN", ""},{"poll", (intptr_t)POLLPRI, "POLLPRI", ""},{"poll", (intptr_t)POLLWRNORM, "POLLWRNORM", ""},{"poll", (intptr_t)POLLOUT, "POLLOUT", ""},{"poll", (intptr_t)POLLWRBAND, "POLLWRBAND", ""},{"poll", (intptr_t)POLLERR, "POLLERR", ""},{"poll", (intptr_t)POLLHUP, "POLLHUP", ""},{"poll", (intptr_t)POLLNVAL, "POLLNVAL", ""},#endif /* BSD_DERIVED */{"SysVIPC_mode", (intptr_t)IPC_CREAT, "IPC_CREAT", ""},{"SysVIPC_mode", (intptr_t)IPC_EXCL, "IPC_EXCL", ""},{"SysVIPC_mode", (intptr_t)IPC_NOWAIT, "IPC_NOWAIT", ""},{"SysVIPC_key", (intptr_t)IPC_PRIVATE, "IPC_PRIVATE", ""},{"SysVIPC_cmd", (intptr_t)IPC_RMID, "IPC_RMID", ""},{"SysVIPC_cmd", (intptr_t)IPC_STAT, "IPC_STAT", ""},{"SysVIPC_cmd", (intptr_t)IPC_SET, "IPC_SET", ""},{"SysVIPC_cmd", (intptr_t)GETNCNT, "GETNCNT", ""},{"SysVIPC_cmd", (intptr_t)GETZCNT, "GETZCNT", ""},{"SysVIPC_cmd", (intptr_t)GETPID, "GETPID", ""},{"SysVIPC_cmd", (intptr_t)GETVAL, "GETVAL", ""},{"SysVIPC_cmd", (intptr_t)SETVAL, "SETVAL", ""},{"SysVIPC_cmd", (intptr_t)GETALL, "GETALL", ""},{"SysVIPC_cmd", (intptr_t)SETALL, "SETALL", ""},{"SysVIPC_shm", (intptr_t)SHM_RND, "SHM_RND", ""},{"SysVIPC_shm", (intptr_t)SHM_RDONLY, "SHM_RDONLY", ""},{"mmap", (intptr_t)PROT_READ, "PROT_READ", ""},{"mmap", (intptr_t)PROT_WRITE, "PROT_WRITE", ""},{"mmap", (intptr_t)PROT_EXEC, "PROT_EXEC", ""},{"mmap_flags", (intptr_t)MAP_SHARED, "MAP_SHARED", ""},{"mmap_flags", (intptr_t)MAP_PRIVATE, "MAP_PRIVATE", ""},{"mmap_flags", (intptr_t)MAP_FIXED, "MAP_FIXED", ""},{"sigevent", (intptr_t)SIGEV_SIGNAL, "SIGEV_SIGNAL", ""},#ifndef FREEBSD{"sigevent", (intptr_t)SIGEV_THREAD, "SIGEV_THREAD", ""},#endif /* FREEBSD */{"sigevent", (intptr_t)SIGEV_NONE, "SIGEV_NONE", ""},{"skt_domain", (intptr_t)AF_UNIX, "AF_UNIX", ""},{"skt_domain", (intptr_t)AF_INET, "AF_INET", ""},{"skt_domain", (intptr_t)AF_INET6, "AF_INET6", ""},{"skt_domain", (intptr_t)AF_UNSPEC, "AF_UNSPEC", ""},{"skt_type", (intptr_t)SOCK_DGRAM, "SOCK_DGRAM", ""},{"skt_type", (intptr_t)SOCK_RAW, "SOCK_RAW", ""},{"skt_type", (intptr_t)SOCK_SEQPACKET, "SOCK_SEQPACKET", ""},{"skt_type", (intptr_t)SOCK_STREAM, "SOCK_STREAM", ""},{"skt_level", (intptr_t)SOL_SOCKET, "SOL_SOCKET", ""},{"skt_option", (intptr_t)SO_ACCEPTCONN, "SO_ACCEPTCONN", ""},{"skt_option", (intptr_t)SO_BROADCAST, "SO_BROADCAST", ""},{"skt_option", (intptr_t)SO_DEBUG, "SO_DEBUG", ""},{"skt_option", (intptr_t)SO_DONTROUTE, "SO_DONTROUTE", ""},{"skt_option", (intptr_t)SO_ERROR, "SO_ERROR", ""},{"skt_option", (intptr_t)SO_KEEPALIVE, "SO_KEEPALIVE", ""},{"skt_option", (intptr_t)SO_LINGER, "SO_LINGER", ""},{"skt_option", (intptr_t)SO_OOBINLINE, "SO_OOBINLINE", ""},{"skt_option", (intptr_t)SO_RCVBUF, "SO_RCVBUF", ""},{"skt_option", (intptr_t)SO_RCVLOWAT, "SO_RCVLOWAT", ""},{"skt_option", (intptr_t)SO_RCVTIMEO, "SO_RCVTIMEO", ""},{"skt_option", (intptr_t)SO_REUSEADDR, "SO_REUSEADDR", ""},{"skt_option", (intptr_t)SO_SNDBUF, "SO_SNDBUF", ""},{"skt_option", (intptr_t)SO_SNDLOWAT, "SO_SNDLOWAT", ""},{"skt_option", (intptr_t)SO_SNDTIMEO, "SO_SNDTIMEO", ""},{"skt_option", (intptr_t)SO_TYPE, "SO_TYPE", ""},{"skt_backlog", (intptr_t)SOMAXCONN, "SOMAXCONN", ""},{"skt_msg_flag", (intptr_t)MSG_CTRUNC, "MSG_CTRUNC", ""},{"skt_msg_flag", (intptr_t)MSG_DONTROUTE, "MSG_DONTROUTE", ""},{"skt_msg_flag", (intptr_t)MSG_EOR, "MSG_EOR", ""},{"skt_msg_flag", (intptr_t)MSG_OOB, "MSG_OOB", ""},{"skt_msg_flag", (intptr_t)MSG_PEEK, "MSG_PEEK", ""},{"skt_msg_flag", (intptr_t)MSG_TRUNC, "MSG_TRUNC", ""},{"skt_msg_flag", (intptr_t)MSG_WAITALL, "MSG_WAITALL", ""},{"skt_shut", (intptr_t)SHUT_RD, "SHUT_RD", ""},{"skt_shut", (intptr_t)SHUT_RDWR, "SHUT_RDWR", ""},{"skt_shut", (intptr_t)SHUT_WR, "SHUT_WR", ""},{"skt_cmsg_type", (intptr_t)SCM_RIGHTS, "SCM_RIGHTS", ""},{"getaddrinfo", (intptr_t)AI_PASSIVE, "AI_PASSIVE", ""},{"getnameinfo", (intptr_t)NI_NOFQDN, "NI_NOFQDN", ""},{"getnameinfo", (intptr_t)NI_NUMERICHOST, "NI_NUMERICHOST", ""},{"getnameinfo", (intptr_t)NI_NAMEREQD, "NI_NAMEREQD", ""},{"getnameinfo", (intptr_t)NI_NUMERICSERV, "NI_NUMERICSERV", ""},{"getnameinfo", (intptr_t)NI_DGRAM, "NI_DGRAM", ""},{"sockopt_level", (intptr_t)IPPROTO_IP, "IPPROTO_IP", ""},{"sockopt_level", (intptr_t)IPPROTO_IPV6, "IPPROTO_IPV6", ""},{"sockopt_level", (intptr_t)IPPROTO_ICMP, "IPPROTO_ICMP", ""},{"sockopt_level", (intptr_t)IPPROTO_RAW, "IPPROTO_RAW", ""},{"sockopt_level", (intptr_t)IPPROTO_TCP, "IPPROTO_TCP", ""},{"sockopt_level", (intptr_t)IPPROTO_UDP, "IPPROTO_UDP", ""},
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -