Changeset 7331714 in rtems
- Timestamp:
- 03/18/98 18:15:01 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 725f310
- Parents:
- c78be42
- Location:
- doc/posix1003.1
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/posix1003.1/Makefile
rc78be42 r7331714 50 50 $(GHOSTVIEW) $(PROJECT).ps 51 51 52 # run texi2dvi twice to generate the xref's properly. 52 53 $(PROJECT).dvi: $(FILES) 53 $(TEXI2DVI) $(PROJECT).texi 54 $(TEXI2DVI) -v $(PROJECT).texi 55 texi2dvi -v $(PROJECT).texi 54 56 55 57 ch01.texi: ch01.t -
doc/posix1003.1/ch02.t
rc78be42 r7331714 95 95 @subsection Symbols From the C Standard 96 96 97 @example 98 NULL, Constant, 99 @end example 100 97 101 @subsection POSIX.1 Symbols 98 102 … … 106 110 107 111 @example 108 CHAR_BIT 109 CHAR_MAX 110 CHAR_MIN 111 INT_MAX 112 INT_MIN 113 LONG_MAX 114 LONG_MIN 115 MB_LEN_MAX 116 SCHAR_MAX 117 SCHAR_MIN 118 SHRT_MAX 119 SHRT_MIN 120 UCHAR_MAX 121 UINT_MAX 122 ULONG_MAX 123 USHRT_MAX 112 CHAR_BIT, Constant, 113 CHAR_MAX, Constant, 114 CHAR_MIN, Constant, 115 INT_MAX, Constant, 116 INT_MIN, Constant, 117 LONG_MAX, Constant, 118 LONG_MIN, Constant, 119 MB_LEN_MAX, Constant, 120 SCHAR_MAX, Constant, 121 SCHAR_MIN, Constant, 122 SHRT_MAX, Constant, 123 SHRT_MIN, Constant, 124 UCHAR_MAX, Constant, 125 UINT_MAX, Constant, 126 ULONG_MAX, Constant, 127 USHRT_MAX, Constant, 124 128 @end example 125 129 … … 127 131 128 132 @example 129 _POSIX_AIO_LISTIO_MAX 130 _POSIX_AIO_MAX 131 _POSIX_ARG_MAX 132 _POSIX_CHILD_MAX 133 _POSIX_DELAYTIMER_MAX 134 _POSIX_LINK_MAX 135 _POSIX_LOGIN_NAME_MAX 136 _POSIX_MAX_CANON 137 _POSIX_MAX_INPUT 138 _POSIX_MQ_OPEN_MAX 139 _POSIX_MQ_PRIO_MAX 140 _POSIX_NAME_MAX 141 _POSIX_NGROUPS_MAX 142 _POSIX_OPEN_MAX 143 _POSIX_PATH_MAX 144 _POSIX_PIPE_BUF 145 _POSIX_RTSIG_MAX 146 _POSIX_SEM_NSEMS_MAX 147 _POSIX_SEM_VALUE_MAX 148 _POSIX_SIGQUEUE_MAX 149 _POSIX_SSIZE_MAX 150 _POSIX_STREAM_MAX 151 _POSIX_THREAD_DESTRUCTOR_ITERATIONS 152 _POSIX_THREAD_KEYS_MAX 153 _POSIX_THREAD_THREADS_MAX 154 _POSIX_TTY_NAME_MAX 155 _POSIX_TIME_MAX 156 _POSIX_TZNAME_MAX 133 _POSIX_AIO_LISTIO_MAX, Constant, 134 _POSIX_AIO_MAX, Constant, 135 _POSIX_ARG_MAX, Constant, 136 _POSIX_CHILD_MAX, Constant, 137 _POSIX_DELAYTIMER_MAX, Constant, 138 _POSIX_LINK_MAX, Constant, 139 _POSIX_LOGIN_NAME_MAX, Constant, 140 _POSIX_MAX_CANON, Constant, 141 _POSIX_MAX_INPUT, Constant, 142 _POSIX_MQ_OPEN_MAX, Constant, 143 _POSIX_MQ_PRIO_MAX, Constant, 144 _POSIX_NAME_MAX, Constant, 145 _POSIX_NGROUPS_MAX, Constant, 146 _POSIX_OPEN_MAX, Constant, 147 _POSIX_PATH_MAX, Constant, 148 _POSIX_PIPE_BUF, Constant, 149 _POSIX_RTSIG_MAX, Constant, 150 _POSIX_SEM_NSEMS_MAX, Constant, 151 _POSIX_SEM_VALUE_MAX, Constant, 152 _POSIX_SIGQUEUE_MAX, Constant, 153 _POSIX_SSIZE_MAX, Constant, 154 _POSIX_STREAM_MAX, Constant, 155 _POSIX_THREAD_DESTRUCTOR_ITERATIONS, Constant, 156 _POSIX_THREAD_KEYS_MAX, Constant, 157 _POSIX_THREAD_THREADS_MAX, Constant, 158 _POSIX_TTY_NAME_MAX, Constant, 159 _POSIX_TIME_MAX, Constant, 160 _POSIX_TZNAME_MAX, Constant, 157 161 @end example 158 162 … … 160 164 161 165 @example 162 _POSIX_NGROUPS_MAX 166 _POSIX_NGROUPS_MAX, Constant, 163 167 @end example 164 168 … … 166 170 167 171 @example 168 AIO_LISTIO_MAX 169 AIO_MAX 170 AIO_PRIO_DELTA_MAX 171 ARG_MAX 172 CHILD_MAX 173 DELAYTIMER_MAX 174 LOGIN_NAME_MAX 175 MQ_OPEN_MAX 176 OPEN_MAX 177 PAGESIZE 178 PTHREAD_DESTRUCTOR_ITERATIONS 179 PTHREAD_KEYS_MAX 180 PTHREAD_STACK_MIN 181 PTHJREAD_THREADS_MAX 182 RTSIG_MAX 183 SEM_NSEMS_MAX 184 SEM_VALUE_MAX 185 SIGQUEUE_MAX 186 STREAM_MAX 187 TIMER_MAX 188 TTY_NAME_MAX 189 TZNAME_MAX 172 AIO_LISTIO_MAX, Constant, 173 AIO_MAX, Constant, 174 AIO_PRIO_DELTA_MAX, Constant, 175 ARG_MAX, Constant, 176 CHILD_MAX, Constant, 177 DELAYTIMER_MAX, Constant, 178 LOGIN_NAME_MAX, Constant, 179 MQ_OPEN_MAX, Constant, 180 OPEN_MAX, Constant, 181 PAGESIZE, Constant, 182 PTHREAD_DESTRUCTOR_ITERATIONS, Constant, 183 PTHREAD_KEYS_MAX, Constant, 184 PTHREAD_STACK_MIN, Constant, 185 PTHJREAD_THREADS_MAX, Constant, 186 RTSIG_MAX, Constant, 187 SEM_NSEMS_MAX, Constant, 188 SEM_VALUE_MAX, Constant, 189 SIGQUEUE_MAX, Constant, 190 STREAM_MAX, Constant, 191 TIMER_MAX, Constant, 192 TTY_NAME_MAX, Constant, 193 TZNAME_MAX, Constant, 190 194 @end example 191 195 … … 193 197 194 198 @example 195 LINK_MAX 196 MAX_CANON 197 MAX_INPUT 198 NAME_MAX 199 PATH_MAX 200 PIPE_BUF 199 LINK_MAX, Constant, 200 MAX_CANON, Constant, 201 MAX_INPUT, Constant, 202 NAME_MAX, Constant, 203 PATH_MAX, Constant, 204 PIPE_BUF, Constant, 201 205 @end example 202 206 … … 204 208 205 209 @example 206 SSIZE_MAX 210 SSIZE_MAX, Constant, 207 211 @end example 208 212 … … 210 214 211 215 @example 212 _POSIX_CLOCKRES_MIN 216 _POSIX_CLOCKRES_MIN, Constant, 213 217 @end example 214 218 … … 218 222 219 223 @example 220 R_OK 221 W_OK 222 X_OK 223 F_OK 224 R_OK, Constant, 225 W_OK, Constant, 226 X_OK, Constant, 227 F_OK, Constant, 224 228 @end example 225 229 … … 227 231 228 232 @example 229 SEEK_SET 230 SEEK_CUR 231 SEEK_END 233 SEEK_SET, Constant, 234 SEEK_CUR, Constant, 235 SEEK_END, Constant, 232 236 @end example 233 237 … … 235 239 236 240 @example 237 _POSIX_ASYNCHRONOUS_IO 238 _POSIX_FSYNC 239 _POSIX_JOB_CONTROL 240 _POSIX_MAPPED_FILES 241 _POSIX_MEMLOCK 242 _POSIX_MEMLOCK_RANGE 243 _POSIX_MEMORY_PROTECTION 244 _POSIX_MESSAGE_PASSING 245 _POSIX_PRIORITIZED_IO 246 _POSIX_PRIORITY_SCHEDULING 247 _POSIX_REALTIME_SIGNALS 248 _POSIX_SAVED_IDS 249 _POSIX_SEMAPHORES 250 _POSIX_SHARED_MEMORY_OBJECTS 251 _POSIX_SYNCHRONIZED_IO 252 _POSIX_THREADS 253 _POSIX_THREAD_ATTR_STACKADDR 254 _POSIX_THREAD_ATTR_STACKSIZE 255 _POSIX_THREAD_PRIORITY_SCHEDULING 256 _POSIX_THREAD_PRIO_INHERIT 257 _POSIX_THREAD_PRIO_CEILING 258 _POSIX_THREAD_PROCESS_SHARED 259 _POSIX_THREAD_SAFE_FUNCTIONS 260 _POSIX_TIMERS 261 _POSIX_VERSION 241 _POSIX_ASYNCHRONOUS_IO, Feature Flag, 242 _POSIX_FSYNC, Feature Flag, 243 _POSIX_JOB_CONTROL, Feature Flag, 244 _POSIX_MAPPED_FILES, Feature Flag, 245 _POSIX_MEMLOCK, Feature Flag, 246 _POSIX_MEMLOCK_RANGE, Feature Flag, 247 _POSIX_MEMORY_PROTECTION, Feature Flag, 248 _POSIX_MESSAGE_PASSING, Feature Flag, 249 _POSIX_PRIORITIZED_IO, Feature Flag, 250 _POSIX_PRIORITY_SCHEDULING, Feature Flag, 251 _POSIX_REALTIME_SIGNALS, Feature Flag, 252 _POSIX_SAVED_IDS, Feature Flag, 253 _POSIX_SEMAPHORES, Feature Flag, 254 _POSIX_SHARED_MEMORY_OBJECTS, Feature Flag, 255 _POSIX_SYNCHRONIZED_IO, Feature Flag, 256 _POSIX_THREADS, Feature Flag, 257 _POSIX_THREAD_ATTR_STACKADDR, Feature Flag, 258 _POSIX_THREAD_ATTR_STACKSIZE, Feature Flag, 259 _POSIX_THREAD_PRIORITY_SCHEDULING, Feature Flag, 260 _POSIX_THREAD_PRIO_INHERIT, Feature Flag, 261 _POSIX_THREAD_PRIO_CEILING, Feature Flag, 262 _POSIX_THREAD_PROCESS_SHARED, Feature Flag, 263 _POSIX_THREAD_SAFE_FUNCTIONS, Feature Flag, 264 _POSIX_TIMERS, Feature Flag, 265 _POSIX_VERSION, Feature Flag, 262 266 @end example 263 267 … … 265 269 266 270 @example 267 @end example 271 _POSIX_ASYNC_IO, Feature Flag, 272 _POSIX_CHOWN_RESTRICTED, Feature Flag, 273 _POSIX_NO_TRUNC, Feature Flag, 274 _POSIX_PRIO_IO, Feature Flag, 275 _POSIX_SYNC_IO, Feature Flag, 276 _POSIX_VDISABLE, Feature Flag, 277 @end example -
doc/posix1003.1/ch03.t
rc78be42 r7331714 42 42 wait(), Function, Unimplementable, Requires Processes 43 43 waitpid(), Function, Unimplementable, Requires Processes 44 WNOHANG, Constant, Unimplementable, Requires Processes 45 WUNTRACED, Constant, Unimplementable, Requires Processes 46 WIFEXITED(), Function, Unimplementable, Requires Processes 47 WEXITSTATUS(), Function, Unimplementable, Requires Processes 48 WIFSIGNALED(), Function, Unimplementable, Requires Processes 49 WTERMSIG(), Function, Unimplementable, Requires Processes 50 WIFSTOPPED(), Function, Unimplementable, Requires Processes 51 WSTOPSIG(), Function, Unimplementable, Requires Processes 44 52 @end example 45 53 … … 54 62 @subsection Signal Concepts 55 63 64 @subsubsection Signal Names 65 56 66 @example 57 67 sigset_t, Type, Implemented 68 SIG_DFL, Constant, 69 SIG_IGN, Constant, 70 SIGABRT, Constant, 71 SIGALRM, Constant, 72 SIGFPE, Constant, 73 SIGHUP, Constant, 74 SIGILL, Constant, 75 SIGINT, Constant, 76 SIGKILL, Constant, 77 SIGPIPE, Constant, 78 SIGQUIT, Constant, 79 SIGSEGV, Constant, 80 SIGTERM, Constant, 81 SIGUSR1, Constant, 82 SIGUSR2, Constant, 83 SIGCHLD, Constant, 84 SIGCONT, Constant, 85 SIGSTOP, Constant, 86 SIGTSTP, Constant, 87 SIGTTIN, Constant, 88 SIGTTOU, Constant, 89 SIGBUS, Constant, 90 SIGRTMIN, Constant, 91 SIGRTMAX, Constant, 92 @end example 93 94 @subsubsection Signal Generation and Delivery 95 96 @example 58 97 struct sigevent, Type, Implemented 59 98 union sigval, Type, Implemented 99 SIGEV_NONE, Constant, 100 SIGEV_SIGNAL, Constant, 101 SIGEV_THREAD, Constant, 102 @end example 103 104 @subsubsection Signal Actions 105 106 @example 60 107 siginfo_t, Type, Implemented 108 SI_USER, Constant, 109 SI_QUEUE, Constant, 110 SI_TIMER, Constant, 111 SI_ASYNCIO, Constant, 112 SI_MESGQ, Constant, 61 113 @end example 62 114 … … 82 134 sigaction(), Function, Implemented 83 135 sigaction, Type, Implemented 136 SA_NOCLDSTOP, Constant, 137 SA_SIGINFO, Constant, 84 138 @end example 85 139 … … 89 143 pthread_sigmask(), Function, Implemented 90 144 sigprocmask(), Function, Implemented 145 SIG_BLOCK, Constant, 146 SIG_UNBLOCK, Constant, 147 SIG_SETMASK, Constant, 91 148 @end example 92 149 -
doc/posix1003.1/ch04.t
rc78be42 r7331714 126 126 @example 127 127 sysconf(), Function, Not Implemented 128 _SC_AIO_LISTIO_MAX, Constant, 129 _SC_AIO_MAX, Constant, 130 _SC_AIO_PRIO_DELTA_MAX, Constant, 131 _SC_ARG_MAX, Constant, 132 _SC_CHILD_MAX, Constant, 133 _SC_CLK_TCK, Constant, 134 _SC_DELAYTIMER_MAX, Constant, 135 _SC_GETGR_R_SIZE_MAX, Constant, 136 _SC_GETPW_R_SIZE_MAX, Constant, 137 _SC_LOGIN_NAME_MAX, Constant, 138 _SC_MQ_OPEN_MAX, Constant, 139 _SC_MQ_PRIO_MAX, Constant, 140 _SC_NGROUPS_MAX, Constant, 141 _SC_OPEN_MAX, Constant, 142 _SC_PAGESIZE, Constant, 143 _SC_RTSIG_MAX, Constant, 144 _SC_SEM_NSEMS_MAX, Constant, 145 _SC_SEM_VALUE_MAX, Constant, 146 _SC_SIGQUEUE_MAX, Constant, 147 _SC_STREAM_MAX, Constant, 148 _SC_THREAD_DESTRUCTOR_ITERATIONS, Constant, 149 _SC_THREAD_KEYS_MAX, Constant, 150 _SC_THREAD_STACK_MIN, Constant, 151 _SC_THREAD_THREADS_MAX, Constant, 152 _SC_TIMER_MAX, Constant, 153 _SC_TTY_NAME_MAX, Constant, 154 _SC_TZNAME_MAX, Constant, 155 _SC_ASYNCHRONOUS_IO, Constant, 156 _SC_FSYNC, Constant, 157 _SC_JOB_CONROL, Constant, 158 _SC_MAPPED_FILES, Constant, 159 _SC_MEMLOCK, Constant, 160 _SC_MEMLOCK_RANGE, Constant, 161 _SC_MEMORY_PROTECTION, Constant, 162 _SC_MESSAGE_PASSING, Constant, 163 _SC_PRIORITIZED_IO, Constant, 164 _SC_PRIORITY_SCHEDULING, Constant, 165 _SC_REALTIME_SIGNALS, Constant, 166 _SC_SAVED_IDS, Constant, 167 _SC_SEMAPHORES, Constant, 168 _SC_SHARED_MEMORY_OBJECTS, Constant, 169 _SC_SYNCHRONIZED_IO, Constant, 170 _SC_TIMERS, Constant, 171 _SC_THREADS, Constant, 172 _SC_THREAD_ATTR_STACKADDR, Constant, 173 _SC_THREAD_ATTR_STACKSIZE, Constant, 174 _SC_THREAD_PRIORITY_SCHEDULING, Constant, 175 _SC_THREAD_PRIO_INHERIT, Constant, 176 _SC_THREAD_PRIO_PROTECT, Constant, 177 _SC_THREAD_PROCESS_SHARED, Constant, 178 _SC_THREAD_SAFE_FUNCTIONS, Constant, 179 _SC_VERSION, Constant, 180 _CLK_TCK, Constant, 128 181 @end example -
doc/posix1003.1/ch05.t
rc78be42 r7331714 44 44 @example 45 45 open(), Function, Implemented, requires rework for directory services 46 O_RDONLY, Constant, 47 O_WRONLY, Constant, 48 O_RDWR, Constant, 49 O_APPEND, Constant, 50 O_CREAT, Constant, 51 O_DSYNC, Constant, 52 O_EXCL, Constant, 53 O_NOCTTY, Constant, 54 O_NONBLOCK, Constant, 55 O_RSYNC, Constant, 56 O_SYNC, Constant, 57 O_TRUNC, Constant, 46 58 @end example 47 59 … … 105 117 struct stat, Type, Untested Implementation 106 118 @end example 119 120 @subsubsection <sys/stat.h> File Types 121 122 @example 123 S_ISDIR(), Function, 124 S_ISCHR(), Function, 125 S_ISBLK(), Function, 126 S_ISREG(), Function, 127 S_ISFIFO(), Function, 128 S_TYPEISMQ(), Function, 129 S_TYPEISSEM(), Function, 130 S_TYPEISSHM(), Function, 131 @end example 132 133 @subsubsection <sys/stat.h> File Modes 134 135 @example 136 S_IRWXU, Constant, 137 S_IRUSR, Constant, 138 S_IWUSR, Constant, 139 S_IXUSR, Constant, 140 S_IRWXG, Constant, 141 S_IRGRP, Constant, 142 S_IWGRP, Constant, 143 S_IXGRP, Constant, 144 S_IRWXO, Constant, 145 S_IROTH, Constant, 146 S_IWOTH, Constant, 147 S_IXOTH, Constant, 148 S_ISUID, Constant, 149 S_ISGID, Constant, 150 @end example 151 152 @subsubsection <sys/stat.h> Time Entries 107 153 108 154 @subsection Get File Status … … 147 193 @section Configurable Pathname Variable 148 194 195 @subsection Get Configurable Pathname Variables 196 149 197 @example 150 198 pathconf(), Function, Unimplemented 151 199 fpathconf(), Function, Unimplemented 152 @end example 153 154 @subsection Get Configurable Pathname Variables 155 200 _PC_LINK_MAX, Constant, 201 _PC_MAX_CANON, Constant, 202 _PC_MAX_INPUT, Constant, 203 _PC_MAX_INPUT, Constant, 204 _PC_NAME_MAX, Constant, 205 _PC_PATH_MAX, Constant, 206 _PC_PIPE_BUF, Constant, 207 _PC_ASYNC_IO, Constant, 208 _PC_CHOWN_RESTRICTED, Constant, 209 _PC_NO_TRUNC, Constant, 210 _PC_PRIO_IO, Constant, 211 _PC_SYNC_IO, Constant, 212 _PC_VDISABLE, Constant, 213 @end example 214 -
doc/posix1003.1/ch06.t
rc78be42 r7331714 57 57 struct flock, Type, Unimplemented 58 58 fcntl(), Function, Unimplemented 59 F_DUPFD, Constant, 60 F_GETFD, Constant, 61 F_GETLK, Constant, 62 F_SETFD, Constant, 63 F_GETFL, Constant, 64 F_SETFL, Constant, 65 F_SETLK, Constant, 66 F_SETLKW, Constant, 67 FD_CLOEXEC, Constant, 68 F_RDLCK, Constant, 69 F_UNLCK, Constant, 70 F_WRLCK, Constant, 71 O_ACCMODE, Constant, 59 72 @end example 73 74 NOTE: A number of constants are used by both @code{open} and @code{fcntl}. 75 @code{O_CREAT}, @code{O_EXCL}, @code{O_NOCTTY}, @code{O_TRUNC}, 76 @code{O_APPEND}, @code{O_DSYNC}, @code{O_NONBLOCK}, @code{O_RSYNC}, 77 @code{O_SYNC}, @code{O_RDONLY}, @code{O_RDWR}, and @code{O_WRONLY} 78 are also included in another section. @xref{Open a File}. 60 79 61 80 @subsection Reposition Read/Write File Offset … … 63 82 @example 64 83 lseek(), Function, Partial Implementation 84 SEEK_SET, Constant, 85 SEEK_CUR, Constant, 86 SEEK_END, Constant, 65 87 @end example 66 88 … … 83 105 @subsection Data Definitions for Asynchronous Input and Output 84 106 107 @subsubsection Asynchronous I/O Control Block 108 85 109 @example 86 110 struct aiocb, Type, Untested Implementation 111 @end example 112 113 @subsubsection Asynchronous I/O Manifest Constants 114 115 @example 116 AIO_CANCELED, Constant, 117 AIO_NOTCANCELED, Constant, 118 AIO_ALLDONE, Constant, 119 LIO_WAIT, Constant, 120 LIO_NOWAIT, Constant, 121 LIO_READ, Constant, 122 LIO_WRITE, Constant, 123 LIO_NOP, Constant, 87 124 @end example 88 125 -
doc/posix1003.1/ch07.t
rc78be42 r7331714 27 27 @subsubsection Noncanonical Mode Input Processing 28 28 29 @lowersections 30 31 @subsubsection Case A --- MIN > 0 and TIME > 0 32 33 @subsubsection Case B --- MIN > 0 and TIME = 0 34 35 @subsubsection Case C --- MIN = 0 and TIME > 0 36 37 @subsubsection Case D --- MIN = 0 and TIME = 0 38 39 @raisesections 40 29 41 @subsubsection Writing Data and Output Processing 30 42 31 43 @subsubsection Special Characters 32 44 45 @example 46 INTR, Constant, 47 QUIT, Constant, 48 ERASE, Constant, 49 KILL, Constant, 50 EOF, Constant, 51 NL, Constant, 52 EOL, Constant, 53 SUSP, Constant, 54 STOP, Constant, 55 START, Constant, 56 CR, Constant, 57 @end example 58 33 59 @subsubsection Modem Disconnect 34 60 … … 40 66 41 67 @example 68 tcflag_t, Type, 69 cc_t, Type, 42 70 struct termios, Type, Partial Implementation 43 71 @end example … … 45 73 @subsubsection Input Modes 46 74 75 @example 76 BRKINT, Constant, 77 ICRNL, Constant, 78 IGNBREAK, Constant, 79 IGNCR, Constant, 80 IGNPAR, Constant, 81 INLCR, Constant, 82 INPCK, Constant, 83 ISTRIP, Constant, 84 IXOFF, Constant, 85 IXON, Constant, 86 PARMRK, Constant, 87 @end example 88 47 89 @subsubsection Output Modes 48 90 91 @example 92 OPOST, Constant, 93 @end example 94 49 95 @subsubsection Control Modes 50 96 97 @example 98 CLOCKAL, Constant, 99 CREAD, Constant, 100 CSIZE, Constant, 101 CS5, Constant, 102 CS6, Constant, 103 CS7, Constant, 104 CS8, Constant, 105 CSTOPB, Constant, 106 HUPCL, Constant, 107 PARENB, Constant, 108 PARODD, Constant, 109 @end example 110 51 111 @subsubsection Local Modes 52 112 113 @example 114 ECHO, Constant, 115 ECHOE, Constant, 116 ECHOK, Constant, 117 ECHONL, Constant, 118 ICANON, Constant, 119 IEXTEN, Constant, 120 ISIG, Constant, 121 NOFLSH, Constant, 122 TOSTOP, Constant, 123 @end example 124 53 125 @subsubsection Special Control Characters 54 126 127 @example 128 VEOF, Constant, 129 VEOL, Constant, 130 VERASE, Constant, 131 VINTR, Constant, 132 VKILL, Constant, 133 VQUIT, Constant, 134 VSUSP, Constant, 135 VSTART, Constant, 136 VSTOP, Constant, 137 VMIN, Constant, 138 VTIME, Constant, 139 @end example 140 55 141 @subsection Baud Rate Values 142 143 @example 144 B0, Constant, 145 B50, Constant, 146 B75, Constant, 147 B110, Constant, 148 B134, Constant, 149 B150, Constant, 150 B200, Constant, 151 B300, Constant, 152 B600, Constant, 153 B1200, Constant, 154 B1800, Constant, 155 B2400, Constant, 156 B4800, Constant, 157 B9600, Constant, 158 B19200, Constant, 159 B38400, Constant, 160 @end example 56 161 57 162 @subsubsection Baud Rate Functions … … 62 167 cfgetispeed(), Function, Unimplemented 63 168 cfsetispeed(), Function, Unimplemented 64 @end example 65 66 @subsubsection Synopsis 67 68 @subsubsection Description 69 70 @subsubsection Returns 71 72 @subsubsection Errors 73 74 @subsubsection Cross-References 169 TCIFLUSH, Constant, 170 TCOFLUSH, Constant, 171 TCIOFLUSH, Constant, 172 TCOOFF, Constant, 173 TCOON, Constant, 174 TCIOOFF, Constant, 175 TCIOON, Constant, 176 @end example 75 177 76 178 @section General Terminal Interface Control Functions -
doc/posix1003.1/ch08.t
rc78be42 r7331714 174 174 @ref{Get System Time}. 175 175 176 From Surrounding Text 177 178 @example 179 EXIT_SUCCESS, Constant, 180 EXIT_FAILURE, Constant, 181 @end example 182 183 176 184 @subsection Extensions to Time Functions 177 185 178 186 @subsection Extensions to @code{setlocale} Function 179 187 188 @example 189 LC_CTYPE, Constant, 190 LC_COLLATE, Constant, 191 LC_TIME, Constant, 192 LC_NUMERIC, Constant, 193 LC_MONETARY, Constant, 194 LC_ALL, Constant, 195 @end example 196 180 197 @section C Language Input/Output Functions 181 198 … … 184 201 @example 185 202 fileno(), Function, Implemented 203 STDIN_FILENO, Constant, 204 STDOUT_FILENO, Constant, 205 STDERR_FILENO, Constant, 186 206 @end example 187 207 -
doc/posix1003.1/ch10.t
rc78be42 r7331714 15 15 @example 16 16 tar format, Type, Unimplemented 17 TMAGIC, Constant, 18 TMAGLEN, Constant, 19 TVERSION, Constant, 20 TVERSLEN, Constant, 21 REGTYPE, Constant, 22 AREGTYPE, Constant, 23 LNKTYPE, Constant, 24 SYMTYPE, Constant, 25 CHRTYPE, Constant, 26 BLKTYPE, Constant, 27 DIRTYPE, Constant, 28 FIFOTYPE, Constant, 29 CONTTYPE, Constant, 30 TSUID, Constant, 31 TSGID, Constant, 32 TSVTX, Constant, 33 TUREAD, Constant, 34 TUWRITE, Constant, 35 TUEXEC, Constant, 36 TGREAD, Constant, 37 TGWRITE, Constant, 38 TGEXEC, Constant, 39 TOREAD, Constant, 40 TOWRITE, Constant, 41 TOEXEC, Constant, 17 42 @end example 18 43 … … 23 48 @example 24 49 cpio format, Type, Unimplemented 50 C_IRUSER, Constant, 51 C_IWUSER, Constant, 52 C_IXUSER, Constant, 53 C_IRGRP, Constant, 54 C_IWGRP, Constant, 55 C_IXGRP, Constant, 56 C_IROTH, Constant, 57 C_IWOTH, Constant, 58 C_IXOTH, Constant, 59 C_ISUID, Constant, 60 C_ISGID, Constant, 61 C_ISVTX, Constant, 25 62 @end example 26 63 -
doc/posix1003.1/ch11.t
rc78be42 r7331714 21 21 @example 22 22 sem_init(), Function, Untested Implementation 23 SEM_FAILED, Constant, 23 24 @end example 24 25 … … 75 76 pthread_mutexattr_getpshared(), Function, Implemented 76 77 pthread_mutexattr_setpshared(), Function, Implemented 78 PTHREAD_PROCESS_SHARED, Constant, 79 PTHREAD_PROCESS_PRIVATE, Constant, 77 80 @end example 78 81 … … 82 85 pthread_mutex_init(), Function, Implemented 83 86 pthread_mutex_destroy(), Function, Implemented 87 PTHREAD_MUTEX_INITIALIZER, Constant, 84 88 @end example 85 89 … … 108 112 pthread_cond_init(), Function, Implemented 109 113 pthread_cond_destroy(), Function, Implemented 114 PTHREAD_COND_INITIALIZER, Constant, 110 115 @end example 111 116 -
doc/posix1003.1/ch12.t
rc78be42 r7331714 16 16 mlockall(), Function, Unimplemented 17 17 munlockall(), Function, Unimplemented 18 MCL_CURRENT, Constant, 19 MCL_FUTURE, Constant, 18 20 @end example 19 21 … … 31 33 @example 32 34 mmap(), Function, Unimplemented 35 PROT_READ, Constant, 36 PROT_WRITE, Constant, 37 PROT_EXEC, Constant, 38 PROT_NONE, Constant, 39 MAP_SHARED, Constant, 40 MAP_PRIVATE, Constant, 41 MAP_FIXED, Constant, 33 42 @end example 34 43 … … 49 58 @example 50 59 msync(), Function, Unimplemented, Unimplemented 60 MS_ASYNC, Constant, 61 MS_SYNC, Constant, 62 MS_INVALIDATE, Constant, 51 63 @end example 52 64 -
doc/posix1003.1/ch13.t
rc78be42 r7331714 16 16 17 17 @section Scheduling Policies 18 19 @example 20 SCHED_FIFO, Constant, 21 SCHED_RR, Constant, 22 SCHED_OTHER, Constant, 23 @end example 18 24 19 25 @subsection SCHED_FIFO … … 67 73 @subsection Thread Scheduling Attributes 68 74 75 @example 76 PTHREAD_SCOPE_PROCESS, Constant, 77 PTHREAD_SCOPE_SYSTEM, Constant, 78 @end example 79 69 80 @subsection Scheduling Contention Scope 70 81 … … 86 97 pthread_attr_setschedparam(), Function, Implemented 87 98 pthread_attr_getschedparam(), Function, Implemented 99 PTHREAD_INHERIT_SCHED, Constant, 100 PTHREAD_EXPLICIT_SCHED, Constant, 88 101 @end example 89 102 … … 104 117 pthread_mutexattr_setprioceiling(), Function, Implemented 105 118 pthread_mutexattr_getprioceiling(), Function, Implemented 119 PTHREAD_PRIO_NONE, Constant, 120 PTHREAD_PRIO_INHERIT, Constant, 121 PTHREAD_PRIO_PROTECT, Constant, 106 122 @end example 107 123 -
doc/posix1003.1/ch14.t
rc78be42 r7331714 27 27 @end example 28 28 29 @subsection Manifest Constants 29 @subsection Timer Event Notification Manifest Constants 30 31 @example 32 CLOCK_REALTIME, Constant, 33 TIMER_ABSTIME, Constant, 34 @end example 30 35 31 36 @section Clock and Timer Functions -
doc/posix1003.1/ch15.t
rc78be42 r7331714 35 35 36 36 @example 37 mq_unlink , Function, Untested Implementation37 mq_unlink(), Function, Untested Implementation 38 38 @end example 39 39 -
doc/posix1003.1/ch16.t
rc78be42 r7331714 24 24 pthread_attr_setdetachstate(), Function, Implemented 25 25 pthread_attr_getdetachstate(), Function, Implemented 26 PTHREAD_CREATE_JOINABLE, Constant, 27 PTHREAD_CREATE_DETACHED, Constant, 26 28 @end example 27 29 … … 66 68 @example 67 69 pthread_once(), Function, Implemented 70 PTHREAD_ONCE_INIT, Constant, 68 71 @end example 69 72 -
doc/posix1003.1/ch18.t
rc78be42 r7331714 13 13 @subsection Cancelability States 14 14 15 @example 16 PTHREAD_CANCEL_DISABLE, Constant, 17 PTHREAD_CANCEL_ENABLE, Constant, 18 PTHREAD_CANCEL_ASYNCHRONOUS, Constant, 19 PTHREAD_CANCEL_DEFERRED, Constant, 20 @end example 21 15 22 @subsection Cancellation Points 16 23 17 24 @subsection Thread Cancellation Cleanup Handlers 25 26 @example 27 PTHREAD_CANCELED, Constant, 28 @end example 18 29 19 30 @subsection Async-Cancel Safety -
doc/posix1003.1/summarize
rc78be42 r7331714 42 42 { 43 43 echo 44 # takes at least 3.0 inches for each generated section45 echo "@need 3000"46 44 if [ $# -eq 1 ] ; then 47 45 grep "^@chapter" $1 | \ … … 129 127 if [ ${functions_sum} -ne ${functions_total} ] ; then 130 128 echo "@sp 1" 131 echo "@center @b{FUNCTION COUNTS DO NOT ADD UP!!} }"129 echo "@center @b{FUNCTION COUNTS DO NOT ADD UP!!}" 132 130 echo "@sp 1" 133 131 fi … … 192 190 do 193 191 summarize_chapter $chapter 192 echo "@page" 194 193 done 195 194
Note: See TracChangeset
for help on using the changeset viewer.