Changeset 7331714 in rtems


Ignore:
Timestamp:
03/18/98 18:15:01 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
725f310
Parents:
c78be42
Message:

Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.

Location:
doc/posix1003.1
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • doc/posix1003.1/Makefile

    rc78be42 r7331714  
    5050        $(GHOSTVIEW) $(PROJECT).ps
    5151
     52# run texi2dvi twice to generate the xref's properly.
    5253$(PROJECT).dvi: $(FILES)
    53         $(TEXI2DVI) $(PROJECT).texi
     54        $(TEXI2DVI) -v $(PROJECT).texi
     55        texi2dvi -v $(PROJECT).texi
    5456
    5557ch01.texi: ch01.t
  • doc/posix1003.1/ch02.t

    rc78be42 r7331714  
    9595@subsection Symbols From the C Standard
    9696
     97@example
     98NULL, Constant,
     99@end example
     100
    97101@subsection POSIX.1 Symbols
    98102
     
    106110
    107111@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
     112CHAR_BIT, Constant,
     113CHAR_MAX, Constant,
     114CHAR_MIN, Constant,
     115INT_MAX, Constant,
     116INT_MIN, Constant,
     117LONG_MAX, Constant,
     118LONG_MIN, Constant,
     119MB_LEN_MAX, Constant,
     120SCHAR_MAX, Constant,
     121SCHAR_MIN, Constant,
     122SHRT_MAX, Constant,
     123SHRT_MIN, Constant,
     124UCHAR_MAX, Constant,
     125UINT_MAX, Constant,
     126ULONG_MAX, Constant,
     127USHRT_MAX, Constant,
    124128@end example
    125129
     
    127131
    128132@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,
    157161@end example
    158162
     
    160164
    161165@example
    162 _POSIX_NGROUPS_MAX
     166_POSIX_NGROUPS_MAX, Constant,
    163167@end example
    164168
     
    166170
    167171@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
     172AIO_LISTIO_MAX, Constant,
     173AIO_MAX, Constant,
     174AIO_PRIO_DELTA_MAX, Constant,
     175ARG_MAX, Constant,
     176CHILD_MAX, Constant,
     177DELAYTIMER_MAX, Constant,
     178LOGIN_NAME_MAX, Constant,
     179MQ_OPEN_MAX, Constant,
     180OPEN_MAX, Constant,
     181PAGESIZE, Constant,
     182PTHREAD_DESTRUCTOR_ITERATIONS, Constant,
     183PTHREAD_KEYS_MAX, Constant,
     184PTHREAD_STACK_MIN, Constant,
     185PTHJREAD_THREADS_MAX, Constant,
     186RTSIG_MAX, Constant,
     187SEM_NSEMS_MAX, Constant,
     188SEM_VALUE_MAX, Constant,
     189SIGQUEUE_MAX, Constant,
     190STREAM_MAX, Constant,
     191TIMER_MAX, Constant,
     192TTY_NAME_MAX, Constant,
     193TZNAME_MAX, Constant,
    190194@end example
    191195
     
    193197
    194198@example
    195 LINK_MAX
    196 MAX_CANON
    197 MAX_INPUT
    198 NAME_MAX
    199 PATH_MAX
    200 PIPE_BUF
     199LINK_MAX, Constant,
     200MAX_CANON, Constant,
     201MAX_INPUT, Constant,
     202NAME_MAX, Constant,
     203PATH_MAX, Constant,
     204PIPE_BUF, Constant,
    201205@end example
    202206
     
    204208
    205209@example
    206 SSIZE_MAX
     210SSIZE_MAX, Constant,
    207211@end example
    208212
     
    210214
    211215@example
    212 _POSIX_CLOCKRES_MIN
     216_POSIX_CLOCKRES_MIN, Constant,
    213217@end example
    214218
     
    218222
    219223@example
    220 R_OK
    221 W_OK
    222 X_OK
    223 F_OK
     224R_OK, Constant,
     225W_OK, Constant,
     226X_OK, Constant,
     227F_OK, Constant,
    224228@end example
    225229
     
    227231
    228232@example
    229 SEEK_SET
    230 SEEK_CUR
    231 SEEK_END
     233SEEK_SET, Constant,
     234SEEK_CUR, Constant,
     235SEEK_END, Constant,
    232236@end example
    233237
     
    235239
    236240@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,
    262266@end example
    263267
     
    265269
    266270@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  
    4242wait(), Function, Unimplementable, Requires Processes
    4343waitpid(), Function, Unimplementable, Requires Processes
     44WNOHANG, Constant, Unimplementable, Requires Processes
     45WUNTRACED, Constant, Unimplementable, Requires Processes
     46WIFEXITED(), Function, Unimplementable, Requires Processes
     47WEXITSTATUS(), Function, Unimplementable, Requires Processes
     48WIFSIGNALED(), Function, Unimplementable, Requires Processes
     49WTERMSIG(), Function, Unimplementable, Requires Processes
     50WIFSTOPPED(), Function, Unimplementable, Requires Processes
     51WSTOPSIG(), Function, Unimplementable, Requires Processes
    4452@end example
    4553
     
    5462@subsection Signal Concepts
    5563
     64@subsubsection Signal Names
     65
    5666@example
    5767sigset_t, Type, Implemented
     68SIG_DFL, Constant,
     69SIG_IGN, Constant,
     70SIGABRT, Constant,
     71SIGALRM, Constant,
     72SIGFPE, Constant,
     73SIGHUP, Constant,
     74SIGILL, Constant,
     75SIGINT, Constant,
     76SIGKILL, Constant,
     77SIGPIPE, Constant,
     78SIGQUIT, Constant,
     79SIGSEGV, Constant,
     80SIGTERM, Constant,
     81SIGUSR1, Constant,
     82SIGUSR2, Constant,
     83SIGCHLD, Constant,
     84SIGCONT, Constant,
     85SIGSTOP, Constant,
     86SIGTSTP, Constant,
     87SIGTTIN, Constant,
     88SIGTTOU, Constant,
     89SIGBUS, Constant,
     90SIGRTMIN, Constant,
     91SIGRTMAX, Constant,
     92@end example
     93
     94@subsubsection Signal Generation and Delivery
     95
     96@example
    5897struct sigevent, Type, Implemented
    5998union sigval, Type, Implemented
     99SIGEV_NONE, Constant,
     100SIGEV_SIGNAL, Constant,
     101SIGEV_THREAD, Constant,
     102@end example
     103
     104@subsubsection Signal Actions
     105
     106@example
    60107siginfo_t, Type, Implemented
     108SI_USER, Constant,
     109SI_QUEUE, Constant,
     110SI_TIMER, Constant,
     111SI_ASYNCIO, Constant,
     112SI_MESGQ, Constant,
    61113@end example
    62114
     
    82134sigaction(), Function, Implemented
    83135sigaction, Type, Implemented
     136SA_NOCLDSTOP, Constant,
     137SA_SIGINFO, Constant,
    84138@end example
    85139
     
    89143pthread_sigmask(), Function, Implemented
    90144sigprocmask(), Function, Implemented
     145SIG_BLOCK, Constant,
     146SIG_UNBLOCK, Constant,
     147SIG_SETMASK, Constant,
    91148@end example
    92149
  • doc/posix1003.1/ch04.t

    rc78be42 r7331714  
    126126@example
    127127sysconf(), 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,
    128181@end example
  • doc/posix1003.1/ch05.t

    rc78be42 r7331714  
    4444@example
    4545open(), Function, Implemented, requires rework for directory services
     46O_RDONLY, Constant,
     47O_WRONLY, Constant,
     48O_RDWR, Constant,
     49O_APPEND, Constant,
     50O_CREAT, Constant,
     51O_DSYNC, Constant,
     52O_EXCL, Constant,
     53O_NOCTTY, Constant,
     54O_NONBLOCK, Constant,
     55O_RSYNC, Constant,
     56O_SYNC, Constant,
     57O_TRUNC, Constant,
    4658@end example
    4759
     
    105117struct stat, Type, Untested Implementation
    106118@end example
     119
     120@subsubsection <sys/stat.h> File Types
     121
     122@example
     123S_ISDIR(), Function,
     124S_ISCHR(), Function,
     125S_ISBLK(), Function,
     126S_ISREG(), Function,
     127S_ISFIFO(), Function,
     128S_TYPEISMQ(), Function,
     129S_TYPEISSEM(), Function,
     130S_TYPEISSHM(), Function,
     131@end example
     132
     133@subsubsection <sys/stat.h> File Modes
     134
     135@example
     136S_IRWXU, Constant,
     137S_IRUSR, Constant,
     138S_IWUSR, Constant,
     139S_IXUSR, Constant,
     140S_IRWXG, Constant,
     141S_IRGRP, Constant,
     142S_IWGRP, Constant,
     143S_IXGRP, Constant,
     144S_IRWXO, Constant,
     145S_IROTH, Constant,
     146S_IWOTH, Constant,
     147S_IXOTH, Constant,
     148S_ISUID, Constant,
     149S_ISGID, Constant,
     150@end example
     151
     152@subsubsection <sys/stat.h> Time Entries
    107153
    108154@subsection Get File Status
     
    147193@section Configurable Pathname Variable
    148194
     195@subsection Get Configurable Pathname Variables
     196
    149197@example
    150198pathconf(), Function, Unimplemented
    151199fpathconf(), 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  
    5757struct flock, Type, Unimplemented
    5858fcntl(), Function, Unimplemented
     59F_DUPFD, Constant,
     60F_GETFD, Constant,
     61F_GETLK, Constant,
     62F_SETFD, Constant,
     63F_GETFL, Constant,
     64F_SETFL, Constant,
     65F_SETLK, Constant,
     66F_SETLKW, Constant,
     67FD_CLOEXEC, Constant,
     68F_RDLCK, Constant,
     69F_UNLCK, Constant,
     70F_WRLCK, Constant,
     71O_ACCMODE, Constant,
    5972@end example
     73
     74NOTE: 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}
     78are also included in another section.  @xref{Open a File}.
    6079
    6180@subsection Reposition Read/Write File Offset
     
    6382@example
    6483lseek(), Function, Partial Implementation
     84SEEK_SET, Constant,
     85SEEK_CUR, Constant,
     86SEEK_END, Constant,
    6587@end example
    6688
     
    83105@subsection Data Definitions for Asynchronous Input and Output
    84106
     107@subsubsection Asynchronous I/O Control Block
     108
    85109@example
    86110struct aiocb, Type, Untested Implementation
     111@end example
     112
     113@subsubsection Asynchronous I/O Manifest Constants
     114
     115@example
     116AIO_CANCELED, Constant,
     117AIO_NOTCANCELED, Constant,
     118AIO_ALLDONE, Constant,
     119LIO_WAIT, Constant,
     120LIO_NOWAIT, Constant,
     121LIO_READ, Constant,
     122LIO_WRITE, Constant,
     123LIO_NOP, Constant,
    87124@end example
    88125
  • doc/posix1003.1/ch07.t

    rc78be42 r7331714  
    2727@subsubsection Noncanonical Mode Input Processing
    2828
     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
    2941@subsubsection Writing Data and Output Processing
    3042
    3143@subsubsection Special Characters
    3244
     45@example
     46INTR, Constant,
     47QUIT, Constant,
     48ERASE, Constant,
     49KILL, Constant,
     50EOF, Constant,
     51NL, Constant,
     52EOL, Constant,
     53SUSP, Constant,
     54STOP, Constant,
     55START, Constant,
     56CR, Constant,
     57@end example
     58
    3359@subsubsection Modem Disconnect
    3460
     
    4066
    4167@example
     68tcflag_t, Type,
     69cc_t, Type,
    4270struct termios, Type, Partial Implementation
    4371@end example
     
    4573@subsubsection Input Modes
    4674
     75@example
     76BRKINT, Constant,
     77ICRNL, Constant,
     78IGNBREAK, Constant,
     79IGNCR, Constant,
     80IGNPAR, Constant,
     81INLCR, Constant,
     82INPCK, Constant,
     83ISTRIP, Constant,
     84IXOFF, Constant,
     85IXON, Constant,
     86PARMRK, Constant,
     87@end example
     88
    4789@subsubsection Output Modes
    4890
     91@example
     92OPOST, Constant,
     93@end example
     94
    4995@subsubsection Control Modes
    5096
     97@example
     98CLOCKAL, Constant,
     99CREAD, Constant,
     100CSIZE, Constant,
     101CS5, Constant,
     102CS6, Constant,
     103CS7, Constant,
     104CS8, Constant,
     105CSTOPB, Constant,
     106HUPCL, Constant,
     107PARENB, Constant,
     108PARODD, Constant,
     109@end example
     110
    51111@subsubsection Local Modes
    52112
     113@example
     114ECHO, Constant,
     115ECHOE, Constant,
     116ECHOK, Constant,
     117ECHONL, Constant,
     118ICANON, Constant,
     119IEXTEN, Constant,
     120ISIG, Constant,
     121NOFLSH, Constant,
     122TOSTOP, Constant,
     123@end example
     124
    53125@subsubsection Special Control Characters
    54126
     127@example
     128VEOF, Constant,
     129VEOL, Constant,
     130VERASE, Constant,
     131VINTR, Constant,
     132VKILL, Constant,
     133VQUIT, Constant,
     134VSUSP, Constant,
     135VSTART, Constant,
     136VSTOP, Constant,
     137VMIN, Constant,
     138VTIME, Constant,
     139@end example
     140
    55141@subsection Baud Rate Values
     142
     143@example
     144B0, Constant,
     145B50, Constant,
     146B75, Constant,
     147B110, Constant,
     148B134, Constant,
     149B150, Constant,
     150B200, Constant,
     151B300, Constant,
     152B600, Constant,
     153B1200, Constant,
     154B1800, Constant,
     155B2400, Constant,
     156B4800, Constant,
     157B9600, Constant,
     158B19200, Constant,
     159B38400, Constant,
     160@end example
    56161
    57162@subsubsection Baud Rate Functions
     
    62167cfgetispeed(), Function, Unimplemented
    63168cfsetispeed(), 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
     169TCIFLUSH, Constant,
     170TCOFLUSH, Constant,
     171TCIOFLUSH, Constant,
     172TCOOFF, Constant,
     173TCOON, Constant,
     174TCIOOFF, Constant,
     175TCIOON, Constant,
     176@end example
    75177
    76178@section General Terminal Interface Control Functions
  • doc/posix1003.1/ch08.t

    rc78be42 r7331714  
    174174@ref{Get System Time}.
    175175
     176From Surrounding Text
     177
     178@example
     179EXIT_SUCCESS, Constant,
     180EXIT_FAILURE, Constant,
     181@end example
     182
     183
    176184@subsection Extensions to Time Functions
    177185
    178186@subsection Extensions to @code{setlocale} Function
    179187
     188@example
     189LC_CTYPE, Constant,
     190LC_COLLATE, Constant,
     191LC_TIME, Constant,
     192LC_NUMERIC, Constant,
     193LC_MONETARY, Constant,
     194LC_ALL, Constant,
     195@end example
     196
    180197@section C Language Input/Output Functions
    181198
     
    184201@example
    185202fileno(), Function, Implemented
     203STDIN_FILENO, Constant,
     204STDOUT_FILENO, Constant,
     205STDERR_FILENO, Constant,
    186206@end example
    187207
  • doc/posix1003.1/ch10.t

    rc78be42 r7331714  
    1515@example
    1616tar format, Type, Unimplemented
     17TMAGIC, Constant,
     18TMAGLEN, Constant,
     19TVERSION, Constant,
     20TVERSLEN, Constant,
     21REGTYPE, Constant,
     22AREGTYPE, Constant,
     23LNKTYPE, Constant,
     24SYMTYPE, Constant,
     25CHRTYPE, Constant,
     26BLKTYPE, Constant,
     27DIRTYPE, Constant,
     28FIFOTYPE, Constant,
     29CONTTYPE, Constant,
     30TSUID, Constant,
     31TSGID, Constant,
     32TSVTX, Constant,
     33TUREAD, Constant,
     34TUWRITE, Constant,
     35TUEXEC, Constant,
     36TGREAD, Constant,
     37TGWRITE, Constant,
     38TGEXEC, Constant,
     39TOREAD, Constant,
     40TOWRITE, Constant,
     41TOEXEC, Constant,
    1742@end example
    1843
     
    2348@example
    2449cpio format, Type, Unimplemented
     50C_IRUSER, Constant,
     51C_IWUSER, Constant,
     52C_IXUSER, Constant,
     53C_IRGRP, Constant,
     54C_IWGRP, Constant,
     55C_IXGRP, Constant,
     56C_IROTH, Constant,
     57C_IWOTH, Constant,
     58C_IXOTH, Constant,
     59C_ISUID, Constant,
     60C_ISGID, Constant,
     61C_ISVTX, Constant,
    2562@end example
    2663
  • doc/posix1003.1/ch11.t

    rc78be42 r7331714  
    2121@example
    2222sem_init(), Function, Untested Implementation
     23SEM_FAILED, Constant,
    2324@end example
    2425
     
    7576pthread_mutexattr_getpshared(), Function, Implemented
    7677pthread_mutexattr_setpshared(), Function, Implemented
     78PTHREAD_PROCESS_SHARED, Constant,
     79PTHREAD_PROCESS_PRIVATE, Constant,
    7780@end example
    7881
     
    8285pthread_mutex_init(), Function, Implemented
    8386pthread_mutex_destroy(), Function, Implemented
     87PTHREAD_MUTEX_INITIALIZER, Constant,
    8488@end example
    8589
     
    108112pthread_cond_init(), Function, Implemented
    109113pthread_cond_destroy(), Function, Implemented
     114PTHREAD_COND_INITIALIZER, Constant,
    110115@end example
    111116
  • doc/posix1003.1/ch12.t

    rc78be42 r7331714  
    1616mlockall(), Function, Unimplemented
    1717munlockall(), Function, Unimplemented
     18MCL_CURRENT, Constant,
     19MCL_FUTURE, Constant,
    1820@end example
    1921
     
    3133@example
    3234mmap(), Function, Unimplemented
     35PROT_READ, Constant,
     36PROT_WRITE, Constant,
     37PROT_EXEC, Constant,
     38PROT_NONE, Constant,
     39MAP_SHARED, Constant,
     40MAP_PRIVATE, Constant,
     41MAP_FIXED, Constant,
    3342@end example
    3443
     
    4958@example
    5059msync(), Function, Unimplemented, Unimplemented
     60MS_ASYNC, Constant,
     61MS_SYNC, Constant,
     62MS_INVALIDATE, Constant,
    5163@end example
    5264
  • doc/posix1003.1/ch13.t

    rc78be42 r7331714  
    1616
    1717@section Scheduling Policies
     18
     19@example
     20SCHED_FIFO, Constant,
     21SCHED_RR, Constant,
     22SCHED_OTHER, Constant,
     23@end example
    1824
    1925@subsection SCHED_FIFO
     
    6773@subsection Thread Scheduling Attributes
    6874
     75@example
     76PTHREAD_SCOPE_PROCESS, Constant,
     77PTHREAD_SCOPE_SYSTEM, Constant,
     78@end example
     79
    6980@subsection Scheduling Contention Scope
    7081
     
    8697pthread_attr_setschedparam(), Function, Implemented
    8798pthread_attr_getschedparam(), Function, Implemented
     99PTHREAD_INHERIT_SCHED, Constant,
     100PTHREAD_EXPLICIT_SCHED, Constant,
    88101@end example
    89102
     
    104117pthread_mutexattr_setprioceiling(), Function, Implemented
    105118pthread_mutexattr_getprioceiling(), Function, Implemented
     119PTHREAD_PRIO_NONE, Constant,
     120PTHREAD_PRIO_INHERIT, Constant,
     121PTHREAD_PRIO_PROTECT, Constant,
    106122@end example
    107123
  • doc/posix1003.1/ch14.t

    rc78be42 r7331714  
    2727@end example
    2828
    29 @subsection Manifest Constants
     29@subsection Timer Event Notification Manifest Constants
     30
     31@example
     32CLOCK_REALTIME, Constant,
     33TIMER_ABSTIME, Constant,
     34@end example
    3035
    3136@section Clock and Timer Functions
  • doc/posix1003.1/ch15.t

    rc78be42 r7331714  
    3535
    3636@example
    37 mq_unlink, Function, Untested Implementation
     37mq_unlink(), Function, Untested Implementation
    3838@end example
    3939
  • doc/posix1003.1/ch16.t

    rc78be42 r7331714  
    2424pthread_attr_setdetachstate(), Function, Implemented
    2525pthread_attr_getdetachstate(), Function, Implemented
     26PTHREAD_CREATE_JOINABLE, Constant,
     27PTHREAD_CREATE_DETACHED, Constant,
    2628@end example
    2729
     
    6668@example
    6769pthread_once(), Function, Implemented
     70PTHREAD_ONCE_INIT, Constant,
    6871@end example
    6972
  • doc/posix1003.1/ch18.t

    rc78be42 r7331714  
    1313@subsection Cancelability States
    1414
     15@example
     16PTHREAD_CANCEL_DISABLE, Constant,
     17PTHREAD_CANCEL_ENABLE, Constant,
     18PTHREAD_CANCEL_ASYNCHRONOUS, Constant,
     19PTHREAD_CANCEL_DEFERRED, Constant,
     20@end example
     21
    1522@subsection Cancellation Points
    1623
    1724@subsection Thread Cancellation Cleanup Handlers
     25
     26@example
     27PTHREAD_CANCELED, Constant,
     28@end example
    1829
    1930@subsection Async-Cancel Safety
  • doc/posix1003.1/summarize

    rc78be42 r7331714  
    4242{
    4343  echo
    44   # takes at least 3.0 inches for each generated section
    45   echo "@need 3000"
    4644  if [ $# -eq 1 ] ; then
    4745    grep "^@chapter" $1 | \
     
    129127  if [ ${functions_sum} -ne ${functions_total} ] ; then
    130128    echo "@sp 1"
    131     echo "@center @b{FUNCTION COUNTS DO NOT ADD UP!!}}"
     129    echo "@center @b{FUNCTION COUNTS DO NOT ADD UP!!}"
    132130    echo "@sp 1"
    133131  fi
     
    192190do
    193191  summarize_chapter $chapter
     192  echo "@page"
    194193done
    195194
Note: See TracChangeset for help on using the changeset viewer.