Home | History | Annotate | Download | only in c_synonyms
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 #
     22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     23 # Use is subject to license terms.
     24 #
     25 # ident	"%Z%%M%	%I%	%E% SMI"
     26 #
     27 
     28 #
     29 # This is the list of functions in libc that historically have
     30 # had synonym names with a leading underscore, as in:
     31 #	ascftime()
     32 #	_ascftime()
     33 # Most of these synonyms have been removed from libc and the
     34 # only way of calling them now is to preload c_synonyms.so.1
     35 #
     36 # This is the list that is common among all of the supported ISAs.
     37 # See the individual 'syn_isa' files in each ISA subdirectory for
     38 # the supplemental lists of names specific to each individual ISA.
     39 #
     40 
     41 _cladm
     42 _lwp_cond_broadcast
     43 _lwp_cond_reltimedwait
     44 _lwp_cond_signal
     45 _lwp_cond_timedwait
     46 _lwp_cond_wait
     47 _lwp_continue
     48 _lwp_info
     49 _lwp_kill
     50 _lwp_mutex_lock
     51 _lwp_mutex_trylock
     52 _lwp_mutex_unlock
     53 _lwp_self
     54 _lwp_sema_init
     55 _lwp_sema_post
     56 _lwp_sema_trywait
     57 _lwp_sema_wait
     58 _lwp_suspend
     59 a64l
     60 access
     61 acct
     62 acctctl
     63 acl
     64 addseverity
     65 adjtime
     66 alarm
     67 alphasort
     68 ascftime
     69 asctime_r
     70 atoll
     71 atomic_add_16
     72 atomic_add_16_nv
     73 atomic_add_32
     74 atomic_add_32_nv
     75 atomic_add_64
     76 atomic_add_64_nv
     77 atomic_add_8
     78 atomic_add_8_nv
     79 atomic_add_char
     80 atomic_add_char_nv
     81 atomic_add_int
     82 atomic_add_int_nv
     83 atomic_add_long
     84 atomic_add_long_nv
     85 atomic_add_ptr
     86 atomic_add_ptr_nv
     87 atomic_add_short
     88 atomic_add_short_nv
     89 atomic_and_16
     90 atomic_and_16_nv
     91 atomic_and_32
     92 atomic_and_32_nv
     93 atomic_and_64
     94 atomic_and_64_nv
     95 atomic_and_8
     96 atomic_and_8_nv
     97 atomic_and_uchar
     98 atomic_and_uchar_nv
     99 atomic_and_uint
    100 atomic_and_uint_nv
    101 atomic_and_ulong
    102 atomic_and_ulong_nv
    103 atomic_and_ushort
    104 atomic_and_ushort_nv
    105 atomic_cas_16
    106 atomic_cas_32
    107 atomic_cas_64
    108 atomic_cas_8
    109 atomic_cas_ptr
    110 atomic_cas_uchar
    111 atomic_cas_uint
    112 atomic_cas_ulong
    113 atomic_cas_ushort
    114 atomic_clear_long_excl
    115 atomic_dec_16
    116 atomic_dec_16_nv
    117 atomic_dec_32
    118 atomic_dec_32_nv
    119 atomic_dec_64
    120 atomic_dec_64_nv
    121 atomic_dec_8
    122 atomic_dec_8_nv
    123 atomic_dec_uchar
    124 atomic_dec_uchar_nv
    125 atomic_dec_uint
    126 atomic_dec_uint_nv
    127 atomic_dec_ulong
    128 atomic_dec_ulong_nv
    129 atomic_dec_ushort
    130 atomic_dec_ushort_nv
    131 atomic_inc_16
    132 atomic_inc_16_nv
    133 atomic_inc_32
    134 atomic_inc_32_nv
    135 atomic_inc_64
    136 atomic_inc_64_nv
    137 atomic_inc_8
    138 atomic_inc_8_nv
    139 atomic_inc_uchar
    140 atomic_inc_uchar_nv
    141 atomic_inc_uint
    142 atomic_inc_uint_nv
    143 atomic_inc_ulong
    144 atomic_inc_ulong_nv
    145 atomic_inc_ushort
    146 atomic_inc_ushort_nv
    147 atomic_or_16
    148 atomic_or_16_nv
    149 atomic_or_32
    150 atomic_or_32_nv
    151 atomic_or_64
    152 atomic_or_64_nv
    153 atomic_or_8
    154 atomic_or_8_nv
    155 atomic_or_uchar
    156 atomic_or_uchar_nv
    157 atomic_or_uint
    158 atomic_or_uint_nv
    159 atomic_or_ulong
    160 atomic_or_ulong_nv
    161 atomic_or_ushort
    162 atomic_or_ushort_nv
    163 atomic_set_long_excl
    164 atomic_swap_16
    165 atomic_swap_32
    166 atomic_swap_64
    167 atomic_swap_8
    168 atomic_swap_ptr
    169 atomic_swap_uchar
    170 atomic_swap_uint
    171 atomic_swap_ulong
    172 atomic_swap_ushort
    173 attropen
    174 brk
    175 catclose
    176 catgets
    177 catopen
    178 cfgetispeed
    179 cfgetospeed
    180 cfsetispeed
    181 cfsetospeed
    182 cftime
    183 chdir
    184 chmod
    185 chown
    186 chroot
    187 clock_getres
    188 clock_gettime
    189 clock_nanosleep
    190 clock_settime
    191 close
    192 closedir
    193 closefrom
    194 closelog
    195 cond_broadcast
    196 cond_destroy
    197 cond_init
    198 cond_reltimedwait
    199 cond_signal
    200 cond_timedwait
    201 cond_wait
    202 core_get_default_content
    203 core_get_default_path
    204 core_get_global_content
    205 core_get_global_path
    206 core_get_options
    207 core_get_process_content
    208 core_get_process_path
    209 core_set_default_content
    210 core_set_default_path
    211 core_set_global_content
    212 core_set_global_path
    213 core_set_options
    214 core_set_process_content
    215 core_set_process_path
    216 creat
    217 crypt
    218 ctermid
    219 ctermid_r
    220 ctime_r
    221 cuserid
    222 decimal_to_double
    223 decimal_to_extended
    224 decimal_to_quadruple
    225 decimal_to_single
    226 defcntl
    227 defopen
    228 defread
    229 dgettext
    230 dirfd
    231 dladdr
    232 dladdr1
    233 dldump
    234 dlclose
    235 dlerror
    236 dlinfo
    237 dlopen
    238 dlmopen
    239 dlsym
    240 door_bind
    241 door_call
    242 door_create
    243 door_cred
    244 door_getparam
    245 door_info
    246 door_return
    247 door_revoke
    248 door_server_create
    249 door_setparam
    250 door_ucred
    251 door_unbind
    252 double_to_decimal
    253 drand48
    254 dup
    255 dup2
    256 econvert
    257 ecvt
    258 encrypt
    259 endgrent
    260 endpwent
    261 endspent
    262 endutent
    263 endutxent
    264 erand48
    265 err
    266 errx
    267 execl
    268 execle
    269 execlp
    270 execv
    271 execve
    272 execvp
    273 exportfs
    274 extended_to_decimal
    275 facl
    276 fattach
    277 fchdir
    278 fchmod
    279 fchown
    280 fchownat
    281 fchroot
    282 fcntl
    283 fconvert
    284 fcvt
    285 fdatasync
    286 fdetach
    287 fdopen
    288 fdopendir
    289 fdwalk
    290 ffs
    291 fgetgrent
    292 fgetgrent_r
    293 fgetpwent
    294 fgetpwent_r
    295 fgetspent
    296 fgetspent_r
    297 file_to_decimal
    298 fileno
    299 finite
    300 flockfile
    301 fmtmsg
    302 fork
    303 fork1
    304 forkall
    305 forkallx
    306 forkx
    307 fpathconf
    308 fpclass
    309 fpgetmask
    310 fpgetround
    311 fpgetsticky
    312 fprintf
    313 fpsetmask
    314 fpsetround
    315 fpsetsticky
    316 fstat
    317 fstatat
    318 fstatfs
    319 fstatvfs
    320 fsync
    321 ftok
    322 ftruncate
    323 ftrylockfile
    324 ftw
    325 func_to_decimal
    326 funlockfile
    327 futimesat
    328 gconvert
    329 gcvt
    330 getacct
    331 getc_unlocked
    332 getchar_unlocked
    333 getcontext
    334 getcpuid
    335 getcwd
    336 getdate
    337 getdents
    338 getegid
    339 geteuid
    340 getexecname
    341 getgid
    342 getgrent
    343 getgrent_r
    344 getgrgid
    345 getgrgid_r
    346 getgrnam
    347 getgrnam_r
    348 getgroups
    349 gethomelgroup
    350 getisax
    351 getitimer
    352 getlogin
    353 getlogin_r
    354 getmntany
    355 getmntent
    356 getmsg
    357 getopt
    358 getopt_clip
    359 getopt_long
    360 getopt_long_only
    361 getpagesizes
    362 getpagesizes2
    363 getpass
    364 getpeerucred
    365 getpflags
    366 getpgid
    367 getpgrp
    368 getpid
    369 getpmsg
    370 getppid
    371 getppriv
    372 getprivimplinfo
    373 getprojid
    374 getpw
    375 getpwent
    376 getpwent_r
    377 getpwnam
    378 getpwnam_r
    379 getpwuid
    380 getpwuid_r
    381 getrctl
    382 getrlimit
    383 getsid
    384 getspent
    385 getspent_r
    386 getspnam
    387 getspnam_r
    388 getsubopt
    389 gettaskid
    390 gettimeofday
    391 gettxt
    392 getuid
    393 getustack
    394 getutent
    395 getutid
    396 getutline
    397 getutmp
    398 getutmpx
    399 getutxent
    400 getutxid
    401 getutxline
    402 getvfsany
    403 getvfsent
    404 getvfsfile
    405 getvfsspec
    406 getw
    407 getzoneid
    408 getzoneidbyname
    409 getzonenamebyid
    410 gmtime_r
    411 grantpt
    412 gsignal
    413 gtty
    414 hasmntopt
    415 hcreate
    416 hdestroy
    417 hsearch
    418 iconv
    419 iconv_close
    420 iconv_open
    421 initgroups
    422 insque
    423 inst_sync
    424 ioctl
    425 is_system_labeled
    426 isascii
    427 isastream
    428 isatty
    429 issetugid
    430 jrand48
    431 kill
    432 l64a
    433 ladd
    434 lchown
    435 lckpwdf
    436 lcong48
    437 ldivide
    438 lexp10
    439 lfind
    440 link
    441 llabs
    442 lldiv
    443 llog10
    444 llseek
    445 lltostr
    446 lmul
    447 localtime_r
    448 lockf
    449 longjmp
    450 lrand48
    451 lsearch
    452 lseek
    453 lshiftl
    454 lstat
    455 lsub
    456 madvise
    457 makecontext
    458 makeut
    459 makeutx
    460 membar_consumer
    461 membar_enter
    462 membar_exit
    463 membar_producer
    464 memccpy
    465 memcmp
    466 memcntl
    467 memcpy
    468 meminfo
    469 memmove
    470 memset
    471 mincore
    472 mkdir
    473 mkdtemp
    474 mkfifo
    475 mknod
    476 mkstemp
    477 mkstemps
    478 mktemp
    479 mlock
    480 mlockall
    481 mmap
    482 modutx
    483 monitor
    484 mount
    485 mprotect
    486 mrand48
    487 msgctl
    488 msgctl64
    489 msgget
    490 msgids
    491 msgrcv
    492 msgsnap
    493 msgsnd
    494 msync
    495 munlock
    496 munlockall
    497 munmap
    498 mutex_consistent
    499 mutex_destroy
    500 mutex_held
    501 mutex_init
    502 mutex_lock
    503 mutex_trylock
    504 mutex_unlock
    505 nanosleep
    506 nfs_getfh
    507 nfssvc
    508 nftw
    509 nice
    510 nl_langinfo
    511 nrand48
    512 nss_delete
    513 nss_endent
    514 nss_getent
    515 nss_search
    516 nss_setent
    517 ntp_adjtime
    518 ntp_gettime
    519 open
    520 openat
    521 opendir
    522 openlog
    523 pathconf
    524 pause
    525 pclose
    526 pipe
    527 plock
    528 poll
    529 popen
    530 port_alert
    531 port_associate
    532 port_create
    533 port_dissociate
    534 port_get
    535 port_getn
    536 port_send
    537 port_sendn
    538 posix_openpt
    539 posix_spawn
    540 posix_spawn_file_actions_addclose
    541 posix_spawn_file_actions_adddup2
    542 posix_spawn_file_actions_addopen
    543 posix_spawn_file_actions_destroy
    544 posix_spawn_file_actions_init
    545 posix_spawnattr_destroy
    546 posix_spawnattr_getflags
    547 posix_spawnattr_getpgroup
    548 posix_spawnattr_getschedparam
    549 posix_spawnattr_getschedpolicy
    550 posix_spawnattr_getsigdefault
    551 posix_spawnattr_getsigmask
    552 posix_spawnattr_init
    553 posix_spawnattr_setflags
    554 posix_spawnattr_setpgroup
    555 posix_spawnattr_setschedparam
    556 posix_spawnattr_setschedpolicy
    557 posix_spawnattr_setsigdefault
    558 posix_spawnattr_setsigmask
    559 posix_spawnp
    560 pread
    561 printstack
    562 priv_addset
    563 priv_allocset
    564 priv_copyset
    565 priv_delset
    566 priv_emptyset
    567 priv_fillset
    568 priv_freeset
    569 priv_getbyname
    570 priv_getbynum
    571 priv_getsetbyname
    572 priv_getsetbynum
    573 priv_gettext
    574 priv_ineffect
    575 priv_intersect
    576 priv_inverse
    577 priv_isemptyset
    578 priv_isequalset
    579 priv_isfullset
    580 priv_ismember
    581 priv_issubset
    582 priv_set
    583 priv_set_to_str
    584 priv_str_to_set
    585 priv_union
    586 profil
    587 pselect
    588 psiginfo
    589 psignal
    590 pthread_atfork
    591 pthread_attr_destroy
    592 pthread_attr_getdetachstate
    593 pthread_attr_getguardsize
    594 pthread_attr_getinheritsched
    595 pthread_attr_getschedparam
    596 pthread_attr_getschedpolicy
    597 pthread_attr_getscope
    598 pthread_attr_getstack
    599 pthread_attr_getstackaddr
    600 pthread_attr_getstacksize
    601 pthread_attr_init
    602 pthread_attr_setdetachstate
    603 pthread_attr_setguardsize
    604 pthread_attr_setinheritsched
    605 pthread_attr_setschedparam
    606 pthread_attr_setschedpolicy
    607 pthread_attr_setscope
    608 pthread_attr_setstack
    609 pthread_attr_setstackaddr
    610 pthread_attr_setstacksize
    611 pthread_barrier_destroy
    612 pthread_barrier_init
    613 pthread_barrier_wait
    614 pthread_barrierattr_destroy
    615 pthread_barrierattr_getpshared
    616 pthread_barrierattr_init
    617 pthread_barrierattr_setpshared
    618 pthread_cancel
    619 pthread_cond_broadcast
    620 pthread_cond_destroy
    621 pthread_cond_init
    622 pthread_cond_reltimedwait_np
    623 pthread_cond_signal
    624 pthread_cond_timedwait
    625 pthread_cond_wait
    626 pthread_condattr_destroy
    627 pthread_condattr_getclock
    628 pthread_condattr_getpshared
    629 pthread_condattr_init
    630 pthread_condattr_setclock
    631 pthread_condattr_setpshared
    632 pthread_create
    633 pthread_detach
    634 pthread_equal
    635 pthread_exit
    636 pthread_getconcurrency
    637 pthread_getschedparam
    638 pthread_getspecific
    639 pthread_join
    640 pthread_key_create
    641 pthread_key_create_once_np
    642 pthread_key_delete
    643 pthread_kill
    644 pthread_mutex_consistent_np
    645 pthread_mutex_destroy
    646 pthread_mutex_getprioceiling
    647 pthread_mutex_init
    648 pthread_mutex_lock
    649 pthread_mutex_reltimedlock_np
    650 pthread_mutex_setprioceiling
    651 pthread_mutex_timedlock
    652 pthread_mutex_trylock
    653 pthread_mutex_unlock
    654 pthread_mutexattr_destroy
    655 pthread_mutexattr_getprioceiling
    656 pthread_mutexattr_getprotocol
    657 pthread_mutexattr_getpshared
    658 pthread_mutexattr_getrobust_np
    659 pthread_mutexattr_gettype
    660 pthread_mutexattr_init
    661 pthread_mutexattr_setprioceiling
    662 pthread_mutexattr_setprotocol
    663 pthread_mutexattr_setpshared
    664 pthread_mutexattr_setrobust_np
    665 pthread_mutexattr_settype
    666 pthread_once
    667 pthread_rwlock_destroy
    668 pthread_rwlock_init
    669 pthread_rwlock_rdlock
    670 pthread_rwlock_reltimedrdlock_np
    671 pthread_rwlock_reltimedwrlock_np
    672 pthread_rwlock_timedrdlock
    673 pthread_rwlock_timedwrlock
    674 pthread_rwlock_tryrdlock
    675 pthread_rwlock_trywrlock
    676 pthread_rwlock_unlock
    677 pthread_rwlock_wrlock
    678 pthread_rwlockattr_destroy
    679 pthread_rwlockattr_getpshared
    680 pthread_rwlockattr_init
    681 pthread_rwlockattr_setpshared
    682 pthread_self
    683 pthread_setcancelstate
    684 pthread_setcanceltype
    685 pthread_setconcurrency
    686 pthread_setschedparam
    687 pthread_setschedprio
    688 pthread_setspecific
    689 pthread_sigmask
    690 pthread_spin_destroy
    691 pthread_spin_init
    692 pthread_spin_lock
    693 pthread_spin_trylock
    694 pthread_spin_unlock
    695 pthread_testcancel
    696 ptsname
    697 putacct
    698 putc_unlocked
    699 putchar_unlocked
    700 putenv
    701 putmsg
    702 putpmsg
    703 putpwent
    704 putspent
    705 pututline
    706 pututxline
    707 putw
    708 pwrite
    709 qeconvert
    710 qecvt
    711 qfconvert
    712 qfcvt
    713 qgconvert
    714 qgcvt
    715 quadruple_to_decimal
    716 rand_r
    717 rctlctl
    718 rctllist
    719 read
    720 readdir
    721 readdir_r
    722 readlink
    723 readv
    724 realpath
    725 remque
    726 rename
    727 renameat
    728 resolvepath
    729 rewinddir
    730 rmdir
    731 rw_rdlock
    732 rw_read_held
    733 rw_tryrdlock
    734 rw_trywrlock
    735 rw_unlock
    736 rw_write_held
    737 rw_wrlock
    738 rwlock_destroy
    739 rwlock_init
    740 sbrk
    741 scandir
    742 schedctl_exit
    743 schedctl_init
    744 schedctl_lookup
    745 seconvert
    746 seed48
    747 seekdir
    748 select
    749 sem_close
    750 sem_destroy
    751 sem_getvalue
    752 sem_init
    753 sem_open
    754 sem_post
    755 sem_reltimedwait_np
    756 sem_timedwait
    757 sem_trywait
    758 sem_unlink
    759 sem_wait
    760 sema_destroy
    761 sema_held
    762 sema_init
    763 sema_post
    764 sema_reltimedwait
    765 sema_timedwait
    766 sema_trywait
    767 sema_wait
    768 semctl
    769 semctl64
    770 semget
    771 semids
    772 semop
    773 semtimedop
    774 setcontext
    775 setegid
    776 setenv
    777 seteuid
    778 setgid
    779 setgrent
    780 setgroups
    781 setitimer
    782 setjmp
    783 setkey
    784 setlogmask
    785 setpflags
    786 setpgid
    787 setpgrp
    788 setppriv
    789 setprojrctl
    790 setpwent
    791 setrctl
    792 setregid
    793 setreuid
    794 setrlimit
    795 setsid
    796 setspent
    797 settaskid
    798 settimeofday
    799 setuid
    800 setustack
    801 setutent
    802 setutxent
    803 sfconvert
    804 sgconvert
    805 shmat
    806 shmctl
    807 shmctl64
    808 shmdt
    809 shmget
    810 shmids
    811 sig2str
    812 sigaction
    813 sigaddset
    814 sigaltstack
    815 sigdelset
    816 sigemptyset
    817 sigfillset
    818 sigflag
    819 sigfpe
    820 sighold
    821 sigignore
    822 siginterrupt
    823 sigismember
    824 siglongjmp
    825 signal
    826 sigpause
    827 sigpending
    828 sigprocmask
    829 sigqueue
    830 sigrelse
    831 sigsend
    832 sigsendset
    833 sigset
    834 sigsetjmp
    835 sigstack
    836 sigsuspend
    837 sigtimedwait
    838 sigwait
    839 sigwaitinfo
    840 single_to_decimal
    841 sleep
    842 srand48
    843 ssignal
    844 stack_getbounds
    845 stack_inbounds
    846 stack_setbounds
    847 stack_violation
    848 stat
    849 statfs
    850 statvfs
    851 stime
    852 str2sig
    853 strdup
    854 strerror
    855 strerror_r
    856 string_to_decimal
    857 strsignal
    858 strtok_r
    859 strtoll
    860 strtoull
    861 stty
    862 swab
    863 swapcontext
    864 swapctl
    865 symlink
    866 sync
    867 syscall
    868 sysconf
    869 sysfs
    870 sysinfo
    871 syslog
    872 tcdrain
    873 tcflow
    874 tcflush
    875 tcgetattr
    876 tcgetpgrp
    877 tcgetsid
    878 tcsendbreak
    879 tcsetattr
    880 tcsetpgrp
    881 tdelete
    882 tell
    883 telldir
    884 tempnam
    885 tfind
    886 thr_continue
    887 thr_continue_allmutators
    888 thr_continue_mutator
    889 thr_create
    890 thr_exit
    891 thr_getconcurrency
    892 thr_getprio
    893 thr_getspecific
    894 thr_getstate
    895 thr_join
    896 thr_keycreate
    897 thr_keycreate_once
    898 thr_kill
    899 thr_main
    900 thr_min_stack
    901 thr_mutators_barrier
    902 thr_self
    903 thr_setconcurrency
    904 thr_setmutator
    905 thr_setprio
    906 thr_setspecific
    907 thr_setstate
    908 thr_sighndlrinfo
    909 thr_sigsetmask
    910 thr_stksegment
    911 thr_suspend
    912 thr_suspend_allmutators
    913 thr_suspend_mutator
    914 thr_wait_mutator
    915 thr_yield
    916 time
    917 timer_create
    918 timer_delete
    919 timer_getoverrun
    920 timer_gettime
    921 timer_settime
    922 times
    923 tmpnam
    924 tmpnam_r
    925 toascii
    926 truncate
    927 tsearch
    928 ttyname
    929 ttyname_r
    930 ttyslot
    931 twalk
    932 tzset
    933 uadmin
    934 ucred_free
    935 ucred_get
    936 ucred_getamask
    937 ucred_getasid
    938 ucred_getatid
    939 ucred_getauid
    940 ucred_getegid
    941 ucred_geteuid
    942 ucred_getgroups
    943 ucred_getlabel
    944 ucred_getpflags
    945 ucred_getpid
    946 ucred_getprivset
    947 ucred_getprojid
    948 ucred_getrgid
    949 ucred_getruid
    950 ucred_getsgid
    951 ucred_getsuid
    952 ucred_getzoneid
    953 ucred_size
    954 ulckpwdf
    955 ulimit
    956 ulltostr
    957 umask
    958 umount
    959 umount2
    960 uname
    961 unlink
    962 unlinkat
    963 unlockpt
    964 unordered
    965 unsetenv
    966 updwtmp
    967 updwtmpx
    968 usleep
    969 ustat
    970 utime
    971 utimes
    972 utmpname
    973 utmpxname
    974 utssys
    975 verr
    976 verrx
    977 vfork
    978 vforkx
    979 vfscanf
    980 vhangup
    981 vscanf
    982 vsscanf
    983 vsyslog
    984 vwarn
    985 vwarnx
    986 wait
    987 wait3
    988 wait4
    989 waitid
    990 waitpid
    991 walkcontext
    992 warn
    993 warnx
    994 wctomb
    995 wracct
    996 write
    997 writev
    998 yield
    999