Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  15 # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.

  16 #
  17 
  18 include         $(SRC)/Makefile.master
  19 
  20 MANSECT=        3c
  21 
  22 MANFILES=       __fbufsize.3c                                   \
  23                 _longjmp.3c                                     \
  24                 _stack_grow.3c                                  \
  25                 a64l.3c                                         \
  26                 abort.3c                                        \
  27                 abs.3c                                          \
  28                 addsev.3c                                       \
  29                 addseverity.3c                                  \
  30                 aio_cancel.3c                                   \
  31                 aio_error.3c                                    \
  32                 aio_fsync.3c                                    \
  33                 aio_read.3c                                     \
  34                 aio_return.3c                                   \
  35                 aio_suspend.3c                                  \


 222                 memory.3c                                       \
 223                 mkfifo.3c                                       \
 224                 mkstemp.3c                                      \
 225                 mktemp.3c                                       \
 226                 mktime.3c                                       \
 227                 mlock.3c                                        \
 228                 mlockall.3c                                     \
 229                 monitor.3c                                      \
 230                 mq_close.3c                                     \
 231                 mq_getattr.3c                                   \
 232                 mq_notify.3c                                    \
 233                 mq_open.3c                                      \
 234                 mq_receive.3c                                   \
 235                 mq_send.3c                                      \
 236                 mq_setattr.3c                                   \
 237                 mq_unlink.3c                                    \
 238                 msync.3c                                        \
 239                 mutex_init.3c                                   \
 240                 nanosleep.3c                                    \
 241                 ndbm.3c                                         \

 242                 nl_langinfo.3c                                  \
 243                 offsetof.3c                                     \
 244                 opendir.3c                                      \
 245                 perror.3c                                       \
 246                 pfmt.3c                                         \
 247                 plock.3c                                        \
 248                 popen.3c                                        \
 249                 port_alert.3c                                   \
 250                 port_associate.3c                               \
 251                 port_create.3c                                  \
 252                 port_get.3c                                     \
 253                 port_send.3c                                    \
 254                 posix_fadvise.3c                                \
 255                 posix_fallocate.3c                              \
 256                 posix_madvise.3c                                \
 257                 posix_memalign.3c                               \
 258                 posix_openpt.3c                                 \
 259                 posix_spawn.3c                                  \
 260                 posix_spawn_file_actions_addclose.3c            \
 261                 posix_spawn_file_actions_addclosefrom_np.3c     \


 393                 setlocale.3c                                    \
 394                 shm_open.3c                                     \
 395                 shm_unlink.3c                                   \
 396                 sigfpe.3c                                       \
 397                 siginterrupt.3c                                 \
 398                 signal.3c                                       \
 399                 sigqueue.3c                                     \
 400                 sigsetops.3c                                    \
 401                 sigstack.3c                                     \
 402                 sigwaitinfo.3c                                  \
 403                 sleep.3c                                        \
 404                 ssignal.3c                                      \
 405                 stack_getbounds.3c                              \
 406                 stack_inbounds.3c                               \
 407                 stack_setbounds.3c                              \
 408                 stack_violation.3c                              \
 409                 stdio.3c                                        \
 410                 str2sig.3c                                      \
 411                 strcoll.3c                                      \
 412                 strerror.3c                                     \

 413                 strftime.3c                                     \
 414                 string.3c                                       \
 415                 string_to_decimal.3c                            \
 416                 strptime.3c                                     \
 417                 strsignal.3c                                    \
 418                 strtod.3c                                       \
 419                 strtoimax.3c                                    \
 420                 strtol.3c                                       \
 421                 strtoul.3c                                      \
 422                 strtows.3c                                      \
 423                 strxfrm.3c                                      \
 424                 swab.3c                                         \
 425                 sync_instruction_memory.3c                      \
 426                 sysconf.3c                                      \
 427                 syslog.3c                                       \
 428                 system.3c                                       \
 429                 tcdrain.3c                                      \
 430                 tcflow.3c                                       \
 431                 tcflush.3c                                      \
 432                 tcgetattr.3c                                    \


 444                 thr_getprio.3c                                  \
 445                 thr_join.3c                                     \
 446                 thr_keycreate.3c                                \
 447                 thr_kill.3c                                     \
 448                 thr_main.3c                                     \
 449                 thr_min_stack.3c                                \
 450                 thr_self.3c                                     \
 451                 thr_sigsetmask.3c                               \
 452                 thr_stksegment.3c                               \
 453                 thr_suspend.3c                                  \
 454                 thr_yield.3c                                    \
 455                 timer_create.3c                                 \
 456                 timer_delete.3c                                 \
 457                 timer_settime.3c                                \
 458                 timeradd.3c                                     \
 459                 tmpfile.3c                                      \
 460                 tmpnam.3c                                       \
 461                 toascii.3c                                      \
 462                 tolower.3c                                      \
 463                 toupper.3c                                      \


 464                 truncate.3c                                     \
 465                 tsearch.3c                                      \
 466                 ttyname.3c                                      \
 467                 ttyslot.3c                                      \
 468                 u8_strcmp.3c                                    \
 469                 u8_textprep_str.3c                              \
 470                 u8_validate.3c                                  \
 471                 ualarm.3c                                       \
 472                 uconv_u16tou32.3c                               \
 473                 ucred_get.3c                                    \
 474                 ungetc.3c                                       \
 475                 ungetwc.3c                                      \
 476                 unlockpt.3c                                     \
 477                 unsetenv.3c                                     \

 478                 usleep.3c                                       \
 479                 vfwprintf.3c                                    \
 480                 vlfmt.3c                                        \
 481                 vpfmt.3c                                        \
 482                 vprintf.3c                                      \
 483                 vsyslog.3c                                      \
 484                 wait.3c                                         \
 485                 wait3.3c                                        \
 486                 waitpid.3c                                      \
 487                 walkcontext.3c                                  \
 488                 wcrtomb.3c                                      \
 489                 wcscoll.3c                                      \
 490                 wcsftime.3c                                     \
 491                 wcsrtombs.3c                                    \
 492                 wcsstr.3c                                       \
 493                 wcstod.3c                                       \
 494                 wcstoimax.3c                                    \
 495                 wcstol.3c                                       \
 496                 wcstoul.3c                                      \
 497                 wcstring.3c                                     \
 498                 wcswidth.3c                                     \
 499                 wcsxfrm.3c                                      \
 500                 wctob.3c                                        \
 501                 wctomb.3c                                       \

 502                 wctype.3c                                       \
 503                 wcwidth.3c                                      \
 504                 wmemchr.3c                                      \
 505                 wmemcmp.3c                                      \
 506                 wmemcpy.3c                                      \
 507                 wmemmove.3c                                     \
 508                 wmemset.3c                                      \
 509                 wordexp.3c                                      \
 510                 wsprintf.3c                                     \
 511                 wsscanf.3c                                      \
 512                 wstring.3c                                      \
 513 
 514 MANLINKS=       FD_CLR.3c                               \
 515                 FD_ISSET.3c                             \
 516                 FD_SET.3c                               \
 517                 FD_ZERO.3c                              \
 518                 __flbf.3c                               \
 519                 __fpending.3c                           \
 520                 __fpurge.3c                             \
 521                 __freadable.3c                          \


 637                 atomic_or_ulong_nv.3c                   \
 638                 atomic_or_ushort.3c                     \
 639                 atomic_or_ushort_nv.3c                  \
 640                 atomic_set_long_excl.3c                 \
 641                 atomic_swap_16.3c                       \
 642                 atomic_swap_32.3c                       \
 643                 atomic_swap_64.3c                       \
 644                 atomic_swap_8.3c                        \
 645                 atomic_swap_ptr.3c                      \
 646                 atomic_swap_uchar.3c                    \
 647                 atomic_swap_uint.3c                     \
 648                 atomic_swap_ulong.3c                    \
 649                 atomic_swap_ushort.3c                   \
 650                 backtrace.3c                            \
 651                 backtrace_symbols.3c                    \
 652                 backtrace_symbols_fd.3c                 \
 653                 bcmp.3c                                 \
 654                 bcopy.3c                                \
 655                 bind_textdomain_codeset.3c              \
 656                 bindtextdomain.3c                       \

 657                 bzero.3c                                \
 658                 calloc.3c                               \
 659                 catclose.3c                             \
 660                 cfgetospeed.3c                          \
 661                 cfsetospeed.3c                          \
 662                 cftime.3c                               \
 663                 clearerr.3c                             \
 664                 clock_getres.3c                         \
 665                 clock_gettime.3c                        \
 666                 closelog.3c                             \
 667                 cond_broadcast.3c                       \
 668                 cond_destroy.3c                         \
 669                 cond_reltimedwait.3c                    \
 670                 cond_signal.3c                          \
 671                 cond_timedwait.3c                       \
 672                 cond_wait.3c                            \
 673                 csetcol.3c                              \
 674                 csetlen.3c                              \
 675                 csetno.3c                               \
 676                 ctermid_r.3c                            \


 681                 dbm_error.3c                            \
 682                 dbm_fetch.3c                            \
 683                 dbm_firstkey.3c                         \
 684                 dbm_nextkey.3c                          \
 685                 dbm_open.3c                             \
 686                 dbm_store.3c                            \
 687                 dcgettext.3c                            \
 688                 dcngettext.3c                           \
 689                 decimal_to_double.3c                    \
 690                 decimal_to_extended.3c                  \
 691                 decimal_to_quadruple.3c                 \
 692                 decimal_to_single.3c                    \
 693                 dgettext.3c                             \
 694                 dladdr1.3c                              \
 695                 dlmopen.3c                              \
 696                 dngettext.3c                            \
 697                 door_setparam.3c                        \
 698                 door_unbind.3c                          \
 699                 double_to_decimal.3c                    \
 700                 dup3.3c                                 \

 701                 edata.3c                                \
 702                 endgrent.3c                             \
 703                 endnetgrent.3c                          \
 704                 endpwent.3c                             \
 705                 endspent.3c                             \
 706                 endusershell.3c                         \
 707                 endutent.3c                             \
 708                 endutxent.3c                            \
 709                 erand48.3c                              \
 710                 errno.3c                                \
 711                 errx.3c                                 \
 712                 etext.3c                                \
 713                 euccol.3c                               \
 714                 eucscol.3c                              \
 715                 extended_to_decimal.3c                  \
 716                 fconvert.3c                             \
 717                 fcvt.3c                                 \
 718                 fdopendir.3c                            \
 719                 fdwalk.3c                               \
 720                 feof.3c                                 \
 721                 fgetgrent.3c                            \
 722                 fgetgrent_r.3c                          \
 723                 fgetpwent.3c                            \
 724                 fgetpwent_r.3c                          \
 725                 fgets.3c                                \
 726                 fgetspent.3c                            \
 727                 fgetspent_r.3c                          \

 728                 fgetws.3c                               \
 729                 file_to_decimal.3c                      \
 730                 fileno.3c                               \
 731                 finite.3c                               \
 732                 fpclass.3c                              \
 733                 fpgetmask.3c                            \
 734                 fpgetsticky.3c                          \
 735                 fprintf.3c                              \
 736                 fpsetmask.3c                            \
 737                 fpsetround.3c                           \
 738                 fpsetsticky.3c                          \
 739                 fputs.3c                                \
 740                 free.3c                                 \

 741                 fscanf.3c                               \
 742                 fseeko.3c                               \
 743                 fsetattr.3c                             \
 744                 ftello.3c                               \
 745                 ftruncate.3c                            \
 746                 ftrylockfile.3c                         \
 747                 func_to_decimal.3c                      \
 748                 funlockfile.3c                          \
 749                 gconvert.3c                             \
 750                 gcvt.3c                                 \
 751                 getattrat.3c                            \
 752                 getc.3c                                 \
 753                 getc_unlocked.3c                        \
 754                 getchar.3c                              \
 755                 getchar_unlocked.3c                     \
 756                 getdelim.3c                             \
 757                 getextmntent.3c                         \
 758                 getgrent.3c                             \
 759                 getgrent_r.3c                           \
 760                 getgrgid.3c                             \


 767                 getnetgrent_r.3c                        \
 768                 getpassphrase.3c                        \
 769                 getpwent.3c                             \
 770                 getpwent_r.3c                           \
 771                 getpwnam_r.3c                           \
 772                 getpwuid.3c                             \
 773                 getpwuid_r.3c                           \
 774                 getspent.3c                             \
 775                 getspent_r.3c                           \
 776                 getspnam_r.3c                           \
 777                 getutid.3c                              \
 778                 getutline.3c                            \
 779                 getutmp.3c                              \
 780                 getutmpx.3c                             \
 781                 getutxid.3c                             \
 782                 getutxline.3c                           \
 783                 getvfsany.3c                            \
 784                 getvfsfile.3c                           \
 785                 getvfsspec.3c                           \
 786                 getw.3c                                 \


 787                 getzoneidbyname.3c                      \
 788                 getzonenamebyid.3c                      \
 789                 globfree.3c                             \
 790                 gmtime.3c                               \
 791                 gmtime_r.3c                             \
 792                 gsignal.3c                              \
 793                 hasmntopt.3c                            \
 794                 hcreate.3c                              \
 795                 hdestroy.3c                             \
 796                 initstate.3c                            \
 797                 innetgr.3c                              \
 798                 isalnum.3c                              \

 799                 isalpha.3c                              \

 800                 isascii.3c                              \
 801                 isblank.3c                              \

 802                 iscntrl.3c                              \

 803                 isdigit.3c                              \

 804                 isenglish.3c                            \
 805                 isgraph.3c                              \

 806                 isideogram.3c                           \
 807                 islower.3c                              \

 808                 isnanf.3c                               \
 809                 isnumber.3c                             \
 810                 isphonogram.3c                          \
 811                 isprint.3c                              \

 812                 ispunct.3c                              \

 813                 isspace.3c                              \

 814                 isspecial.3c                            \
 815                 isupper.3c                              \

 816                 iswalnum.3c                             \


 817                 iswascii.3c                             \
 818                 iswblank.3c                             \

 819                 iswcntrl.3c                             \


 820                 iswdigit.3c                             \

 821                 iswgraph.3c                             \





 822                 iswlower.3c                             \





 823                 iswprint.3c                             \

 824                 iswpunct.3c                             \

 825                 iswspace.3c                             \



 826                 iswupper.3c                             \

 827                 iswxdigit.3c                            \

 828                 isxdigit.3c                             \

 829                 jrand48.3c                              \
 830                 l64a.3c                                 \
 831                 labs.3c                                 \
 832                 lcong48.3c                              \
 833                 ldiv.3c                                 \
 834                 lfind.3c                                \
 835                 llabs.3c                                \
 836                 lldiv.3c                                \
 837                 lltostr.3c                              \
 838                 localtime.3c                            \
 839                 localtime_r.3c                          \
 840                 longjmp.3c                              \
 841                 lrand48.3c                              \
 842                 major.3c                                \










 843                 memalign.3c                             \
 844                 membar_consumer.3c                      \
 845                 membar_enter.3c                         \
 846                 membar_exit.3c                          \
 847                 membar_producer.3c                      \
 848                 memccpy.3c                              \
 849                 memchr.3c                               \
 850                 memcmp.3c                               \
 851                 memcpy.3c                               \
 852                 memmove.3c                              \
 853                 memset.3c                               \
 854                 minor.3c                                \
 855                 mkdtemp.3c                              \
 856                 mkostemp.3c                             \
 857                 mkostemps.3c                            \
 858                 mkstemps.3c                             \
 859                 mq_reltimedreceive_np.3c                \
 860                 mq_reltimedsend_np.3c                   \
 861                 mq_timedreceive.3c                      \
 862                 mq_timedsend.3c                         \
 863                 mrand48.3c                              \
 864                 munlock.3c                              \
 865                 munlockall.3c                           \
 866                 mutex_consistent.3c                     \
 867                 mutex_destroy.3c                        \
 868                 mutex_lock.3c                           \
 869                 mutex_trylock.3c                        \
 870                 mutex_unlock.3c                         \

 871                 nftw.3c                                 \
 872                 ngettext.3c                             \
 873                 nrand48.3c                              \
 874                 openlog.3c                              \
 875                 pclose.3c                               \
 876                 port_dissociate.3c                      \
 877                 port_getn.3c                            \
 878                 port_sendn.3c                           \
 879                 posix_spawn_file_actions_addopen.3c     \
 880                 posix_spawn_file_actions_init.3c        \
 881                 posix_spawnattr_init.3c                 \
 882                 posix_spawnattr_setflags.3c             \
 883                 posix_spawnattr_setpgroup.3c            \
 884                 posix_spawnattr_setschedparam.3c        \
 885                 posix_spawnattr_setschedpolicy.3c       \
 886                 posix_spawnattr_setsigdefault.3c        \
 887                 posix_spawnattr_setsigignore_np.3c      \
 888                 posix_spawnattr_setsigmask.3c           \
 889                 posix_spawnp.3c                         \
 890                 printstack.3c                           \


1040                 sighold.3c                              \
1041                 sigignore.3c                            \
1042                 sigismember.3c                          \
1043                 siglongjmp.3c                           \
1044                 sigpause.3c                             \
1045                 sigrelse.3c                             \
1046                 sigset.3c                               \
1047                 sigsetjmp.3c                            \
1048                 sigtimedwait.3c                         \
1049                 single_to_decimal.3c                    \
1050                 snprintf.3c                             \
1051                 sprintf.3c                              \
1052                 srand.3c                                \
1053                 srand48.3c                              \
1054                 srandom.3c                              \
1055                 sscanf.3c                               \
1056                 stderr.3c                               \
1057                 stdin.3c                                \
1058                 stdout.3c                               \
1059                 strcasecmp.3c                           \

1060                 strcat.3c                               \
1061                 strchr.3c                               \
1062                 strcmp.3c                               \

1063                 strcpy.3c                               \
1064                 strcspn.3c                              \
1065                 strdup.3c                               \
1066                 strerror_r.3c                           \


1067                 strlcat.3c                              \
1068                 strlcpy.3c                              \
1069                 strlen.3c                               \
1070                 strncasecmp.3c                          \

1071                 strncat.3c                              \
1072                 strncmp.3c                              \
1073                 strncpy.3c                              \
1074                 strnlen.3c                              \
1075                 strpbrk.3c                              \

1076                 strrchr.3c                              \
1077                 strsep.3c                               \
1078                 strspn.3c                               \
1079                 strstr.3c                               \
1080                 strtof.3c                               \
1081                 strtok.3c                               \
1082                 strtok_r.3c                             \
1083                 strtold.3c                              \
1084                 strtoll.3c                              \
1085                 strtoull.3c                             \
1086                 strtoumax.3c                            \

1087                 swapcontext.3c                          \
1088                 swprintf.3c                             \
1089                 swscanf.3c                              \
1090                 tdelete.3c                              \
1091                 tempnam.3c                              \
1092                 textdomain.3c                           \
1093                 tfind.3c                                \
1094                 thr_continue.3c                         \
1095                 thr_getspecific.3c                      \
1096                 thr_keycreate_once.3c                   \
1097                 thr_setconcurrency.3c                   \
1098                 thr_setprio.3c                          \
1099                 thr_setspecific.3c                      \
1100                 timer_getoverrun.3c                     \
1101                 timer_gettime.3c                        \
1102                 timerclear.3c                           \
1103                 timercmp.3c                             \
1104                 timerisset.3c                           \
1105                 timersub.3c                             \
1106                 tmpnam_r.3c                             \






1107                 ttyname_r.3c                            \
1108                 twalk.3c                                \
1109                 tzset.3c                                \
1110                 uconv_u16tou8.3c                        \
1111                 uconv_u32tou16.3c                       \
1112                 uconv_u32tou8.3c                        \
1113                 uconv_u8tou16.3c                        \
1114                 uconv_u8tou32.3c                        \
1115                 ucred_free.3c                           \
1116                 ucred_getegid.3c                        \
1117                 ucred_geteuid.3c                        \
1118                 ucred_getgroups.3c                      \
1119                 ucred_getlabel.3c                       \
1120                 ucred_getpflags.3c                      \
1121                 ucred_getpid.3c                         \
1122                 ucred_getprivset.3c                     \
1123                 ucred_getprojid.3c                      \
1124                 ucred_getrgid.3c                        \
1125                 ucred_getruid.3c                        \
1126                 ucred_getsgid.3c                        \


1141                 vfprintf.3c                             \
1142                 vfscanf.3c                              \
1143                 vfwscanf.3c                             \
1144                 vscanf.3c                               \
1145                 vsnprintf.3c                            \
1146                 vsprintf.3c                             \
1147                 vsscanf.3c                              \
1148                 vswprintf.3c                            \
1149                 vswscanf.3c                             \
1150                 vwarn.3c                                \
1151                 vwarnx.3c                               \
1152                 vwprintf.3c                             \
1153                 vwscanf.3c                              \
1154                 wait4.3c                                \
1155                 warn.3c                                 \
1156                 warnx.3c                                \
1157                 watof.3c                                \
1158                 watoi.3c                                \
1159                 watol.3c                                \
1160                 watoll.3c                               \

1161                 wcscat.3c                               \
1162                 wcschr.3c                               \
1163                 wcscmp.3c                               \

1164                 wcscpy.3c                               \
1165                 wcscspn.3c                              \
1166                 wcsetno.3c                              \
1167                 wcslen.3c                               \
1168                 wcsncat.3c                              \
1169                 wcsncmp.3c                              \
1170                 wcsncpy.3c                              \
1171                 wcspbrk.3c                              \
1172                 wcsrchr.3c                              \
1173                 wcsspn.3c                               \
1174                 wcstof.3c                               \
1175                 wcstok.3c                               \
1176                 wcstold.3c                              \
1177                 wcstoll.3c                              \
1178                 wcstoull.3c                             \
1179                 wcstoumax.3c                            \
1180                 wcswcs.3c                               \






1181                 windex.3c                               \
1182                 wordfree.3c                             \
1183                 wprintf.3c                              \
1184                 wrindex.3c                              \
1185                 wscanf.3c                               \
1186                 wscasecmp.3c                            \
1187                 wscat.3c                                \
1188                 wschr.3c                                \
1189                 wscmp.3c                                \
1190                 wscol.3c                                \
1191                 wscoll.3c                               \
1192                 wscpy.3c                                \
1193                 wscspn.3c                               \
1194                 wsdup.3c                                \
1195                 wslen.3c                                \
1196                 wsncasecmp.3c                           \
1197                 wsncat.3c                               \
1198                 wsncmp.3c                               \
1199                 wsncpy.3c                               \
1200                 wspbrk.3c                               \


1325 atomic_or_uint_nv.3c                    := LINKSRC = atomic_or.3c
1326 atomic_or_ulong.3c                      := LINKSRC = atomic_or.3c
1327 atomic_or_ulong_nv.3c                   := LINKSRC = atomic_or.3c
1328 atomic_or_ushort.3c                     := LINKSRC = atomic_or.3c
1329 atomic_or_ushort_nv.3c                  := LINKSRC = atomic_or.3c
1330 
1331 atomic_swap_16.3c                       := LINKSRC = atomic_swap.3c
1332 atomic_swap_32.3c                       := LINKSRC = atomic_swap.3c
1333 atomic_swap_64.3c                       := LINKSRC = atomic_swap.3c
1334 atomic_swap_8.3c                        := LINKSRC = atomic_swap.3c
1335 atomic_swap_ptr.3c                      := LINKSRC = atomic_swap.3c
1336 atomic_swap_uchar.3c                    := LINKSRC = atomic_swap.3c
1337 atomic_swap_uint.3c                     := LINKSRC = atomic_swap.3c
1338 atomic_swap_ulong.3c                    := LINKSRC = atomic_swap.3c
1339 atomic_swap_ushort.3c                   := LINKSRC = atomic_swap.3c
1340 
1341 bcmp.3c                                 := LINKSRC = bstring.3c
1342 bcopy.3c                                := LINKSRC = bstring.3c
1343 bzero.3c                                := LINKSRC = bstring.3c
1344 


1345 catclose.3c                             := LINKSRC = catopen.3c
1346 
1347 cfgetospeed.3c                          := LINKSRC = cfgetispeed.3c
1348 
1349 cfsetospeed.3c                          := LINKSRC = cfsetispeed.3c
1350 
1351 clock_getres.3c                         := LINKSRC = clock_settime.3c
1352 clock_gettime.3c                        := LINKSRC = clock_settime.3c
1353 
1354 fdwalk.3c                               := LINKSRC = closefrom.3c
1355 
1356 cond_broadcast.3c                       := LINKSRC = cond_init.3c
1357 cond_destroy.3c                         := LINKSRC = cond_init.3c
1358 cond_reltimedwait.3c                    := LINKSRC = cond_init.3c
1359 cond_signal.3c                          := LINKSRC = cond_init.3c
1360 cond_timedwait.3c                       := LINKSRC = cond_init.3c
1361 cond_wait.3c                            := LINKSRC = cond_init.3c
1362 
1363 csetcol.3c                              := LINKSRC = cset.3c
1364 csetlen.3c                              := LINKSRC = cset.3c
1365 csetno.3c                               := LINKSRC = cset.3c
1366 wcsetno.3c                              := LINKSRC = cset.3c
1367 
1368 ctermid_r.3c                            := LINKSRC = ctermid.3c
1369 
1370 asctime.3c                              := LINKSRC = ctime.3c
1371 asctime_r.3c                            := LINKSRC = ctime.3c
1372 ctime_r.3c                              := LINKSRC = ctime.3c
1373 gmtime.3c                               := LINKSRC = ctime.3c
1374 gmtime_r.3c                             := LINKSRC = ctime.3c
1375 localtime.3c                            := LINKSRC = ctime.3c
1376 localtime_r.3c                          := LINKSRC = ctime.3c
1377 tzset.3c                                := LINKSRC = ctime.3c
1378 
1379 isalnum.3c                              := LINKSRC = ctype.3c

1380 isalpha.3c                              := LINKSRC = ctype.3c

1381 isascii.3c                              := LINKSRC = ctype.3c
1382 isblank.3c                              := LINKSRC = ctype.3c

1383 iscntrl.3c                              := LINKSRC = ctype.3c

1384 isdigit.3c                              := LINKSRC = ctype.3c

1385 isgraph.3c                              := LINKSRC = ctype.3c

1386 islower.3c                              := LINKSRC = ctype.3c

1387 isprint.3c                              := LINKSRC = ctype.3c

1388 ispunct.3c                              := LINKSRC = ctype.3c

1389 isspace.3c                              := LINKSRC = ctype.3c

1390 isupper.3c                              := LINKSRC = ctype.3c

1391 isxdigit.3c                             := LINKSRC = ctype.3c

1392 
1393 decimal_to_double.3c                    := LINKSRC = decimal_to_floating.3c
1394 decimal_to_extended.3c                  := LINKSRC = decimal_to_floating.3c
1395 decimal_to_quadruple.3c                 := LINKSRC = decimal_to_floating.3c
1396 decimal_to_single.3c                    := LINKSRC = decimal_to_floating.3c
1397 
1398 ldiv.3c                                 := LINKSRC = div.3c
1399 lldiv.3c                                := LINKSRC = div.3c
1400 
1401 dladdr1.3c                              := LINKSRC = dladdr.3c
1402 
1403 dlmopen.3c                              := LINKSRC = dlopen.3c
1404 
1405 door_unbind.3c                          := LINKSRC = door_bind.3c
1406 
1407 door_setparam.3c                        := LINKSRC = door_getparam.3c
1408 
1409 erand48.3c                              := LINKSRC = drand48.3c
1410 jrand48.3c                              := LINKSRC = drand48.3c
1411 lcong48.3c                              := LINKSRC = drand48.3c


1445 
1446 euccol.3c                               := LINKSRC = euclen.3c
1447 eucscol.3c                              := LINKSRC = euclen.3c
1448 
1449 _exithandle.3c                          := LINKSRC = exit.3c
1450 
1451 clearerr.3c                             := LINKSRC = ferror.3c
1452 feof.3c                                 := LINKSRC = ferror.3c
1453 fileno.3c                               := LINKSRC = ferror.3c
1454 
1455 fsetattr.3c                             := LINKSRC = fgetattr.3c
1456 getattrat.3c                            := LINKSRC = fgetattr.3c
1457 setattrat.3c                            := LINKSRC = fgetattr.3c
1458 
1459 getc.3c                                 := LINKSRC = fgetc.3c
1460 getc_unlocked.3c                        := LINKSRC = fgetc.3c
1461 getchar.3c                              := LINKSRC = fgetc.3c
1462 getchar_unlocked.3c                     := LINKSRC = fgetc.3c
1463 getw.3c                                 := LINKSRC = fgetc.3c
1464 


1465 double_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1466 extended_to_decimal.3c                  := LINKSRC = floating_to_decimal.3c
1467 quadruple_to_decimal.3c                 := LINKSRC = floating_to_decimal.3c
1468 single_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1469 
1470 ftrylockfile.3c                         := LINKSRC = flockfile.3c
1471 funlockfile.3c                          := LINKSRC = flockfile.3c
1472 
1473 fpgetmask.3c                            := LINKSRC = fpgetround.3c
1474 fpgetsticky.3c                          := LINKSRC = fpgetround.3c
1475 fpsetmask.3c                            := LINKSRC = fpgetround.3c
1476 fpsetround.3c                           := LINKSRC = fpgetround.3c
1477 fpsetsticky.3c                          := LINKSRC = fpgetround.3c
1478 
1479 putc.3c                                 := LINKSRC = fputc.3c
1480 putc_unlocked.3c                        := LINKSRC = fputc.3c
1481 putchar.3c                              := LINKSRC = fputc.3c
1482 putchar_unlocked.3c                     := LINKSRC = fputc.3c
1483 putw.3c                                 := LINKSRC = fputc.3c
1484 


1574 getutline.3c                            := LINKSRC = getutent.3c
1575 pututline.3c                            := LINKSRC = getutent.3c
1576 setutent.3c                             := LINKSRC = getutent.3c
1577 utmpname.3c                             := LINKSRC = getutent.3c
1578 
1579 endutxent.3c                            := LINKSRC = getutxent.3c
1580 getutmp.3c                              := LINKSRC = getutxent.3c
1581 getutmpx.3c                             := LINKSRC = getutxent.3c
1582 getutxid.3c                             := LINKSRC = getutxent.3c
1583 getutxline.3c                           := LINKSRC = getutxent.3c
1584 pututxline.3c                           := LINKSRC = getutxent.3c
1585 setutxent.3c                            := LINKSRC = getutxent.3c
1586 updwtmp.3c                              := LINKSRC = getutxent.3c
1587 updwtmpx.3c                             := LINKSRC = getutxent.3c
1588 utmpxname.3c                            := LINKSRC = getutxent.3c
1589 
1590 getvfsany.3c                            := LINKSRC = getvfsent.3c
1591 getvfsfile.3c                           := LINKSRC = getvfsent.3c
1592 getvfsspec.3c                           := LINKSRC = getvfsent.3c
1593 




1594 fgetws.3c                               := LINKSRC = getws.3c
1595 
1596 getzoneidbyname.3c                      := LINKSRC = getzoneid.3c
1597 getzonenamebyid.3c                      := LINKSRC = getzoneid.3c
1598 
1599 globfree.3c                             := LINKSRC = glob.3c
1600 
1601 hcreate.3c                              := LINKSRC = hsearch.3c
1602 hdestroy.3c                             := LINKSRC = hsearch.3c
1603 
1604 rindex.3c                               := LINKSRC = index.3c
1605 
1606 remque.3c                               := LINKSRC = insque.3c
1607 
1608 finite.3c                               := LINKSRC = isnand.3c
1609 fpclass.3c                              := LINKSRC = isnand.3c
1610 isnanf.3c                               := LINKSRC = isnand.3c
1611 unordered.3c                            := LINKSRC = isnand.3c
1612 
1613 isenglish.3c                            := LINKSRC = iswalpha.3c
1614 isideogram.3c                           := LINKSRC = iswalpha.3c
1615 isnumber.3c                             := LINKSRC = iswalpha.3c
1616 isphonogram.3c                          := LINKSRC = iswalpha.3c
1617 isspecial.3c                            := LINKSRC = iswalpha.3c
1618 iswalnum.3c                             := LINKSRC = iswalpha.3c


1619 iswascii.3c                             := LINKSRC = iswalpha.3c
1620 iswblank.3c                             := LINKSRC = iswalpha.3c

1621 iswcntrl.3c                             := LINKSRC = iswalpha.3c

1622 iswdigit.3c                             := LINKSRC = iswalpha.3c

1623 iswgraph.3c                             := LINKSRC = iswalpha.3c





1624 iswlower.3c                             := LINKSRC = iswalpha.3c





1625 iswprint.3c                             := LINKSRC = iswalpha.3c

1626 iswpunct.3c                             := LINKSRC = iswalpha.3c

1627 iswspace.3c                             := LINKSRC = iswalpha.3c



1628 iswupper.3c                             := LINKSRC = iswalpha.3c

1629 iswxdigit.3c                            := LINKSRC = iswalpha.3c

1630 


1631 ulckpwdf.3c                             := LINKSRC = lckpwdf.3c
1632 
1633 lfind.3c                                := LINKSRC = lsearch.3c
1634 
1635 swapcontext.3c                          := LINKSRC = makecontext.3c
1636 
1637 major.3c                                := LINKSRC = makedev.3c
1638 minor.3c                                := LINKSRC = makedev.3c
1639 
1640 alloca.3c                               := LINKSRC = malloc.3c
1641 calloc.3c                               := LINKSRC = malloc.3c
1642 free.3c                                 := LINKSRC = malloc.3c
1643 memalign.3c                             := LINKSRC = malloc.3c
1644 realloc.3c                              := LINKSRC = malloc.3c
1645 valloc.3c                               := LINKSRC = malloc.3c
1646 
















1647 membar_consumer.3c                      := LINKSRC = membar_ops.3c
1648 membar_enter.3c                         := LINKSRC = membar_ops.3c
1649 membar_exit.3c                          := LINKSRC = membar_ops.3c
1650 membar_producer.3c                      := LINKSRC = membar_ops.3c
1651 
1652 memccpy.3c                              := LINKSRC = memory.3c
1653 memchr.3c                               := LINKSRC = memory.3c
1654 memcmp.3c                               := LINKSRC = memory.3c
1655 memcpy.3c                               := LINKSRC = memory.3c
1656 memmove.3c                              := LINKSRC = memory.3c
1657 memset.3c                               := LINKSRC = memory.3c
1658 
1659 mkdtemp.3c                              := LINKSRC = mkstemp.3c
1660 mkostemp.3c                             := LINKSRC = mkstemp.3c
1661 mkostemps.3c                            := LINKSRC = mkstemp.3c
1662 mkstemps.3c                             := LINKSRC = mkstemp.3c
1663 
1664 munlock.3c                              := LINKSRC = mlock.3c
1665 
1666 munlockall.3c                           := LINKSRC = mlockall.3c


1670 
1671 mq_reltimedsend_np.3c                   := LINKSRC = mq_send.3c
1672 mq_timedsend.3c                         := LINKSRC = mq_send.3c
1673 
1674 mutex_consistent.3c                     := LINKSRC = mutex_init.3c
1675 mutex_destroy.3c                        := LINKSRC = mutex_init.3c
1676 mutex_lock.3c                           := LINKSRC = mutex_init.3c
1677 mutex_trylock.3c                        := LINKSRC = mutex_init.3c
1678 mutex_unlock.3c                         := LINKSRC = mutex_init.3c
1679 
1680 dbm_clearerr.3c                         := LINKSRC = ndbm.3c
1681 dbm_close.3c                            := LINKSRC = ndbm.3c
1682 dbm_delete.3c                           := LINKSRC = ndbm.3c
1683 dbm_error.3c                            := LINKSRC = ndbm.3c
1684 dbm_fetch.3c                            := LINKSRC = ndbm.3c
1685 dbm_firstkey.3c                         := LINKSRC = ndbm.3c
1686 dbm_nextkey.3c                          := LINKSRC = ndbm.3c
1687 dbm_open.3c                             := LINKSRC = ndbm.3c
1688 dbm_store.3c                            := LINKSRC = ndbm.3c
1689 





1690 fdopendir.3c                            := LINKSRC = opendir.3c
1691 
1692 errno.3c                                := LINKSRC = perror.3c
1693 
1694 pclose.3c                               := LINKSRC = popen.3c
1695 
1696 port_dissociate.3c                      := LINKSRC = port_associate.3c
1697 
1698 port_getn.3c                            := LINKSRC = port_get.3c
1699 
1700 port_sendn.3c                           := LINKSRC = port_send.3c
1701 
1702 posix_spawnp.3c                         := LINKSRC = posix_spawn.3c
1703 
1704 posix_spawn_file_actions_addopen.3c     := LINKSRC = posix_spawn_file_actions_addclose.3c
1705 posix_spawn_file_actions_init.3c        := LINKSRC = posix_spawn_file_actions_destroy.3c
1706 
1707 posix_spawnattr_init.3c                 := LINKSRC = posix_spawnattr_destroy.3c
1708 
1709 posix_spawnattr_setflags.3c             := LINKSRC = posix_spawnattr_getflags.3c


1921 sigpause.3c                             := LINKSRC = signal.3c
1922 sigrelse.3c                             := LINKSRC = signal.3c
1923 sigset.3c                               := LINKSRC = signal.3c
1924 
1925 sigaddset.3c                            := LINKSRC = sigsetops.3c
1926 sigdelset.3c                            := LINKSRC = sigsetops.3c
1927 sigemptyset.3c                          := LINKSRC = sigsetops.3c
1928 sigfillset.3c                           := LINKSRC = sigsetops.3c
1929 sigismember.3c                          := LINKSRC = sigsetops.3c
1930 
1931 sigtimedwait.3c                         := LINKSRC = sigwaitinfo.3c
1932 
1933 gsignal.3c                              := LINKSRC = ssignal.3c
1934 
1935 stderr.3c                               := LINKSRC = stdio.3c
1936 stdin.3c                                := LINKSRC = stdio.3c
1937 stdout.3c                               := LINKSRC = stdio.3c
1938 
1939 sig2str.3c                              := LINKSRC = str2sig.3c
1940 


1941 strerror_r.3c                           := LINKSRC = strerror.3c
1942 


1943 ascftime.3c                             := LINKSRC = strftime.3c
1944 cftime.3c                               := LINKSRC = strftime.3c

1945 
1946 strcasecmp.3c                           := LINKSRC = string.3c

1947 strcat.3c                               := LINKSRC = string.3c
1948 strchr.3c                               := LINKSRC = string.3c
1949 strcmp.3c                               := LINKSRC = string.3c
1950 strcpy.3c                               := LINKSRC = string.3c
1951 strcspn.3c                              := LINKSRC = string.3c
1952 strdup.3c                               := LINKSRC = string.3c
1953 strlcat.3c                              := LINKSRC = string.3c
1954 strlcpy.3c                              := LINKSRC = string.3c
1955 strlen.3c                               := LINKSRC = string.3c
1956 strncasecmp.3c                          := LINKSRC = string.3c

1957 strncat.3c                              := LINKSRC = string.3c
1958 strncmp.3c                              := LINKSRC = string.3c
1959 strncpy.3c                              := LINKSRC = string.3c
1960 strnlen.3c                              := LINKSRC = string.3c
1961 strpbrk.3c                              := LINKSRC = string.3c
1962 strrchr.3c                              := LINKSRC = string.3c
1963 strsep.3c                               := LINKSRC = string.3c
1964 strspn.3c                               := LINKSRC = string.3c
1965 strstr.3c                               := LINKSRC = string.3c
1966 strtok.3c                               := LINKSRC = string.3c
1967 strtok_r.3c                             := LINKSRC = string.3c
1968 
1969 file_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
1970 func_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
1971 


1972 atof.3c                                 := LINKSRC = strtod.3c
1973 strtof.3c                               := LINKSRC = strtod.3c
1974 strtold.3c                              := LINKSRC = strtod.3c
1975 
1976 strtoumax.3c                            := LINKSRC = strtoimax.3c
1977 
1978 atoi.3c                                 := LINKSRC = strtol.3c
1979 atol.3c                                 := LINKSRC = strtol.3c
1980 atoll.3c                                := LINKSRC = strtol.3c
1981 lltostr.3c                              := LINKSRC = strtol.3c
1982 strtoll.3c                              := LINKSRC = strtol.3c
1983 ulltostr.3c                             := LINKSRC = strtol.3c
1984 
1985 strtoull.3c                             := LINKSRC = strtoul.3c

1986 wstostr.3c                              := LINKSRC = strtows.3c
1987 


1988 closelog.3c                             := LINKSRC = syslog.3c
1989 openlog.3c                              := LINKSRC = syslog.3c
1990 setlogmask.3c                           := LINKSRC = syslog.3c
1991 
1992 thr_setconcurrency.3c                   := LINKSRC = thr_getconcurrency.3c
1993 
1994 thr_setprio.3c                          := LINKSRC = thr_getprio.3c
1995 
1996 thr_getspecific.3c                      := LINKSRC = thr_keycreate.3c
1997 thr_keycreate_once.3c                   := LINKSRC = thr_keycreate.3c
1998 thr_setspecific.3c                      := LINKSRC = thr_keycreate.3c
1999 
2000 thr_continue.3c                         := LINKSRC = thr_suspend.3c
2001 
2002 timer_getoverrun.3c                     := LINKSRC = timer_settime.3c
2003 timer_gettime.3c                        := LINKSRC = timer_settime.3c
2004 
2005 timerclear.3c                           := LINKSRC = timeradd.3c
2006 timercmp.3c                             := LINKSRC = timeradd.3c
2007 timerisset.3c                           := LINKSRC = timeradd.3c
2008 timersub.3c                             := LINKSRC = timeradd.3c
2009 
2010 tempnam.3c                              := LINKSRC = tmpnam.3c
2011 tmpnam_r.3c                             := LINKSRC = tmpnam.3c
2012 








2013 ftruncate.3c                            := LINKSRC = truncate.3c
2014 
2015 tdelete.3c                              := LINKSRC = tsearch.3c
2016 tfind.3c                                := LINKSRC = tsearch.3c
2017 twalk.3c                                := LINKSRC = tsearch.3c
2018 
2019 ttyname_r.3c                            := LINKSRC = ttyname.3c
2020 
2021 uconv_u16tou8.3c                        := LINKSRC = uconv_u16tou32.3c
2022 uconv_u32tou16.3c                       := LINKSRC = uconv_u16tou32.3c
2023 uconv_u32tou8.3c                        := LINKSRC = uconv_u16tou32.3c
2024 uconv_u8tou16.3c                        := LINKSRC = uconv_u16tou32.3c
2025 uconv_u8tou32.3c                        := LINKSRC = uconv_u16tou32.3c
2026 
2027 ucred_free.3c                           := LINKSRC = ucred_get.3c
2028 ucred_getegid.3c                        := LINKSRC = ucred_get.3c
2029 ucred_geteuid.3c                        := LINKSRC = ucred_get.3c
2030 ucred_getgroups.3c                      := LINKSRC = ucred_get.3c
2031 ucred_getlabel.3c                       := LINKSRC = ucred_get.3c
2032 ucred_getpflags.3c                      := LINKSRC = ucred_get.3c


2039 ucred_getsuid.3c                        := LINKSRC = ucred_get.3c
2040 ucred_getzoneid.3c                      := LINKSRC = ucred_get.3c
2041 ucred_size.3c                           := LINKSRC = ucred_get.3c
2042 
2043 vswprintf.3c                            := LINKSRC = vfwprintf.3c
2044 vwprintf.3c                             := LINKSRC = vfwprintf.3c
2045 
2046 vasprintf.3c                            := LINKSRC = vprintf.3c
2047 vfprintf.3c                             := LINKSRC = vprintf.3c
2048 vsnprintf.3c                            := LINKSRC = vprintf.3c
2049 vsprintf.3c                             := LINKSRC = vprintf.3c
2050 
2051 wait4.3c                                := LINKSRC = wait3.3c
2052 
2053 addrtosymstr.3c                         := LINKSRC = walkcontext.3c
2054 backtrace.3c                            := LINKSRC = walkcontext.3c
2055 backtrace_symbols.3c                    := LINKSRC = walkcontext.3c
2056 backtrace_symbols_fd.3c                 := LINKSRC = walkcontext.3c
2057 printstack.3c                           := LINKSRC = walkcontext.3c
2058 



2059 wscoll.3c                               := LINKSRC = wcscoll.3c
2060 
2061 watof.3c                                := LINKSRC = wcstod.3c
2062 wcstof.3c                               := LINKSRC = wcstod.3c
2063 wcstold.3c                              := LINKSRC = wcstod.3c
2064 wstod.3c                                := LINKSRC = wcstod.3c
2065 
2066 wcstoumax.3c                            := LINKSRC = wcstoimax.3c
2067 
2068 watoi.3c                                := LINKSRC = wcstol.3c
2069 watol.3c                                := LINKSRC = wcstol.3c
2070 watoll.3c                               := LINKSRC = wcstol.3c
2071 wcstoll.3c                              := LINKSRC = wcstol.3c
2072 wstol.3c                                := LINKSRC = wcstol.3c
2073 
2074 wcstoull.3c                             := LINKSRC = wcstoul.3c
2075 
2076 wcscat.3c                               := LINKSRC = wcstring.3c
2077 wcschr.3c                               := LINKSRC = wcstring.3c
2078 wcscmp.3c                               := LINKSRC = wcstring.3c


2085 wcspbrk.3c                              := LINKSRC = wcstring.3c
2086 wcsrchr.3c                              := LINKSRC = wcstring.3c
2087 wcsspn.3c                               := LINKSRC = wcstring.3c
2088 wcstok.3c                               := LINKSRC = wcstring.3c
2089 wcswcs.3c                               := LINKSRC = wcstring.3c
2090 windex.3c                               := LINKSRC = wcstring.3c
2091 wrindex.3c                              := LINKSRC = wcstring.3c
2092 wscat.3c                                := LINKSRC = wcstring.3c
2093 wschr.3c                                := LINKSRC = wcstring.3c
2094 wscmp.3c                                := LINKSRC = wcstring.3c
2095 wscpy.3c                                := LINKSRC = wcstring.3c
2096 wscspn.3c                               := LINKSRC = wcstring.3c
2097 wslen.3c                                := LINKSRC = wcstring.3c
2098 wsncat.3c                               := LINKSRC = wcstring.3c
2099 wsncmp.3c                               := LINKSRC = wcstring.3c
2100 wsncpy.3c                               := LINKSRC = wcstring.3c
2101 wspbrk.3c                               := LINKSRC = wcstring.3c
2102 wsrchr.3c                               := LINKSRC = wcstring.3c
2103 wsspn.3c                                := LINKSRC = wcstring.3c
2104 wstok.3c                                := LINKSRC = wcstring.3c
2105 
2106 wsxfrm.3c                               := LINKSRC = wcsxfrm.3c
2107 
2108 wordfree.3c                             := LINKSRC = wordexp.3c
2109 
2110 wscasecmp.3c                            := LINKSRC = wstring.3c
2111 wscol.3c                                := LINKSRC = wstring.3c
2112 wsdup.3c                                := LINKSRC = wstring.3c
2113 wsncasecmp.3c                           := LINKSRC = wstring.3c
2114 


















2115 .KEEP_STATE:
2116 
2117 include         $(SRC)/man/Makefile.man
2118 
2119 install:        $(ROOTMANFILES) $(ROOTMANLINKS)
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  15 # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  16 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  17 #
  18 
  19 include         $(SRC)/Makefile.master
  20 
  21 MANSECT=        3c
  22 
  23 MANFILES=       __fbufsize.3c                                   \
  24                 _longjmp.3c                                     \
  25                 _stack_grow.3c                                  \
  26                 a64l.3c                                         \
  27                 abort.3c                                        \
  28                 abs.3c                                          \
  29                 addsev.3c                                       \
  30                 addseverity.3c                                  \
  31                 aio_cancel.3c                                   \
  32                 aio_error.3c                                    \
  33                 aio_fsync.3c                                    \
  34                 aio_read.3c                                     \
  35                 aio_return.3c                                   \
  36                 aio_suspend.3c                                  \


 223                 memory.3c                                       \
 224                 mkfifo.3c                                       \
 225                 mkstemp.3c                                      \
 226                 mktemp.3c                                       \
 227                 mktime.3c                                       \
 228                 mlock.3c                                        \
 229                 mlockall.3c                                     \
 230                 monitor.3c                                      \
 231                 mq_close.3c                                     \
 232                 mq_getattr.3c                                   \
 233                 mq_notify.3c                                    \
 234                 mq_open.3c                                      \
 235                 mq_receive.3c                                   \
 236                 mq_send.3c                                      \
 237                 mq_setattr.3c                                   \
 238                 mq_unlink.3c                                    \
 239                 msync.3c                                        \
 240                 mutex_init.3c                                   \
 241                 nanosleep.3c                                    \
 242                 ndbm.3c                                         \
 243                 newlocale.3c                                    \
 244                 nl_langinfo.3c                                  \
 245                 offsetof.3c                                     \
 246                 opendir.3c                                      \
 247                 perror.3c                                       \
 248                 pfmt.3c                                         \
 249                 plock.3c                                        \
 250                 popen.3c                                        \
 251                 port_alert.3c                                   \
 252                 port_associate.3c                               \
 253                 port_create.3c                                  \
 254                 port_get.3c                                     \
 255                 port_send.3c                                    \
 256                 posix_fadvise.3c                                \
 257                 posix_fallocate.3c                              \
 258                 posix_madvise.3c                                \
 259                 posix_memalign.3c                               \
 260                 posix_openpt.3c                                 \
 261                 posix_spawn.3c                                  \
 262                 posix_spawn_file_actions_addclose.3c            \
 263                 posix_spawn_file_actions_addclosefrom_np.3c     \


 395                 setlocale.3c                                    \
 396                 shm_open.3c                                     \
 397                 shm_unlink.3c                                   \
 398                 sigfpe.3c                                       \
 399                 siginterrupt.3c                                 \
 400                 signal.3c                                       \
 401                 sigqueue.3c                                     \
 402                 sigsetops.3c                                    \
 403                 sigstack.3c                                     \
 404                 sigwaitinfo.3c                                  \
 405                 sleep.3c                                        \
 406                 ssignal.3c                                      \
 407                 stack_getbounds.3c                              \
 408                 stack_inbounds.3c                               \
 409                 stack_setbounds.3c                              \
 410                 stack_violation.3c                              \
 411                 stdio.3c                                        \
 412                 str2sig.3c                                      \
 413                 strcoll.3c                                      \
 414                 strerror.3c                                     \
 415                 strfmon.3c                                      \
 416                 strftime.3c                                     \
 417                 string.3c                                       \
 418                 string_to_decimal.3c                            \
 419                 strptime.3c                                     \
 420                 strsignal.3c                                    \
 421                 strtod.3c                                       \
 422                 strtoimax.3c                                    \
 423                 strtol.3c                                       \
 424                 strtoul.3c                                      \
 425                 strtows.3c                                      \
 426                 strxfrm.3c                                      \
 427                 swab.3c                                         \
 428                 sync_instruction_memory.3c                      \
 429                 sysconf.3c                                      \
 430                 syslog.3c                                       \
 431                 system.3c                                       \
 432                 tcdrain.3c                                      \
 433                 tcflow.3c                                       \
 434                 tcflush.3c                                      \
 435                 tcgetattr.3c                                    \


 447                 thr_getprio.3c                                  \
 448                 thr_join.3c                                     \
 449                 thr_keycreate.3c                                \
 450                 thr_kill.3c                                     \
 451                 thr_main.3c                                     \
 452                 thr_min_stack.3c                                \
 453                 thr_self.3c                                     \
 454                 thr_sigsetmask.3c                               \
 455                 thr_stksegment.3c                               \
 456                 thr_suspend.3c                                  \
 457                 thr_yield.3c                                    \
 458                 timer_create.3c                                 \
 459                 timer_delete.3c                                 \
 460                 timer_settime.3c                                \
 461                 timeradd.3c                                     \
 462                 tmpfile.3c                                      \
 463                 tmpnam.3c                                       \
 464                 toascii.3c                                      \
 465                 tolower.3c                                      \
 466                 toupper.3c                                      \
 467                 towlower.3c                                     \
 468                 towupper.3c                                     \
 469                 truncate.3c                                     \
 470                 tsearch.3c                                      \
 471                 ttyname.3c                                      \
 472                 ttyslot.3c                                      \
 473                 u8_strcmp.3c                                    \
 474                 u8_textprep_str.3c                              \
 475                 u8_validate.3c                                  \
 476                 ualarm.3c                                       \
 477                 uconv_u16tou32.3c                               \
 478                 ucred_get.3c                                    \
 479                 ungetc.3c                                       \
 480                 ungetwc.3c                                      \
 481                 unlockpt.3c                                     \
 482                 unsetenv.3c                                     \
 483                 uselocale.3c                                    \
 484                 usleep.3c                                       \
 485                 vfwprintf.3c                                    \
 486                 vlfmt.3c                                        \
 487                 vpfmt.3c                                        \
 488                 vprintf.3c                                      \
 489                 vsyslog.3c                                      \
 490                 wait.3c                                         \
 491                 wait3.3c                                        \
 492                 waitpid.3c                                      \
 493                 walkcontext.3c                                  \
 494                 wcrtomb.3c                                      \
 495                 wcscoll.3c                                      \
 496                 wcsftime.3c                                     \
 497                 wcsrtombs.3c                                    \
 498                 wcsstr.3c                                       \
 499                 wcstod.3c                                       \
 500                 wcstoimax.3c                                    \
 501                 wcstol.3c                                       \
 502                 wcstoul.3c                                      \
 503                 wcstring.3c                                     \
 504                 wcswidth.3c                                     \
 505                 wcsxfrm.3c                                      \
 506                 wctob.3c                                        \
 507                 wctomb.3c                                       \
 508                 wctrans.3c                                      \
 509                 wctype.3c                                       \
 510                 wcwidth.3c                                      \
 511                 wmemchr.3c                                      \
 512                 wmemcmp.3c                                      \
 513                 wmemcpy.3c                                      \
 514                 wmemmove.3c                                     \
 515                 wmemset.3c                                      \
 516                 wordexp.3c                                      \
 517                 wsprintf.3c                                     \
 518                 wsscanf.3c                                      \
 519                 wstring.3c                                      \
 520 
 521 MANLINKS=       FD_CLR.3c                               \
 522                 FD_ISSET.3c                             \
 523                 FD_SET.3c                               \
 524                 FD_ZERO.3c                              \
 525                 __flbf.3c                               \
 526                 __fpending.3c                           \
 527                 __fpurge.3c                             \
 528                 __freadable.3c                          \


 644                 atomic_or_ulong_nv.3c                   \
 645                 atomic_or_ushort.3c                     \
 646                 atomic_or_ushort_nv.3c                  \
 647                 atomic_set_long_excl.3c                 \
 648                 atomic_swap_16.3c                       \
 649                 atomic_swap_32.3c                       \
 650                 atomic_swap_64.3c                       \
 651                 atomic_swap_8.3c                        \
 652                 atomic_swap_ptr.3c                      \
 653                 atomic_swap_uchar.3c                    \
 654                 atomic_swap_uint.3c                     \
 655                 atomic_swap_ulong.3c                    \
 656                 atomic_swap_ushort.3c                   \
 657                 backtrace.3c                            \
 658                 backtrace_symbols.3c                    \
 659                 backtrace_symbols_fd.3c                 \
 660                 bcmp.3c                                 \
 661                 bcopy.3c                                \
 662                 bind_textdomain_codeset.3c              \
 663                 bindtextdomain.3c                       \
 664                 btowc_l.3c                              \
 665                 bzero.3c                                \
 666                 calloc.3c                               \
 667                 catclose.3c                             \
 668                 cfgetospeed.3c                          \
 669                 cfsetospeed.3c                          \
 670                 cftime.3c                               \
 671                 clearerr.3c                             \
 672                 clock_getres.3c                         \
 673                 clock_gettime.3c                        \
 674                 closelog.3c                             \
 675                 cond_broadcast.3c                       \
 676                 cond_destroy.3c                         \
 677                 cond_reltimedwait.3c                    \
 678                 cond_signal.3c                          \
 679                 cond_timedwait.3c                       \
 680                 cond_wait.3c                            \
 681                 csetcol.3c                              \
 682                 csetlen.3c                              \
 683                 csetno.3c                               \
 684                 ctermid_r.3c                            \


 689                 dbm_error.3c                            \
 690                 dbm_fetch.3c                            \
 691                 dbm_firstkey.3c                         \
 692                 dbm_nextkey.3c                          \
 693                 dbm_open.3c                             \
 694                 dbm_store.3c                            \
 695                 dcgettext.3c                            \
 696                 dcngettext.3c                           \
 697                 decimal_to_double.3c                    \
 698                 decimal_to_extended.3c                  \
 699                 decimal_to_quadruple.3c                 \
 700                 decimal_to_single.3c                    \
 701                 dgettext.3c                             \
 702                 dladdr1.3c                              \
 703                 dlmopen.3c                              \
 704                 dngettext.3c                            \
 705                 door_setparam.3c                        \
 706                 door_unbind.3c                          \
 707                 double_to_decimal.3c                    \
 708                 dup3.3c                                 \
 709                 duplocale.3c                            \
 710                 edata.3c                                \
 711                 endgrent.3c                             \
 712                 endnetgrent.3c                          \
 713                 endpwent.3c                             \
 714                 endspent.3c                             \
 715                 endusershell.3c                         \
 716                 endutent.3c                             \
 717                 endutxent.3c                            \
 718                 erand48.3c                              \
 719                 errno.3c                                \
 720                 errx.3c                                 \
 721                 etext.3c                                \
 722                 euccol.3c                               \
 723                 eucscol.3c                              \
 724                 extended_to_decimal.3c                  \
 725                 fconvert.3c                             \
 726                 fcvt.3c                                 \
 727                 fdopendir.3c                            \
 728                 fdwalk.3c                               \
 729                 feof.3c                                 \
 730                 fgetgrent.3c                            \
 731                 fgetgrent_r.3c                          \
 732                 fgetpwent.3c                            \
 733                 fgetpwent_r.3c                          \
 734                 fgets.3c                                \
 735                 fgetspent.3c                            \
 736                 fgetspent_r.3c                          \
 737                 fgetwc_l.3c                             \
 738                 fgetws.3c                               \
 739                 file_to_decimal.3c                      \
 740                 fileno.3c                               \
 741                 finite.3c                               \
 742                 fpclass.3c                              \
 743                 fpgetmask.3c                            \
 744                 fpgetsticky.3c                          \
 745                 fprintf.3c                              \
 746                 fpsetmask.3c                            \
 747                 fpsetround.3c                           \
 748                 fpsetsticky.3c                          \
 749                 fputs.3c                                \
 750                 free.3c                                 \
 751                 freelocale.3c                           \
 752                 fscanf.3c                               \
 753                 fseeko.3c                               \
 754                 fsetattr.3c                             \
 755                 ftello.3c                               \
 756                 ftruncate.3c                            \
 757                 ftrylockfile.3c                         \
 758                 func_to_decimal.3c                      \
 759                 funlockfile.3c                          \
 760                 gconvert.3c                             \
 761                 gcvt.3c                                 \
 762                 getattrat.3c                            \
 763                 getc.3c                                 \
 764                 getc_unlocked.3c                        \
 765                 getchar.3c                              \
 766                 getchar_unlocked.3c                     \
 767                 getdelim.3c                             \
 768                 getextmntent.3c                         \
 769                 getgrent.3c                             \
 770                 getgrent_r.3c                           \
 771                 getgrgid.3c                             \


 778                 getnetgrent_r.3c                        \
 779                 getpassphrase.3c                        \
 780                 getpwent.3c                             \
 781                 getpwent_r.3c                           \
 782                 getpwnam_r.3c                           \
 783                 getpwuid.3c                             \
 784                 getpwuid_r.3c                           \
 785                 getspent.3c                             \
 786                 getspent_r.3c                           \
 787                 getspnam_r.3c                           \
 788                 getutid.3c                              \
 789                 getutline.3c                            \
 790                 getutmp.3c                              \
 791                 getutmpx.3c                             \
 792                 getutxid.3c                             \
 793                 getutxline.3c                           \
 794                 getvfsany.3c                            \
 795                 getvfsfile.3c                           \
 796                 getvfsspec.3c                           \
 797                 getw.3c                                 \
 798                 getwc_l.3c                              \
 799                 getwchar_l.3c                           \
 800                 getzoneidbyname.3c                      \
 801                 getzonenamebyid.3c                      \
 802                 globfree.3c                             \
 803                 gmtime.3c                               \
 804                 gmtime_r.3c                             \
 805                 gsignal.3c                              \
 806                 hasmntopt.3c                            \
 807                 hcreate.3c                              \
 808                 hdestroy.3c                             \
 809                 initstate.3c                            \
 810                 innetgr.3c                              \
 811                 isalnum.3c                              \
 812                 isalnum_l.3c                            \
 813                 isalpha.3c                              \
 814                 isalpha_l.3c                            \
 815                 isascii.3c                              \
 816                 isblank.3c                              \
 817                 isblank_l.3c                            \
 818                 iscntrl.3c                              \
 819                 iscntrl_l.3c                            \
 820                 isdigit.3c                              \
 821                 isdigit_l.3c                            \
 822                 isenglish.3c                            \
 823                 isgraph.3c                              \
 824                 isgraph_l.3c                            \
 825                 isideogram.3c                           \
 826                 islower.3c                              \
 827                 islower_l.3c                            \
 828                 isnanf.3c                               \
 829                 isnumber.3c                             \
 830                 isphonogram.3c                          \
 831                 isprint.3c                              \
 832                 isprint_l.3c                            \
 833                 ispunct.3c                              \
 834                 ispunct_l.3c                            \
 835                 isspace.3c                              \
 836                 isspace_l.3c                            \
 837                 isspecial.3c                            \
 838                 isupper.3c                              \
 839                 isupper_l.3c                            \
 840                 iswalnum.3c                             \
 841                 iswalnum_l.3c                           \
 842                 iswalpha_l.3c                           \
 843                 iswascii.3c                             \
 844                 iswblank.3c                             \
 845                 iswblank_l.3c                           \
 846                 iswcntrl.3c                             \
 847                 iswcntrl_l.3c                           \
 848                 iswctype_l.3c                           \
 849                 iswdigit.3c                             \
 850                 iswdigit_l.3c                           \
 851                 iswgraph.3c                             \
 852                 iswgraph_l.3c                           \
 853                 iswideogram.3c                          \
 854                 iswideogram_l.3c                        \
 855                 iswhexnumber.3c                         \
 856                 iswhexnumber_l.3c                       \
 857                 iswlower.3c                             \
 858                 iswlower_l.3c                           \
 859                 iswnumber.3c                            \
 860                 iswnumber_l.3c                          \
 861                 iswphonogram.3c                         \
 862                 iswphonogram_l.3c                       \
 863                 iswprint.3c                             \
 864                 iswprint_l.3c                           \
 865                 iswpunct.3c                             \
 866                 iswpunct_l.3c                           \
 867                 iswspace.3c                             \
 868                 iswspace_l.3c                           \
 869                 iswspecial.3c                           \
 870                 iswspecial_l.3c                         \
 871                 iswupper.3c                             \
 872                 iswupper_l.3c                           \
 873                 iswxdigit.3c                            \
 874                 iswxdigit_l.3c                          \
 875                 isxdigit.3c                             \
 876                 isxdigit_l.3c                           \
 877                 jrand48.3c                              \
 878                 l64a.3c                                 \
 879                 labs.3c                                 \
 880                 lcong48.3c                              \
 881                 ldiv.3c                                 \
 882                 lfind.3c                                \
 883                 llabs.3c                                \
 884                 lldiv.3c                                \
 885                 lltostr.3c                              \
 886                 localtime.3c                            \
 887                 localtime_r.3c                          \
 888                 longjmp.3c                              \
 889                 lrand48.3c                              \
 890                 major.3c                                \
 891                 mblen_l.3c                              \
 892                 mbrlen_l.3c                             \
 893                 mbrtowc_l.3c                            \
 894                 mbsinit_l.3c                            \
 895                 mbsnrtowcs.3c                           \
 896                 mbsnrtowcs_l.3c                         \
 897                 mbsrtowcs_l.3c                          \
 898                 mbstowcs.3c                             \
 899                 mbstowcs_l.3c                           \
 900                 mbtowc_l.3c                             \
 901                 memalign.3c                             \
 902                 membar_consumer.3c                      \
 903                 membar_enter.3c                         \
 904                 membar_exit.3c                          \
 905                 membar_producer.3c                      \
 906                 memccpy.3c                              \
 907                 memchr.3c                               \
 908                 memcmp.3c                               \
 909                 memcpy.3c                               \
 910                 memmove.3c                              \
 911                 memset.3c                               \
 912                 minor.3c                                \
 913                 mkdtemp.3c                              \
 914                 mkostemp.3c                             \
 915                 mkostemps.3c                            \
 916                 mkstemps.3c                             \
 917                 mq_reltimedreceive_np.3c                \
 918                 mq_reltimedsend_np.3c                   \
 919                 mq_timedreceive.3c                      \
 920                 mq_timedsend.3c                         \
 921                 mrand48.3c                              \
 922                 munlock.3c                              \
 923                 munlockall.3c                           \
 924                 mutex_consistent.3c                     \
 925                 mutex_destroy.3c                        \
 926                 mutex_lock.3c                           \
 927                 mutex_trylock.3c                        \
 928                 mutex_unlock.3c                         \
 929                 nl_langinfo_l.3c                        \
 930                 nftw.3c                                 \
 931                 ngettext.3c                             \
 932                 nrand48.3c                              \
 933                 openlog.3c                              \
 934                 pclose.3c                               \
 935                 port_dissociate.3c                      \
 936                 port_getn.3c                            \
 937                 port_sendn.3c                           \
 938                 posix_spawn_file_actions_addopen.3c     \
 939                 posix_spawn_file_actions_init.3c        \
 940                 posix_spawnattr_init.3c                 \
 941                 posix_spawnattr_setflags.3c             \
 942                 posix_spawnattr_setpgroup.3c            \
 943                 posix_spawnattr_setschedparam.3c        \
 944                 posix_spawnattr_setschedpolicy.3c       \
 945                 posix_spawnattr_setsigdefault.3c        \
 946                 posix_spawnattr_setsigignore_np.3c      \
 947                 posix_spawnattr_setsigmask.3c           \
 948                 posix_spawnp.3c                         \
 949                 printstack.3c                           \


1099                 sighold.3c                              \
1100                 sigignore.3c                            \
1101                 sigismember.3c                          \
1102                 siglongjmp.3c                           \
1103                 sigpause.3c                             \
1104                 sigrelse.3c                             \
1105                 sigset.3c                               \
1106                 sigsetjmp.3c                            \
1107                 sigtimedwait.3c                         \
1108                 single_to_decimal.3c                    \
1109                 snprintf.3c                             \
1110                 sprintf.3c                              \
1111                 srand.3c                                \
1112                 srand48.3c                              \
1113                 srandom.3c                              \
1114                 sscanf.3c                               \
1115                 stderr.3c                               \
1116                 stdin.3c                                \
1117                 stdout.3c                               \
1118                 strcasecmp.3c                           \
1119                 strcasecmp_l.3c                         \
1120                 strcat.3c                               \
1121                 strchr.3c                               \
1122                 strcmp.3c                               \
1123                 strcoll_l.3c                            \
1124                 strcpy.3c                               \
1125                 strcspn.3c                              \
1126                 strdup.3c                               \
1127                 strerror_r.3c                           \
1128                 strfmon_l.3c                            \
1129                 strftime_l.3c                           \
1130                 strlcat.3c                              \
1131                 strlcpy.3c                              \
1132                 strlen.3c                               \
1133                 strncasecmp.3c                          \
1134                 strncasecmp_l.3c                        \
1135                 strncat.3c                              \
1136                 strncmp.3c                              \
1137                 strncpy.3c                              \
1138                 strnlen.3c                              \
1139                 strpbrk.3c                              \
1140                 strptime_l.3c                           \
1141                 strrchr.3c                              \
1142                 strsep.3c                               \
1143                 strspn.3c                               \
1144                 strstr.3c                               \
1145                 strtof.3c                               \
1146                 strtok.3c                               \
1147                 strtok_r.3c                             \
1148                 strtold.3c                              \
1149                 strtoll.3c                              \
1150                 strtoull.3c                             \
1151                 strtoumax.3c                            \
1152                 strxfrm_l.3c                            \
1153                 swapcontext.3c                          \
1154                 swprintf.3c                             \
1155                 swscanf.3c                              \
1156                 tdelete.3c                              \
1157                 tempnam.3c                              \
1158                 textdomain.3c                           \
1159                 tfind.3c                                \
1160                 thr_continue.3c                         \
1161                 thr_getspecific.3c                      \
1162                 thr_keycreate_once.3c                   \
1163                 thr_setconcurrency.3c                   \
1164                 thr_setprio.3c                          \
1165                 thr_setspecific.3c                      \
1166                 timer_getoverrun.3c                     \
1167                 timer_gettime.3c                        \
1168                 timerclear.3c                           \
1169                 timercmp.3c                             \
1170                 timerisset.3c                           \
1171                 timersub.3c                             \
1172                 tmpnam_r.3c                             \
1173                 tolower_l.3c                            \
1174                 toupper_l.3c                            \
1175                 towctrans.3c                            \
1176                 towctrans_l.3c                          \
1177                 towlower_l.3c                           \
1178                 towupper_l.3c                           \
1179                 ttyname_r.3c                            \
1180                 twalk.3c                                \
1181                 tzset.3c                                \
1182                 uconv_u16tou8.3c                        \
1183                 uconv_u32tou16.3c                       \
1184                 uconv_u32tou8.3c                        \
1185                 uconv_u8tou16.3c                        \
1186                 uconv_u8tou32.3c                        \
1187                 ucred_free.3c                           \
1188                 ucred_getegid.3c                        \
1189                 ucred_geteuid.3c                        \
1190                 ucred_getgroups.3c                      \
1191                 ucred_getlabel.3c                       \
1192                 ucred_getpflags.3c                      \
1193                 ucred_getpid.3c                         \
1194                 ucred_getprivset.3c                     \
1195                 ucred_getprojid.3c                      \
1196                 ucred_getrgid.3c                        \
1197                 ucred_getruid.3c                        \
1198                 ucred_getsgid.3c                        \


1213                 vfprintf.3c                             \
1214                 vfscanf.3c                              \
1215                 vfwscanf.3c                             \
1216                 vscanf.3c                               \
1217                 vsnprintf.3c                            \
1218                 vsprintf.3c                             \
1219                 vsscanf.3c                              \
1220                 vswprintf.3c                            \
1221                 vswscanf.3c                             \
1222                 vwarn.3c                                \
1223                 vwarnx.3c                               \
1224                 vwprintf.3c                             \
1225                 vwscanf.3c                              \
1226                 wait4.3c                                \
1227                 warn.3c                                 \
1228                 warnx.3c                                \
1229                 watof.3c                                \
1230                 watoi.3c                                \
1231                 watol.3c                                \
1232                 watoll.3c                               \
1233                 wcrtomb_l.3c                            \
1234                 wcscat.3c                               \
1235                 wcschr.3c                               \
1236                 wcscmp.3c                               \
1237                 wcscoll_l.3c                            \
1238                 wcscpy.3c                               \
1239                 wcscspn.3c                              \
1240                 wcsetno.3c                              \
1241                 wcslen.3c                               \
1242                 wcsncat.3c                              \
1243                 wcsncmp.3c                              \
1244                 wcsncpy.3c                              \
1245                 wcspbrk.3c                              \
1246                 wcsrchr.3c                              \
1247                 wcsspn.3c                               \
1248                 wcstof.3c                               \
1249                 wcstok.3c                               \
1250                 wcstold.3c                              \
1251                 wcstoll.3c                              \
1252                 wcstoull.3c                             \
1253                 wcstoumax.3c                            \
1254                 wcswcs.3c                               \
1255                 wcswidth_l.3c                           \
1256                 wctob_l.3c                              \
1257                 wctomb_l.3c                             \
1258                 wctrans_l.3c                            \
1259                 wctype_l.3c                             \
1260                 wcwidth_l.3c                            \
1261                 windex.3c                               \
1262                 wordfree.3c                             \
1263                 wprintf.3c                              \
1264                 wrindex.3c                              \
1265                 wscanf.3c                               \
1266                 wscasecmp.3c                            \
1267                 wscat.3c                                \
1268                 wschr.3c                                \
1269                 wscmp.3c                                \
1270                 wscol.3c                                \
1271                 wscoll.3c                               \
1272                 wscpy.3c                                \
1273                 wscspn.3c                               \
1274                 wsdup.3c                                \
1275                 wslen.3c                                \
1276                 wsncasecmp.3c                           \
1277                 wsncat.3c                               \
1278                 wsncmp.3c                               \
1279                 wsncpy.3c                               \
1280                 wspbrk.3c                               \


1405 atomic_or_uint_nv.3c                    := LINKSRC = atomic_or.3c
1406 atomic_or_ulong.3c                      := LINKSRC = atomic_or.3c
1407 atomic_or_ulong_nv.3c                   := LINKSRC = atomic_or.3c
1408 atomic_or_ushort.3c                     := LINKSRC = atomic_or.3c
1409 atomic_or_ushort_nv.3c                  := LINKSRC = atomic_or.3c
1410 
1411 atomic_swap_16.3c                       := LINKSRC = atomic_swap.3c
1412 atomic_swap_32.3c                       := LINKSRC = atomic_swap.3c
1413 atomic_swap_64.3c                       := LINKSRC = atomic_swap.3c
1414 atomic_swap_8.3c                        := LINKSRC = atomic_swap.3c
1415 atomic_swap_ptr.3c                      := LINKSRC = atomic_swap.3c
1416 atomic_swap_uchar.3c                    := LINKSRC = atomic_swap.3c
1417 atomic_swap_uint.3c                     := LINKSRC = atomic_swap.3c
1418 atomic_swap_ulong.3c                    := LINKSRC = atomic_swap.3c
1419 atomic_swap_ushort.3c                   := LINKSRC = atomic_swap.3c
1420 
1421 bcmp.3c                                 := LINKSRC = bstring.3c
1422 bcopy.3c                                := LINKSRC = bstring.3c
1423 bzero.3c                                := LINKSRC = bstring.3c
1424 
1425 btowc_l.3c                              := LINKSRC = btowc.3c
1426 
1427 catclose.3c                             := LINKSRC = catopen.3c
1428 
1429 cfgetospeed.3c                          := LINKSRC = cfgetispeed.3c
1430 
1431 cfsetospeed.3c                          := LINKSRC = cfsetispeed.3c
1432 
1433 clock_getres.3c                         := LINKSRC = clock_settime.3c
1434 clock_gettime.3c                        := LINKSRC = clock_settime.3c
1435 
1436 fdwalk.3c                               := LINKSRC = closefrom.3c
1437 
1438 cond_broadcast.3c                       := LINKSRC = cond_init.3c
1439 cond_destroy.3c                         := LINKSRC = cond_init.3c
1440 cond_reltimedwait.3c                    := LINKSRC = cond_init.3c
1441 cond_signal.3c                          := LINKSRC = cond_init.3c
1442 cond_timedwait.3c                       := LINKSRC = cond_init.3c
1443 cond_wait.3c                            := LINKSRC = cond_init.3c
1444 
1445 csetcol.3c                              := LINKSRC = cset.3c
1446 csetlen.3c                              := LINKSRC = cset.3c
1447 csetno.3c                               := LINKSRC = cset.3c
1448 wcsetno.3c                              := LINKSRC = cset.3c
1449 
1450 ctermid_r.3c                            := LINKSRC = ctermid.3c
1451 
1452 asctime.3c                              := LINKSRC = ctime.3c
1453 asctime_r.3c                            := LINKSRC = ctime.3c
1454 ctime_r.3c                              := LINKSRC = ctime.3c
1455 gmtime.3c                               := LINKSRC = ctime.3c
1456 gmtime_r.3c                             := LINKSRC = ctime.3c
1457 localtime.3c                            := LINKSRC = ctime.3c
1458 localtime_r.3c                          := LINKSRC = ctime.3c
1459 tzset.3c                                := LINKSRC = ctime.3c
1460 
1461 isalnum.3c                              := LINKSRC = ctype.3c
1462 isalnum_l.3c                            := LINKSRC = ctype.3c
1463 isalpha.3c                              := LINKSRC = ctype.3c
1464 isalpha_l.3c                            := LINKSRC = ctype.3c
1465 isascii.3c                              := LINKSRC = ctype.3c
1466 isblank.3c                              := LINKSRC = ctype.3c
1467 isblank_l.3c                            := LINKSRC = ctype.3c
1468 iscntrl.3c                              := LINKSRC = ctype.3c
1469 iscntrl_l.3c                            := LINKSRC = ctype.3c
1470 isdigit.3c                              := LINKSRC = ctype.3c
1471 isdigit_l.3c                            := LINKSRC = ctype.3c
1472 isgraph.3c                              := LINKSRC = ctype.3c
1473 isgraph_l.3c                            := LINKSRC = ctype.3c
1474 islower.3c                              := LINKSRC = ctype.3c
1475 islower_l.3c                            := LINKSRC = ctype.3c
1476 isprint.3c                              := LINKSRC = ctype.3c
1477 isprint_l.3c                            := LINKSRC = ctype.3c
1478 ispunct.3c                              := LINKSRC = ctype.3c
1479 ispunct_l.3c                            := LINKSRC = ctype.3c
1480 isspace.3c                              := LINKSRC = ctype.3c
1481 isspace_l.3c                            := LINKSRC = ctype.3c
1482 isupper.3c                              := LINKSRC = ctype.3c
1483 isupper_l.3c                            := LINKSRC = ctype.3c
1484 isxdigit.3c                             := LINKSRC = ctype.3c
1485 isxdigit_l.3c                           := LINKSRC = ctype.3c
1486 
1487 decimal_to_double.3c                    := LINKSRC = decimal_to_floating.3c
1488 decimal_to_extended.3c                  := LINKSRC = decimal_to_floating.3c
1489 decimal_to_quadruple.3c                 := LINKSRC = decimal_to_floating.3c
1490 decimal_to_single.3c                    := LINKSRC = decimal_to_floating.3c
1491 
1492 ldiv.3c                                 := LINKSRC = div.3c
1493 lldiv.3c                                := LINKSRC = div.3c
1494 
1495 dladdr1.3c                              := LINKSRC = dladdr.3c
1496 
1497 dlmopen.3c                              := LINKSRC = dlopen.3c
1498 
1499 door_unbind.3c                          := LINKSRC = door_bind.3c
1500 
1501 door_setparam.3c                        := LINKSRC = door_getparam.3c
1502 
1503 erand48.3c                              := LINKSRC = drand48.3c
1504 jrand48.3c                              := LINKSRC = drand48.3c
1505 lcong48.3c                              := LINKSRC = drand48.3c


1539 
1540 euccol.3c                               := LINKSRC = euclen.3c
1541 eucscol.3c                              := LINKSRC = euclen.3c
1542 
1543 _exithandle.3c                          := LINKSRC = exit.3c
1544 
1545 clearerr.3c                             := LINKSRC = ferror.3c
1546 feof.3c                                 := LINKSRC = ferror.3c
1547 fileno.3c                               := LINKSRC = ferror.3c
1548 
1549 fsetattr.3c                             := LINKSRC = fgetattr.3c
1550 getattrat.3c                            := LINKSRC = fgetattr.3c
1551 setattrat.3c                            := LINKSRC = fgetattr.3c
1552 
1553 getc.3c                                 := LINKSRC = fgetc.3c
1554 getc_unlocked.3c                        := LINKSRC = fgetc.3c
1555 getchar.3c                              := LINKSRC = fgetc.3c
1556 getchar_unlocked.3c                     := LINKSRC = fgetc.3c
1557 getw.3c                                 := LINKSRC = fgetc.3c
1558 
1559 fgetwc_l.3c                             := LINKSRC = fgetwc.3c
1560 
1561 double_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1562 extended_to_decimal.3c                  := LINKSRC = floating_to_decimal.3c
1563 quadruple_to_decimal.3c                 := LINKSRC = floating_to_decimal.3c
1564 single_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1565 
1566 ftrylockfile.3c                         := LINKSRC = flockfile.3c
1567 funlockfile.3c                          := LINKSRC = flockfile.3c
1568 
1569 fpgetmask.3c                            := LINKSRC = fpgetround.3c
1570 fpgetsticky.3c                          := LINKSRC = fpgetround.3c
1571 fpsetmask.3c                            := LINKSRC = fpgetround.3c
1572 fpsetround.3c                           := LINKSRC = fpgetround.3c
1573 fpsetsticky.3c                          := LINKSRC = fpgetround.3c
1574 
1575 putc.3c                                 := LINKSRC = fputc.3c
1576 putc_unlocked.3c                        := LINKSRC = fputc.3c
1577 putchar.3c                              := LINKSRC = fputc.3c
1578 putchar_unlocked.3c                     := LINKSRC = fputc.3c
1579 putw.3c                                 := LINKSRC = fputc.3c
1580 


1670 getutline.3c                            := LINKSRC = getutent.3c
1671 pututline.3c                            := LINKSRC = getutent.3c
1672 setutent.3c                             := LINKSRC = getutent.3c
1673 utmpname.3c                             := LINKSRC = getutent.3c
1674 
1675 endutxent.3c                            := LINKSRC = getutxent.3c
1676 getutmp.3c                              := LINKSRC = getutxent.3c
1677 getutmpx.3c                             := LINKSRC = getutxent.3c
1678 getutxid.3c                             := LINKSRC = getutxent.3c
1679 getutxline.3c                           := LINKSRC = getutxent.3c
1680 pututxline.3c                           := LINKSRC = getutxent.3c
1681 setutxent.3c                            := LINKSRC = getutxent.3c
1682 updwtmp.3c                              := LINKSRC = getutxent.3c
1683 updwtmpx.3c                             := LINKSRC = getutxent.3c
1684 utmpxname.3c                            := LINKSRC = getutxent.3c
1685 
1686 getvfsany.3c                            := LINKSRC = getvfsent.3c
1687 getvfsfile.3c                           := LINKSRC = getvfsent.3c
1688 getvfsspec.3c                           := LINKSRC = getvfsent.3c
1689 
1690 getwc_l.3c                              := LINKSRC = getwc.3c
1691 
1692 getwchar_l.3c                           := LINKSRC = getwchar.3c
1693 
1694 fgetws.3c                               := LINKSRC = getws.3c
1695 
1696 getzoneidbyname.3c                      := LINKSRC = getzoneid.3c
1697 getzonenamebyid.3c                      := LINKSRC = getzoneid.3c
1698 
1699 globfree.3c                             := LINKSRC = glob.3c
1700 
1701 hcreate.3c                              := LINKSRC = hsearch.3c
1702 hdestroy.3c                             := LINKSRC = hsearch.3c
1703 
1704 rindex.3c                               := LINKSRC = index.3c
1705 
1706 remque.3c                               := LINKSRC = insque.3c
1707 
1708 finite.3c                               := LINKSRC = isnand.3c
1709 fpclass.3c                              := LINKSRC = isnand.3c
1710 isnanf.3c                               := LINKSRC = isnand.3c
1711 unordered.3c                            := LINKSRC = isnand.3c
1712 
1713 isenglish.3c                            := LINKSRC = iswalpha.3c
1714 isideogram.3c                           := LINKSRC = iswalpha.3c
1715 isnumber.3c                             := LINKSRC = iswalpha.3c
1716 isphonogram.3c                          := LINKSRC = iswalpha.3c
1717 isspecial.3c                            := LINKSRC = iswalpha.3c
1718 iswalnum.3c                             := LINKSRC = iswalpha.3c
1719 iswalnum_l.3c                           := LINKSRC = iswalpha.3c
1720 iswalpha_l.3c                           := LINKSRC = iswalpha.3c
1721 iswascii.3c                             := LINKSRC = iswalpha.3c
1722 iswblank.3c                             := LINKSRC = iswalpha.3c
1723 iswblank_l.3c                           := LINKSRC = iswalpha.3c
1724 iswcntrl.3c                             := LINKSRC = iswalpha.3c
1725 iswcntrl_l.3c                           := LINKSRC = iswalpha.3c
1726 iswdigit.3c                             := LINKSRC = iswalpha.3c
1727 iswdigit_l.3c                           := LINKSRC = iswalpha.3c
1728 iswgraph.3c                             := LINKSRC = iswalpha.3c
1729 iswgraph_l.3c                           := LINKSRC = iswalpha.3c
1730 iswhexnumber.3c                         := LINKSRC = iswalpha.3c
1731 iswhexnumber_l.3c                       := LINKSRC = iswalpha.3c
1732 iswideogram.3c                          := LINKSRC = iswalpha.3c
1733 iswideogram_l.3c                        := LINKSRC = iswalpha.3c
1734 iswlower.3c                             := LINKSRC = iswalpha.3c
1735 iswlower_l.3c                           := LINKSRC = iswalpha.3c
1736 iswnumber.3c                            := LINKSRC = iswalpha.3c
1737 iswnumber_l.3c                          := LINKSRC = iswalpha.3c
1738 iswphonogram.3c                         := LINKSRC = iswalpha.3c
1739 iswphonogram_l.3c                       := LINKSRC = iswalpha.3c
1740 iswprint.3c                             := LINKSRC = iswalpha.3c
1741 iswprint_l.3c                           := LINKSRC = iswalpha.3c
1742 iswpunct.3c                             := LINKSRC = iswalpha.3c
1743 iswpunct_l.3c                           := LINKSRC = iswalpha.3c
1744 iswspace.3c                             := LINKSRC = iswalpha.3c
1745 iswspace_l.3c                           := LINKSRC = iswalpha.3c
1746 iswspecial.3c                           := LINKSRC = iswalpha.3c
1747 iswspecial_l.3c                         := LINKSRC = iswalpha.3c
1748 iswupper.3c                             := LINKSRC = iswalpha.3c
1749 iswupper_l.3c                           := LINKSRC = iswalpha.3c
1750 iswxdigit.3c                            := LINKSRC = iswalpha.3c
1751 iswxdigit_l.3c                          := LINKSRC = iswalpha.3c
1752 
1753 iswctype_l.3c                           := LINKSRC = iswctype.3c
1754 
1755 ulckpwdf.3c                             := LINKSRC = lckpwdf.3c
1756 
1757 lfind.3c                                := LINKSRC = lsearch.3c
1758 
1759 swapcontext.3c                          := LINKSRC = makecontext.3c
1760 
1761 major.3c                                := LINKSRC = makedev.3c
1762 minor.3c                                := LINKSRC = makedev.3c
1763 
1764 alloca.3c                               := LINKSRC = malloc.3c
1765 calloc.3c                               := LINKSRC = malloc.3c
1766 free.3c                                 := LINKSRC = malloc.3c
1767 memalign.3c                             := LINKSRC = malloc.3c
1768 realloc.3c                              := LINKSRC = malloc.3c
1769 valloc.3c                               := LINKSRC = malloc.3c
1770 
1771 mblen_l.3c                              := LINKSRC = mblen.3c
1772 
1773 mbrlen_l.3c                             := LINKSRC = mbrlen.3c
1774 
1775 mbrtowc_l.3c                            := LINKSRC = mbrtowc.3c
1776 
1777 mbsinit_l.3c                            := LINKSRC = mbsinit.3c
1778 
1779 mbsnrtowcs.3c                           := LINKSRC = mbsrtowcs.3c
1780 mbsnrtowcs_l.3c                         := LINKSRC = mbsrtowcs.3c
1781 mbsrtowcs_l.3c                          := LINKSRC = mbsrtowcs.3c
1782 mbstowcs.3c                             := LINKSRC = mbsrtowcs.3c
1783 mbstowcs_l.3c                           := LINKSRC = mbsrtowcs.3c
1784 
1785 mbtowc_l.3c                             := LINKSRC = mbtowc.3c
1786 
1787 membar_consumer.3c                      := LINKSRC = membar_ops.3c
1788 membar_enter.3c                         := LINKSRC = membar_ops.3c
1789 membar_exit.3c                          := LINKSRC = membar_ops.3c
1790 membar_producer.3c                      := LINKSRC = membar_ops.3c
1791 
1792 memccpy.3c                              := LINKSRC = memory.3c
1793 memchr.3c                               := LINKSRC = memory.3c
1794 memcmp.3c                               := LINKSRC = memory.3c
1795 memcpy.3c                               := LINKSRC = memory.3c
1796 memmove.3c                              := LINKSRC = memory.3c
1797 memset.3c                               := LINKSRC = memory.3c
1798 
1799 mkdtemp.3c                              := LINKSRC = mkstemp.3c
1800 mkostemp.3c                             := LINKSRC = mkstemp.3c
1801 mkostemps.3c                            := LINKSRC = mkstemp.3c
1802 mkstemps.3c                             := LINKSRC = mkstemp.3c
1803 
1804 munlock.3c                              := LINKSRC = mlock.3c
1805 
1806 munlockall.3c                           := LINKSRC = mlockall.3c


1810 
1811 mq_reltimedsend_np.3c                   := LINKSRC = mq_send.3c
1812 mq_timedsend.3c                         := LINKSRC = mq_send.3c
1813 
1814 mutex_consistent.3c                     := LINKSRC = mutex_init.3c
1815 mutex_destroy.3c                        := LINKSRC = mutex_init.3c
1816 mutex_lock.3c                           := LINKSRC = mutex_init.3c
1817 mutex_trylock.3c                        := LINKSRC = mutex_init.3c
1818 mutex_unlock.3c                         := LINKSRC = mutex_init.3c
1819 
1820 dbm_clearerr.3c                         := LINKSRC = ndbm.3c
1821 dbm_close.3c                            := LINKSRC = ndbm.3c
1822 dbm_delete.3c                           := LINKSRC = ndbm.3c
1823 dbm_error.3c                            := LINKSRC = ndbm.3c
1824 dbm_fetch.3c                            := LINKSRC = ndbm.3c
1825 dbm_firstkey.3c                         := LINKSRC = ndbm.3c
1826 dbm_nextkey.3c                          := LINKSRC = ndbm.3c
1827 dbm_open.3c                             := LINKSRC = ndbm.3c
1828 dbm_store.3c                            := LINKSRC = ndbm.3c
1829 
1830 duplocale.3c                            := LINKSRC = newlocale.3c
1831 freelocale.3c                           := LINKSRC = newlocale.3c
1832 
1833 nl_langinfo_l.3c                        := LINKSRC = nl_langinfo.3c
1834 
1835 fdopendir.3c                            := LINKSRC = opendir.3c
1836 
1837 errno.3c                                := LINKSRC = perror.3c
1838 
1839 pclose.3c                               := LINKSRC = popen.3c
1840 
1841 port_dissociate.3c                      := LINKSRC = port_associate.3c
1842 
1843 port_getn.3c                            := LINKSRC = port_get.3c
1844 
1845 port_sendn.3c                           := LINKSRC = port_send.3c
1846 
1847 posix_spawnp.3c                         := LINKSRC = posix_spawn.3c
1848 
1849 posix_spawn_file_actions_addopen.3c     := LINKSRC = posix_spawn_file_actions_addclose.3c
1850 posix_spawn_file_actions_init.3c        := LINKSRC = posix_spawn_file_actions_destroy.3c
1851 
1852 posix_spawnattr_init.3c                 := LINKSRC = posix_spawnattr_destroy.3c
1853 
1854 posix_spawnattr_setflags.3c             := LINKSRC = posix_spawnattr_getflags.3c


2066 sigpause.3c                             := LINKSRC = signal.3c
2067 sigrelse.3c                             := LINKSRC = signal.3c
2068 sigset.3c                               := LINKSRC = signal.3c
2069 
2070 sigaddset.3c                            := LINKSRC = sigsetops.3c
2071 sigdelset.3c                            := LINKSRC = sigsetops.3c
2072 sigemptyset.3c                          := LINKSRC = sigsetops.3c
2073 sigfillset.3c                           := LINKSRC = sigsetops.3c
2074 sigismember.3c                          := LINKSRC = sigsetops.3c
2075 
2076 sigtimedwait.3c                         := LINKSRC = sigwaitinfo.3c
2077 
2078 gsignal.3c                              := LINKSRC = ssignal.3c
2079 
2080 stderr.3c                               := LINKSRC = stdio.3c
2081 stdin.3c                                := LINKSRC = stdio.3c
2082 stdout.3c                               := LINKSRC = stdio.3c
2083 
2084 sig2str.3c                              := LINKSRC = str2sig.3c
2085 
2086 strcoll_l.3c                            := LINKSRC = strcoll.3c
2087 
2088 strerror_r.3c                           := LINKSRC = strerror.3c
2089 
2090 strfmon_l.3c                            := LINKSRC = strfmon.3c
2091 
2092 ascftime.3c                             := LINKSRC = strftime.3c
2093 cftime.3c                               := LINKSRC = strftime.3c
2094 strftime_l.3c                           := LINKSRC = strftime.3c
2095 
2096 strcasecmp.3c                           := LINKSRC = string.3c
2097 strcasecmp_l.3c                         := LINKSRC = string.3c
2098 strcat.3c                               := LINKSRC = string.3c
2099 strchr.3c                               := LINKSRC = string.3c
2100 strcmp.3c                               := LINKSRC = string.3c
2101 strcpy.3c                               := LINKSRC = string.3c
2102 strcspn.3c                              := LINKSRC = string.3c
2103 strdup.3c                               := LINKSRC = string.3c
2104 strlcat.3c                              := LINKSRC = string.3c
2105 strlcpy.3c                              := LINKSRC = string.3c
2106 strlen.3c                               := LINKSRC = string.3c
2107 strncasecmp.3c                          := LINKSRC = string.3c
2108 strncasecmp_l.3c                        := LINKSRC = string.3c
2109 strncat.3c                              := LINKSRC = string.3c
2110 strncmp.3c                              := LINKSRC = string.3c
2111 strncpy.3c                              := LINKSRC = string.3c
2112 strnlen.3c                              := LINKSRC = string.3c
2113 strpbrk.3c                              := LINKSRC = string.3c
2114 strrchr.3c                              := LINKSRC = string.3c
2115 strsep.3c                               := LINKSRC = string.3c
2116 strspn.3c                               := LINKSRC = string.3c
2117 strstr.3c                               := LINKSRC = string.3c
2118 strtok.3c                               := LINKSRC = string.3c
2119 strtok_r.3c                             := LINKSRC = string.3c
2120 
2121 file_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
2122 func_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
2123 
2124 strptime_l.3c                           := LINKSRC = strptime.3c
2125 
2126 atof.3c                                 := LINKSRC = strtod.3c
2127 strtof.3c                               := LINKSRC = strtod.3c
2128 strtold.3c                              := LINKSRC = strtod.3c
2129 
2130 strtoumax.3c                            := LINKSRC = strtoimax.3c
2131 
2132 atoi.3c                                 := LINKSRC = strtol.3c
2133 atol.3c                                 := LINKSRC = strtol.3c
2134 atoll.3c                                := LINKSRC = strtol.3c
2135 lltostr.3c                              := LINKSRC = strtol.3c
2136 strtoll.3c                              := LINKSRC = strtol.3c
2137 ulltostr.3c                             := LINKSRC = strtol.3c
2138 
2139 strtoull.3c                             := LINKSRC = strtoul.3c
2140 
2141 wstostr.3c                              := LINKSRC = strtows.3c
2142 
2143 strxfrm_l.3c                            := LINKSRC = strxfrm.3c
2144 
2145 closelog.3c                             := LINKSRC = syslog.3c
2146 openlog.3c                              := LINKSRC = syslog.3c
2147 setlogmask.3c                           := LINKSRC = syslog.3c
2148 
2149 thr_setconcurrency.3c                   := LINKSRC = thr_getconcurrency.3c
2150 
2151 thr_setprio.3c                          := LINKSRC = thr_getprio.3c
2152 
2153 thr_getspecific.3c                      := LINKSRC = thr_keycreate.3c
2154 thr_keycreate_once.3c                   := LINKSRC = thr_keycreate.3c
2155 thr_setspecific.3c                      := LINKSRC = thr_keycreate.3c
2156 
2157 thr_continue.3c                         := LINKSRC = thr_suspend.3c
2158 
2159 timer_getoverrun.3c                     := LINKSRC = timer_settime.3c
2160 timer_gettime.3c                        := LINKSRC = timer_settime.3c
2161 
2162 timerclear.3c                           := LINKSRC = timeradd.3c
2163 timercmp.3c                             := LINKSRC = timeradd.3c
2164 timerisset.3c                           := LINKSRC = timeradd.3c
2165 timersub.3c                             := LINKSRC = timeradd.3c
2166 
2167 tempnam.3c                              := LINKSRC = tmpnam.3c
2168 tmpnam_r.3c                             := LINKSRC = tmpnam.3c
2169 
2170 tolower_l.3c                            := LINKSRC = tolower.3c
2171 
2172 toupper_l.3c                            := LINKSRC = toupper.3c
2173 
2174 towlower_l.3c                           := LINKSRC = towlower.3c
2175 
2176 towupper_l.3c                           := LINKSRC = towupper.3c
2177 
2178 ftruncate.3c                            := LINKSRC = truncate.3c
2179 
2180 tdelete.3c                              := LINKSRC = tsearch.3c
2181 tfind.3c                                := LINKSRC = tsearch.3c
2182 twalk.3c                                := LINKSRC = tsearch.3c
2183 
2184 ttyname_r.3c                            := LINKSRC = ttyname.3c
2185 
2186 uconv_u16tou8.3c                        := LINKSRC = uconv_u16tou32.3c
2187 uconv_u32tou16.3c                       := LINKSRC = uconv_u16tou32.3c
2188 uconv_u32tou8.3c                        := LINKSRC = uconv_u16tou32.3c
2189 uconv_u8tou16.3c                        := LINKSRC = uconv_u16tou32.3c
2190 uconv_u8tou32.3c                        := LINKSRC = uconv_u16tou32.3c
2191 
2192 ucred_free.3c                           := LINKSRC = ucred_get.3c
2193 ucred_getegid.3c                        := LINKSRC = ucred_get.3c
2194 ucred_geteuid.3c                        := LINKSRC = ucred_get.3c
2195 ucred_getgroups.3c                      := LINKSRC = ucred_get.3c
2196 ucred_getlabel.3c                       := LINKSRC = ucred_get.3c
2197 ucred_getpflags.3c                      := LINKSRC = ucred_get.3c


2204 ucred_getsuid.3c                        := LINKSRC = ucred_get.3c
2205 ucred_getzoneid.3c                      := LINKSRC = ucred_get.3c
2206 ucred_size.3c                           := LINKSRC = ucred_get.3c
2207 
2208 vswprintf.3c                            := LINKSRC = vfwprintf.3c
2209 vwprintf.3c                             := LINKSRC = vfwprintf.3c
2210 
2211 vasprintf.3c                            := LINKSRC = vprintf.3c
2212 vfprintf.3c                             := LINKSRC = vprintf.3c
2213 vsnprintf.3c                            := LINKSRC = vprintf.3c
2214 vsprintf.3c                             := LINKSRC = vprintf.3c
2215 
2216 wait4.3c                                := LINKSRC = wait3.3c
2217 
2218 addrtosymstr.3c                         := LINKSRC = walkcontext.3c
2219 backtrace.3c                            := LINKSRC = walkcontext.3c
2220 backtrace_symbols.3c                    := LINKSRC = walkcontext.3c
2221 backtrace_symbols_fd.3c                 := LINKSRC = walkcontext.3c
2222 printstack.3c                           := LINKSRC = walkcontext.3c
2223 
2224 wcrtomb_l.3c                            := LINKSRC = wcrtomb.3c
2225 
2226 wcscoll_l.3c                            := LINKSRC = wcscoll.3c
2227 wscoll.3c                               := LINKSRC = wcscoll.3c
2228 
2229 watof.3c                                := LINKSRC = wcstod.3c
2230 wcstof.3c                               := LINKSRC = wcstod.3c
2231 wcstold.3c                              := LINKSRC = wcstod.3c
2232 wstod.3c                                := LINKSRC = wcstod.3c
2233 
2234 wcstoumax.3c                            := LINKSRC = wcstoimax.3c
2235 
2236 watoi.3c                                := LINKSRC = wcstol.3c
2237 watol.3c                                := LINKSRC = wcstol.3c
2238 watoll.3c                               := LINKSRC = wcstol.3c
2239 wcstoll.3c                              := LINKSRC = wcstol.3c
2240 wstol.3c                                := LINKSRC = wcstol.3c
2241 
2242 wcstoull.3c                             := LINKSRC = wcstoul.3c
2243 
2244 wcscat.3c                               := LINKSRC = wcstring.3c
2245 wcschr.3c                               := LINKSRC = wcstring.3c
2246 wcscmp.3c                               := LINKSRC = wcstring.3c


2253 wcspbrk.3c                              := LINKSRC = wcstring.3c
2254 wcsrchr.3c                              := LINKSRC = wcstring.3c
2255 wcsspn.3c                               := LINKSRC = wcstring.3c
2256 wcstok.3c                               := LINKSRC = wcstring.3c
2257 wcswcs.3c                               := LINKSRC = wcstring.3c
2258 windex.3c                               := LINKSRC = wcstring.3c
2259 wrindex.3c                              := LINKSRC = wcstring.3c
2260 wscat.3c                                := LINKSRC = wcstring.3c
2261 wschr.3c                                := LINKSRC = wcstring.3c
2262 wscmp.3c                                := LINKSRC = wcstring.3c
2263 wscpy.3c                                := LINKSRC = wcstring.3c
2264 wscspn.3c                               := LINKSRC = wcstring.3c
2265 wslen.3c                                := LINKSRC = wcstring.3c
2266 wsncat.3c                               := LINKSRC = wcstring.3c
2267 wsncmp.3c                               := LINKSRC = wcstring.3c
2268 wsncpy.3c                               := LINKSRC = wcstring.3c
2269 wspbrk.3c                               := LINKSRC = wcstring.3c
2270 wsrchr.3c                               := LINKSRC = wcstring.3c
2271 wsspn.3c                                := LINKSRC = wcstring.3c
2272 wstok.3c                                := LINKSRC = wcstring.3c





2273 wscasecmp.3c                            := LINKSRC = wstring.3c
2274 wscol.3c                                := LINKSRC = wstring.3c
2275 wsdup.3c                                := LINKSRC = wstring.3c
2276 wsncasecmp.3c                           := LINKSRC = wstring.3c
2277 
2278 wcswidth_l.3c                           := LINKSRC = wcswidth.3c
2279 
2280 wsxfrm.3c                               := LINKSRC = wcsxfrm.3c
2281 
2282 wctob_l.3c                              := LINKSRC = wctob.3c
2283 
2284 wctomb_l.3c                             := LINKSRC = wctomb.3c
2285 
2286 towctrans.3c                            := LINKSRC = wctrans.3c
2287 towctrans_l.3c                          := LINKSRC = wctrans.3c
2288 wctrans_l.3c                            := LINKSRC = wctrans.3c
2289 
2290 wctype_l.3c                             := LINKSRC = wctype.3c
2291 
2292 wcwidth_l.3c                            := LINKSRC = wcwidth.3c
2293 
2294 wordfree.3c                             := LINKSRC = wordexp.3c
2295 
2296 .KEEP_STATE:
2297 
2298 include         $(SRC)/man/Makefile.man
2299 
2300 install:        $(ROOTMANFILES) $(ROOTMANLINKS)