Print this page
Garrett's man page edits.

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/Makefile
          +++ new/usr/src/man/man3c/Makefile
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14   14  # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  15   15  # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
       16 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  16   17  #
  17   18  
  18   19  include         $(SRC)/Makefile.master
  19   20  
  20   21  MANSECT=        3c
  21   22  
  22   23  MANFILES=       __fbufsize.3c                                   \
  23   24                  _longjmp.3c                                     \
  24   25                  _stack_grow.3c                                  \
  25   26                  a64l.3c                                         \
↓ open down ↓ 206 lines elided ↑ open up ↑
 232  233                  mq_notify.3c                                    \
 233  234                  mq_open.3c                                      \
 234  235                  mq_receive.3c                                   \
 235  236                  mq_send.3c                                      \
 236  237                  mq_setattr.3c                                   \
 237  238                  mq_unlink.3c                                    \
 238  239                  msync.3c                                        \
 239  240                  mutex_init.3c                                   \
 240  241                  nanosleep.3c                                    \
 241  242                  ndbm.3c                                         \
      243 +                newlocale.3c                                    \
 242  244                  nl_langinfo.3c                                  \
 243  245                  offsetof.3c                                     \
 244  246                  opendir.3c                                      \
 245  247                  perror.3c                                       \
 246  248                  pfmt.3c                                         \
 247  249                  plock.3c                                        \
 248  250                  popen.3c                                        \
 249  251                  port_alert.3c                                   \
 250  252                  port_associate.3c                               \
 251  253                  port_create.3c                                  \
↓ open down ↓ 151 lines elided ↑ open up ↑
 403  405                  sleep.3c                                        \
 404  406                  ssignal.3c                                      \
 405  407                  stack_getbounds.3c                              \
 406  408                  stack_inbounds.3c                               \
 407  409                  stack_setbounds.3c                              \
 408  410                  stack_violation.3c                              \
 409  411                  stdio.3c                                        \
 410  412                  str2sig.3c                                      \
 411  413                  strcoll.3c                                      \
 412  414                  strerror.3c                                     \
      415 +                strfmon.3c                                      \
 413  416                  strftime.3c                                     \
 414  417                  string.3c                                       \
 415  418                  string_to_decimal.3c                            \
 416  419                  strptime.3c                                     \
 417  420                  strsignal.3c                                    \
 418  421                  strtod.3c                                       \
 419  422                  strtoimax.3c                                    \
 420  423                  strtol.3c                                       \
 421  424                  strtoul.3c                                      \
 422  425                  strtows.3c                                      \
↓ open down ↓ 31 lines elided ↑ open up ↑
 454  457                  thr_yield.3c                                    \
 455  458                  timer_create.3c                                 \
 456  459                  timer_delete.3c                                 \
 457  460                  timer_settime.3c                                \
 458  461                  timeradd.3c                                     \
 459  462                  tmpfile.3c                                      \
 460  463                  tmpnam.3c                                       \
 461  464                  toascii.3c                                      \
 462  465                  tolower.3c                                      \
 463  466                  toupper.3c                                      \
      467 +                towlower.3c                                     \
      468 +                towupper.3c                                     \
 464  469                  truncate.3c                                     \
 465  470                  tsearch.3c                                      \
 466  471                  ttyname.3c                                      \
 467  472                  ttyslot.3c                                      \
 468  473                  u8_strcmp.3c                                    \
 469  474                  u8_textprep_str.3c                              \
 470  475                  u8_validate.3c                                  \
 471  476                  ualarm.3c                                       \
 472  477                  uconv_u16tou32.3c                               \
 473  478                  ucred_get.3c                                    \
 474  479                  ungetc.3c                                       \
 475  480                  ungetwc.3c                                      \
 476  481                  unlockpt.3c                                     \
 477  482                  unsetenv.3c                                     \
      483 +                uselocale.3c                                    \
 478  484                  usleep.3c                                       \
 479  485                  vfwprintf.3c                                    \
 480  486                  vlfmt.3c                                        \
 481  487                  vpfmt.3c                                        \
 482  488                  vprintf.3c                                      \
 483  489                  vsyslog.3c                                      \
 484  490                  wait.3c                                         \
 485  491                  wait3.3c                                        \
 486  492                  waitpid.3c                                      \
 487  493                  walkcontext.3c                                  \
↓ open down ↓ 4 lines elided ↑ open up ↑
 492  498                  wcsstr.3c                                       \
 493  499                  wcstod.3c                                       \
 494  500                  wcstoimax.3c                                    \
 495  501                  wcstol.3c                                       \
 496  502                  wcstoul.3c                                      \
 497  503                  wcstring.3c                                     \
 498  504                  wcswidth.3c                                     \
 499  505                  wcsxfrm.3c                                      \
 500  506                  wctob.3c                                        \
 501  507                  wctomb.3c                                       \
      508 +                wctrans.3c                                      \
 502  509                  wctype.3c                                       \
 503  510                  wcwidth.3c                                      \
 504  511                  wmemchr.3c                                      \
 505  512                  wmemcmp.3c                                      \
 506  513                  wmemcpy.3c                                      \
 507  514                  wmemmove.3c                                     \
 508  515                  wmemset.3c                                      \
 509  516                  wordexp.3c                                      \
 510  517                  wsprintf.3c                                     \
 511  518                  wsscanf.3c                                      \
↓ open down ↓ 135 lines elided ↑ open up ↑
 647  654                  atomic_swap_uint.3c                     \
 648  655                  atomic_swap_ulong.3c                    \
 649  656                  atomic_swap_ushort.3c                   \
 650  657                  backtrace.3c                            \
 651  658                  backtrace_symbols.3c                    \
 652  659                  backtrace_symbols_fd.3c                 \
 653  660                  bcmp.3c                                 \
 654  661                  bcopy.3c                                \
 655  662                  bind_textdomain_codeset.3c              \
 656  663                  bindtextdomain.3c                       \
      664 +                btowc_l.3c                              \
 657  665                  bzero.3c                                \
 658  666                  calloc.3c                               \
 659  667                  catclose.3c                             \
 660  668                  cfgetospeed.3c                          \
 661  669                  cfsetospeed.3c                          \
 662  670                  cftime.3c                               \
 663  671                  clearerr.3c                             \
 664  672                  clock_getres.3c                         \
 665  673                  clock_gettime.3c                        \
 666  674                  closelog.3c                             \
↓ open down ↓ 24 lines elided ↑ open up ↑
 691  699                  decimal_to_quadruple.3c                 \
 692  700                  decimal_to_single.3c                    \
 693  701                  dgettext.3c                             \
 694  702                  dladdr1.3c                              \
 695  703                  dlmopen.3c                              \
 696  704                  dngettext.3c                            \
 697  705                  door_setparam.3c                        \
 698  706                  door_unbind.3c                          \
 699  707                  double_to_decimal.3c                    \
 700  708                  dup3.3c                                 \
      709 +                duplocale.3c                            \
 701  710                  edata.3c                                \
 702  711                  endgrent.3c                             \
 703  712                  endnetgrent.3c                          \
 704  713                  endpwent.3c                             \
 705  714                  endspent.3c                             \
 706  715                  endusershell.3c                         \
 707  716                  endutent.3c                             \
 708  717                  endutxent.3c                            \
 709  718                  erand48.3c                              \
 710  719                  errno.3c                                \
↓ open down ↓ 7 lines elided ↑ open up ↑
 718  727                  fdopendir.3c                            \
 719  728                  fdwalk.3c                               \
 720  729                  feof.3c                                 \
 721  730                  fgetgrent.3c                            \
 722  731                  fgetgrent_r.3c                          \
 723  732                  fgetpwent.3c                            \
 724  733                  fgetpwent_r.3c                          \
 725  734                  fgets.3c                                \
 726  735                  fgetspent.3c                            \
 727  736                  fgetspent_r.3c                          \
      737 +                fgetwc_l.3c                             \
 728  738                  fgetws.3c                               \
 729  739                  file_to_decimal.3c                      \
 730  740                  fileno.3c                               \
 731  741                  finite.3c                               \
 732  742                  fpclass.3c                              \
 733  743                  fpgetmask.3c                            \
 734  744                  fpgetsticky.3c                          \
 735  745                  fprintf.3c                              \
 736  746                  fpsetmask.3c                            \
 737  747                  fpsetround.3c                           \
 738  748                  fpsetsticky.3c                          \
 739  749                  fputs.3c                                \
 740  750                  free.3c                                 \
      751 +                freelocale.3c                           \
 741  752                  fscanf.3c                               \
 742  753                  fseeko.3c                               \
 743  754                  fsetattr.3c                             \
 744  755                  ftello.3c                               \
 745  756                  ftruncate.3c                            \
 746  757                  ftrylockfile.3c                         \
 747  758                  func_to_decimal.3c                      \
 748  759                  funlockfile.3c                          \
 749  760                  gconvert.3c                             \
 750  761                  gcvt.3c                                 \
↓ open down ↓ 26 lines elided ↑ open up ↑
 777  788                  getutid.3c                              \
 778  789                  getutline.3c                            \
 779  790                  getutmp.3c                              \
 780  791                  getutmpx.3c                             \
 781  792                  getutxid.3c                             \
 782  793                  getutxline.3c                           \
 783  794                  getvfsany.3c                            \
 784  795                  getvfsfile.3c                           \
 785  796                  getvfsspec.3c                           \
 786  797                  getw.3c                                 \
      798 +                getwc_l.3c                              \
 787  799                  getzoneidbyname.3c                      \
 788  800                  getzonenamebyid.3c                      \
 789  801                  globfree.3c                             \
 790  802                  gmtime.3c                               \
 791  803                  gmtime_r.3c                             \
 792  804                  gsignal.3c                              \
 793  805                  hasmntopt.3c                            \
 794  806                  hcreate.3c                              \
 795  807                  hdestroy.3c                             \
 796  808                  initstate.3c                            \
 797  809                  innetgr.3c                              \
 798  810                  isalnum.3c                              \
      811 +                isalnum_l.3c                            \
 799  812                  isalpha.3c                              \
      813 +                isalpha_l.3c                            \
 800  814                  isascii.3c                              \
 801  815                  isblank.3c                              \
      816 +                isblank_l.3c                            \
 802  817                  iscntrl.3c                              \
      818 +                iscntrl_l.3c                            \
 803  819                  isdigit.3c                              \
      820 +                isdigit_l.3c                            \
 804  821                  isenglish.3c                            \
 805  822                  isgraph.3c                              \
      823 +                isgraph_l.3c                            \
 806  824                  isideogram.3c                           \
 807  825                  islower.3c                              \
      826 +                islower_l.3c                            \
 808  827                  isnanf.3c                               \
 809  828                  isnumber.3c                             \
 810  829                  isphonogram.3c                          \
 811  830                  isprint.3c                              \
      831 +                isprint_l.3c                            \
 812  832                  ispunct.3c                              \
      833 +                ispunct_l.3c                            \
 813  834                  isspace.3c                              \
      835 +                isspace_l.3c                            \
 814  836                  isspecial.3c                            \
 815  837                  isupper.3c                              \
      838 +                isupper_l.3c                            \
 816  839                  iswalnum.3c                             \
      840 +                iswalnum_l.3c                           \
      841 +                iswalpha_l.3c                           \
 817  842                  iswascii.3c                             \
 818  843                  iswblank.3c                             \
      844 +                iswblank_l.3c                           \
 819  845                  iswcntrl.3c                             \
      846 +                iswcntrl_l.3c                           \
      847 +                iswctype_l.3c                           \
 820  848                  iswdigit.3c                             \
      849 +                iswdigit_l.3c                           \
 821  850                  iswgraph.3c                             \
      851 +                iswgraph_l.3c                           \
      852 +                iswideogram.3c                          \
      853 +                iswideogram_l.3c                        \
      854 +                iswhexnumber.3c                         \
      855 +                iswhexnumber_l.3c                       \
 822  856                  iswlower.3c                             \
      857 +                iswlower_l.3c                           \
      858 +                iswnumber.3c                            \
      859 +                iswnumber_l.3c                          \
      860 +                iswphonogram.3c                         \
      861 +                iswphonogram_l.3c                       \
 823  862                  iswprint.3c                             \
      863 +                iswprint_l.3c                           \
 824  864                  iswpunct.3c                             \
      865 +                iswpunct_l.3c                           \
 825  866                  iswspace.3c                             \
      867 +                iswspace_l.3c                           \
      868 +                iswspecial.3c                           \
      869 +                iswspecial_l.3c                         \
 826  870                  iswupper.3c                             \
      871 +                iswupper_l.3c                           \
 827  872                  iswxdigit.3c                            \
      873 +                iswxdigit_l.3c                          \
 828  874                  isxdigit.3c                             \
      875 +                isxdigit_l.3c                           \
 829  876                  jrand48.3c                              \
 830  877                  l64a.3c                                 \
 831  878                  labs.3c                                 \
 832  879                  lcong48.3c                              \
 833  880                  ldiv.3c                                 \
 834  881                  lfind.3c                                \
 835  882                  llabs.3c                                \
 836  883                  lldiv.3c                                \
 837  884                  lltostr.3c                              \
 838  885                  localtime.3c                            \
 839  886                  localtime_r.3c                          \
 840  887                  longjmp.3c                              \
 841  888                  lrand48.3c                              \
 842  889                  major.3c                                \
      890 +                mblen_l.3c                              \
      891 +                mbrlen_l.3c                             \
      892 +                mbrtowc_l.3c                            \
      893 +                mbsinit_l.3c                            \
      894 +                mbsnrtowcs.3c                           \
      895 +                mbsnrtowcs_l.3c                         \
      896 +                mbsrtowcs_l.3c                          \
      897 +                mbstowcs.3c                             \
      898 +                mbstowcs_l.3c                           \
      899 +                mbtowc_l.3c                             \
 843  900                  memalign.3c                             \
 844  901                  membar_consumer.3c                      \
 845  902                  membar_enter.3c                         \
 846  903                  membar_exit.3c                          \
 847  904                  membar_producer.3c                      \
 848  905                  memccpy.3c                              \
 849  906                  memchr.3c                               \
 850  907                  memcmp.3c                               \
 851  908                  memcpy.3c                               \
 852  909                  memmove.3c                              \
↓ open down ↓ 8 lines elided ↑ open up ↑
 861  918                  mq_timedreceive.3c                      \
 862  919                  mq_timedsend.3c                         \
 863  920                  mrand48.3c                              \
 864  921                  munlock.3c                              \
 865  922                  munlockall.3c                           \
 866  923                  mutex_consistent.3c                     \
 867  924                  mutex_destroy.3c                        \
 868  925                  mutex_lock.3c                           \
 869  926                  mutex_trylock.3c                        \
 870  927                  mutex_unlock.3c                         \
      928 +                nl_langinfo_l.3c                        \
 871  929                  nftw.3c                                 \
 872  930                  ngettext.3c                             \
 873  931                  nrand48.3c                              \
 874  932                  openlog.3c                              \
 875  933                  pclose.3c                               \
 876  934                  port_dissociate.3c                      \
 877  935                  port_getn.3c                            \
 878  936                  port_sendn.3c                           \
 879  937                  posix_spawn_file_actions_addopen.3c     \
 880  938                  posix_spawn_file_actions_init.3c        \
↓ open down ↓ 169 lines elided ↑ open up ↑
1050 1108                  snprintf.3c                             \
1051 1109                  sprintf.3c                              \
1052 1110                  srand.3c                                \
1053 1111                  srand48.3c                              \
1054 1112                  srandom.3c                              \
1055 1113                  sscanf.3c                               \
1056 1114                  stderr.3c                               \
1057 1115                  stdin.3c                                \
1058 1116                  stdout.3c                               \
1059 1117                  strcasecmp.3c                           \
     1118 +                strcasecmp_l.3c                         \
1060 1119                  strcat.3c                               \
1061 1120                  strchr.3c                               \
1062 1121                  strcmp.3c                               \
     1122 +                strcoll_l.3c                            \
1063 1123                  strcpy.3c                               \
1064 1124                  strcspn.3c                              \
1065 1125                  strdup.3c                               \
1066 1126                  strerror_r.3c                           \
     1127 +                strfmon_l.3c                            \
     1128 +                strftime_l.3c                           \
1067 1129                  strlcat.3c                              \
1068 1130                  strlcpy.3c                              \
1069 1131                  strlen.3c                               \
1070 1132                  strncasecmp.3c                          \
     1133 +                strncasecmp_l.3c                        \
1071 1134                  strncat.3c                              \
1072 1135                  strncmp.3c                              \
1073 1136                  strncpy.3c                              \
1074 1137                  strnlen.3c                              \
1075 1138                  strpbrk.3c                              \
     1139 +                strptime_l.3c                           \
1076 1140                  strrchr.3c                              \
1077 1141                  strsep.3c                               \
1078 1142                  strspn.3c                               \
1079 1143                  strstr.3c                               \
1080 1144                  strtof.3c                               \
1081 1145                  strtok.3c                               \
1082 1146                  strtok_r.3c                             \
1083 1147                  strtold.3c                              \
1084 1148                  strtoll.3c                              \
1085 1149                  strtoull.3c                             \
1086 1150                  strtoumax.3c                            \
     1151 +                strxfrm_l.3c                            \
1087 1152                  swapcontext.3c                          \
1088 1153                  swprintf.3c                             \
1089 1154                  swscanf.3c                              \
1090 1155                  tdelete.3c                              \
1091 1156                  tempnam.3c                              \
1092 1157                  textdomain.3c                           \
1093 1158                  tfind.3c                                \
1094 1159                  thr_continue.3c                         \
1095 1160                  thr_getspecific.3c                      \
1096 1161                  thr_keycreate_once.3c                   \
1097 1162                  thr_setconcurrency.3c                   \
1098 1163                  thr_setprio.3c                          \
1099 1164                  thr_setspecific.3c                      \
1100 1165                  timer_getoverrun.3c                     \
1101 1166                  timer_gettime.3c                        \
1102 1167                  timerclear.3c                           \
1103 1168                  timercmp.3c                             \
1104 1169                  timerisset.3c                           \
1105 1170                  timersub.3c                             \
1106 1171                  tmpnam_r.3c                             \
     1172 +                tolower_l.3c                            \
     1173 +                toupper_l.3c                            \
     1174 +                towctrans.3c                            \
     1175 +                towctrans_l.3c                          \
     1176 +                towlower_l.3c                           \
     1177 +                towupper_l.3c                           \
1107 1178                  ttyname_r.3c                            \
1108 1179                  twalk.3c                                \
1109 1180                  tzset.3c                                \
1110 1181                  uconv_u16tou8.3c                        \
1111 1182                  uconv_u32tou16.3c                       \
1112 1183                  uconv_u32tou8.3c                        \
1113 1184                  uconv_u8tou16.3c                        \
1114 1185                  uconv_u8tou32.3c                        \
1115 1186                  ucred_free.3c                           \
1116 1187                  ucred_getegid.3c                        \
↓ open down ↓ 34 lines elided ↑ open up ↑
1151 1222                  vwarnx.3c                               \
1152 1223                  vwprintf.3c                             \
1153 1224                  vwscanf.3c                              \
1154 1225                  wait4.3c                                \
1155 1226                  warn.3c                                 \
1156 1227                  warnx.3c                                \
1157 1228                  watof.3c                                \
1158 1229                  watoi.3c                                \
1159 1230                  watol.3c                                \
1160 1231                  watoll.3c                               \
     1232 +                wcrtomb_l.3c                            \
1161 1233                  wcscat.3c                               \
1162 1234                  wcschr.3c                               \
1163 1235                  wcscmp.3c                               \
     1236 +                wcscoll_l.3c                            \
1164 1237                  wcscpy.3c                               \
1165 1238                  wcscspn.3c                              \
1166 1239                  wcsetno.3c                              \
1167 1240                  wcslen.3c                               \
1168 1241                  wcsncat.3c                              \
1169 1242                  wcsncmp.3c                              \
1170 1243                  wcsncpy.3c                              \
1171 1244                  wcspbrk.3c                              \
1172 1245                  wcsrchr.3c                              \
1173 1246                  wcsspn.3c                               \
1174 1247                  wcstof.3c                               \
1175 1248                  wcstok.3c                               \
1176 1249                  wcstold.3c                              \
1177 1250                  wcstoll.3c                              \
1178 1251                  wcstoull.3c                             \
1179 1252                  wcstoumax.3c                            \
1180 1253                  wcswcs.3c                               \
     1254 +                wcswidth_l.3c                           \
     1255 +                wctob_l.3c                              \
     1256 +                wctomb_l.3c                             \
     1257 +                wctrans_l.3c                            \
     1258 +                wctype_l.3c                             \
     1259 +                wcwidth_l.3c                            \
1181 1260                  windex.3c                               \
1182 1261                  wordfree.3c                             \
1183 1262                  wprintf.3c                              \
1184 1263                  wrindex.3c                              \
1185 1264                  wscanf.3c                               \
1186 1265                  wscasecmp.3c                            \
1187 1266                  wscat.3c                                \
1188 1267                  wschr.3c                                \
1189 1268                  wscmp.3c                                \
1190 1269                  wscol.3c                                \
↓ open down ↓ 144 lines elided ↑ open up ↑
1335 1414  atomic_swap_ptr.3c                      := LINKSRC = atomic_swap.3c
1336 1415  atomic_swap_uchar.3c                    := LINKSRC = atomic_swap.3c
1337 1416  atomic_swap_uint.3c                     := LINKSRC = atomic_swap.3c
1338 1417  atomic_swap_ulong.3c                    := LINKSRC = atomic_swap.3c
1339 1418  atomic_swap_ushort.3c                   := LINKSRC = atomic_swap.3c
1340 1419  
1341 1420  bcmp.3c                                 := LINKSRC = bstring.3c
1342 1421  bcopy.3c                                := LINKSRC = bstring.3c
1343 1422  bzero.3c                                := LINKSRC = bstring.3c
1344 1423  
     1424 +btowc_l.3c                              := LINKSRC = btowc.3c
     1425 +
1345 1426  catclose.3c                             := LINKSRC = catopen.3c
1346 1427  
1347 1428  cfgetospeed.3c                          := LINKSRC = cfgetispeed.3c
1348 1429  
1349 1430  cfsetospeed.3c                          := LINKSRC = cfsetispeed.3c
1350 1431  
1351 1432  clock_getres.3c                         := LINKSRC = clock_settime.3c
1352 1433  clock_gettime.3c                        := LINKSRC = clock_settime.3c
1353 1434  
1354 1435  fdwalk.3c                               := LINKSRC = closefrom.3c
↓ open down ↓ 15 lines elided ↑ open up ↑
1370 1451  asctime.3c                              := LINKSRC = ctime.3c
1371 1452  asctime_r.3c                            := LINKSRC = ctime.3c
1372 1453  ctime_r.3c                              := LINKSRC = ctime.3c
1373 1454  gmtime.3c                               := LINKSRC = ctime.3c
1374 1455  gmtime_r.3c                             := LINKSRC = ctime.3c
1375 1456  localtime.3c                            := LINKSRC = ctime.3c
1376 1457  localtime_r.3c                          := LINKSRC = ctime.3c
1377 1458  tzset.3c                                := LINKSRC = ctime.3c
1378 1459  
1379 1460  isalnum.3c                              := LINKSRC = ctype.3c
     1461 +isalnum_l.3c                            := LINKSRC = ctype.3c
1380 1462  isalpha.3c                              := LINKSRC = ctype.3c
     1463 +isalpha_l.3c                            := LINKSRC = ctype.3c
1381 1464  isascii.3c                              := LINKSRC = ctype.3c
1382 1465  isblank.3c                              := LINKSRC = ctype.3c
     1466 +isblank_l.3c                            := LINKSRC = ctype.3c
1383 1467  iscntrl.3c                              := LINKSRC = ctype.3c
     1468 +iscntrl_l.3c                            := LINKSRC = ctype.3c
1384 1469  isdigit.3c                              := LINKSRC = ctype.3c
     1470 +isdigit_l.3c                            := LINKSRC = ctype.3c
1385 1471  isgraph.3c                              := LINKSRC = ctype.3c
     1472 +isgraph_l.3c                            := LINKSRC = ctype.3c
1386 1473  islower.3c                              := LINKSRC = ctype.3c
     1474 +islower_l.3c                            := LINKSRC = ctype.3c
1387 1475  isprint.3c                              := LINKSRC = ctype.3c
     1476 +isprint_l.3c                            := LINKSRC = ctype.3c
1388 1477  ispunct.3c                              := LINKSRC = ctype.3c
     1478 +ispunct_l.3c                            := LINKSRC = ctype.3c
1389 1479  isspace.3c                              := LINKSRC = ctype.3c
     1480 +isspace_l.3c                            := LINKSRC = ctype.3c
1390 1481  isupper.3c                              := LINKSRC = ctype.3c
     1482 +isupper_l.3c                            := LINKSRC = ctype.3c
1391 1483  isxdigit.3c                             := LINKSRC = ctype.3c
     1484 +isxdigit_l.3c                           := LINKSRC = ctype.3c
1392 1485  
1393 1486  decimal_to_double.3c                    := LINKSRC = decimal_to_floating.3c
1394 1487  decimal_to_extended.3c                  := LINKSRC = decimal_to_floating.3c
1395 1488  decimal_to_quadruple.3c                 := LINKSRC = decimal_to_floating.3c
1396 1489  decimal_to_single.3c                    := LINKSRC = decimal_to_floating.3c
1397 1490  
1398 1491  ldiv.3c                                 := LINKSRC = div.3c
1399 1492  lldiv.3c                                := LINKSRC = div.3c
1400 1493  
1401 1494  dladdr1.3c                              := LINKSRC = dladdr.3c
↓ open down ↓ 53 lines elided ↑ open up ↑
1455 1548  fsetattr.3c                             := LINKSRC = fgetattr.3c
1456 1549  getattrat.3c                            := LINKSRC = fgetattr.3c
1457 1550  setattrat.3c                            := LINKSRC = fgetattr.3c
1458 1551  
1459 1552  getc.3c                                 := LINKSRC = fgetc.3c
1460 1553  getc_unlocked.3c                        := LINKSRC = fgetc.3c
1461 1554  getchar.3c                              := LINKSRC = fgetc.3c
1462 1555  getchar_unlocked.3c                     := LINKSRC = fgetc.3c
1463 1556  getw.3c                                 := LINKSRC = fgetc.3c
1464 1557  
     1558 +fgetwc_l.3c                             := LINKSRC = fgetwc.3c
     1559 +
1465 1560  double_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1466 1561  extended_to_decimal.3c                  := LINKSRC = floating_to_decimal.3c
1467 1562  quadruple_to_decimal.3c                 := LINKSRC = floating_to_decimal.3c
1468 1563  single_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1469 1564  
1470 1565  ftrylockfile.3c                         := LINKSRC = flockfile.3c
1471 1566  funlockfile.3c                          := LINKSRC = flockfile.3c
1472 1567  
1473 1568  fpgetmask.3c                            := LINKSRC = fpgetround.3c
1474 1569  fpgetsticky.3c                          := LINKSRC = fpgetround.3c
↓ open down ↓ 109 lines elided ↑ open up ↑
1584 1679  pututxline.3c                           := LINKSRC = getutxent.3c
1585 1680  setutxent.3c                            := LINKSRC = getutxent.3c
1586 1681  updwtmp.3c                              := LINKSRC = getutxent.3c
1587 1682  updwtmpx.3c                             := LINKSRC = getutxent.3c
1588 1683  utmpxname.3c                            := LINKSRC = getutxent.3c
1589 1684  
1590 1685  getvfsany.3c                            := LINKSRC = getvfsent.3c
1591 1686  getvfsfile.3c                           := LINKSRC = getvfsent.3c
1592 1687  getvfsspec.3c                           := LINKSRC = getvfsent.3c
1593 1688  
     1689 +getwc_l.3c                              := LINKSRC = getwc.3c
     1690 +
1594 1691  fgetws.3c                               := LINKSRC = getws.3c
1595 1692  
1596 1693  getzoneidbyname.3c                      := LINKSRC = getzoneid.3c
1597 1694  getzonenamebyid.3c                      := LINKSRC = getzoneid.3c
1598 1695  
1599 1696  globfree.3c                             := LINKSRC = glob.3c
1600 1697  
1601 1698  hcreate.3c                              := LINKSRC = hsearch.3c
1602 1699  hdestroy.3c                             := LINKSRC = hsearch.3c
1603 1700  
↓ open down ↓ 5 lines elided ↑ open up ↑
1609 1706  fpclass.3c                              := LINKSRC = isnand.3c
1610 1707  isnanf.3c                               := LINKSRC = isnand.3c
1611 1708  unordered.3c                            := LINKSRC = isnand.3c
1612 1709  
1613 1710  isenglish.3c                            := LINKSRC = iswalpha.3c
1614 1711  isideogram.3c                           := LINKSRC = iswalpha.3c
1615 1712  isnumber.3c                             := LINKSRC = iswalpha.3c
1616 1713  isphonogram.3c                          := LINKSRC = iswalpha.3c
1617 1714  isspecial.3c                            := LINKSRC = iswalpha.3c
1618 1715  iswalnum.3c                             := LINKSRC = iswalpha.3c
     1716 +iswalnum_l.3c                           := LINKSRC = iswalpha.3c
     1717 +iswalpha_l.3c                           := LINKSRC = iswalpha.3c
1619 1718  iswascii.3c                             := LINKSRC = iswalpha.3c
1620 1719  iswblank.3c                             := LINKSRC = iswalpha.3c
     1720 +iswblank_l.3c                           := LINKSRC = iswalpha.3c
1621 1721  iswcntrl.3c                             := LINKSRC = iswalpha.3c
     1722 +iswcntrl_l.3c                           := LINKSRC = iswalpha.3c
1622 1723  iswdigit.3c                             := LINKSRC = iswalpha.3c
     1724 +iswdigit_l.3c                           := LINKSRC = iswalpha.3c
1623 1725  iswgraph.3c                             := LINKSRC = iswalpha.3c
     1726 +iswgraph_l.3c                           := LINKSRC = iswalpha.3c
     1727 +iswhexnumber.3c                         := LINKSRC = iswalpha.3c
     1728 +iswhexnumber_l.3c                       := LINKSRC = iswalpha.3c
     1729 +iswideogram.3c                          := LINKSRC = iswalpha.3c
     1730 +iswideogram_l.3c                        := LINKSRC = iswalpha.3c
1624 1731  iswlower.3c                             := LINKSRC = iswalpha.3c
     1732 +iswlower_l.3c                           := LINKSRC = iswalpha.3c
     1733 +iswnumber.3c                            := LINKSRC = iswalpha.3c
     1734 +iswnumber_l.3c                          := LINKSRC = iswalpha.3c
     1735 +iswphonogram.3c                         := LINKSRC = iswalpha.3c
     1736 +iswphonogram_l.3c                       := LINKSRC = iswalpha.3c
1625 1737  iswprint.3c                             := LINKSRC = iswalpha.3c
     1738 +iswprint_l.3c                           := LINKSRC = iswalpha.3c
1626 1739  iswpunct.3c                             := LINKSRC = iswalpha.3c
     1740 +iswpunct_l.3c                           := LINKSRC = iswalpha.3c
1627 1741  iswspace.3c                             := LINKSRC = iswalpha.3c
     1742 +iswspace_l.3c                           := LINKSRC = iswalpha.3c
     1743 +iswspecial.3c                           := LINKSRC = iswalpha.3c
     1744 +iswspecial_l.3c                         := LINKSRC = iswalpha.3c
1628 1745  iswupper.3c                             := LINKSRC = iswalpha.3c
     1746 +iswupper_l.3c                           := LINKSRC = iswalpha.3c
1629 1747  iswxdigit.3c                            := LINKSRC = iswalpha.3c
     1748 +iswxdigit_l.3c                          := LINKSRC = iswalpha.3c
1630 1749  
     1750 +iswctype_l.3c                           := LINKSRC = iswctype.3c
     1751 +
1631 1752  ulckpwdf.3c                             := LINKSRC = lckpwdf.3c
1632 1753  
1633 1754  lfind.3c                                := LINKSRC = lsearch.3c
1634 1755  
1635 1756  swapcontext.3c                          := LINKSRC = makecontext.3c
1636 1757  
1637 1758  major.3c                                := LINKSRC = makedev.3c
1638 1759  minor.3c                                := LINKSRC = makedev.3c
1639 1760  
1640 1761  alloca.3c                               := LINKSRC = malloc.3c
1641 1762  calloc.3c                               := LINKSRC = malloc.3c
1642 1763  free.3c                                 := LINKSRC = malloc.3c
1643 1764  memalign.3c                             := LINKSRC = malloc.3c
1644 1765  realloc.3c                              := LINKSRC = malloc.3c
1645 1766  valloc.3c                               := LINKSRC = malloc.3c
1646 1767  
     1768 +mblen_l.3c                              := LINKSRC = mblen.3c
     1769 +
     1770 +mbrlen_l.3c                             := LINKSRC = mbrlen.3c
     1771 +
     1772 +mbrtowc_l.3c                            := LINKSRC = mbrtowc.3c
     1773 +
     1774 +mbsinit_l.3c                            := LINKSRC = mbsinit.3c
     1775 +
     1776 +mbsnrtowcs.3c                           := LINKSRC = mbsrtowcs.3c
     1777 +mbsnrtowcs_l.3c                         := LINKSRC = mbsrtowcs.3c
     1778 +mbsrtowcs_l.3c                          := LINKSRC = mbsrtowcs.3c
     1779 +mbstowcs.3c                             := LINKSRC = mbsrtowcs.3c
     1780 +mbstowcs_l.3c                           := LINKSRC = mbsrtowcs.3c
     1781 +
     1782 +mbtowc_l.3c                             := LINKSRC = mbtowc.3c
     1783 +
1647 1784  membar_consumer.3c                      := LINKSRC = membar_ops.3c
1648 1785  membar_enter.3c                         := LINKSRC = membar_ops.3c
1649 1786  membar_exit.3c                          := LINKSRC = membar_ops.3c
1650 1787  membar_producer.3c                      := LINKSRC = membar_ops.3c
1651 1788  
1652 1789  memccpy.3c                              := LINKSRC = memory.3c
1653 1790  memchr.3c                               := LINKSRC = memory.3c
1654 1791  memcmp.3c                               := LINKSRC = memory.3c
1655 1792  memcpy.3c                               := LINKSRC = memory.3c
1656 1793  memmove.3c                              := LINKSRC = memory.3c
↓ open down ↓ 23 lines elided ↑ open up ↑
1680 1817  dbm_clearerr.3c                         := LINKSRC = ndbm.3c
1681 1818  dbm_close.3c                            := LINKSRC = ndbm.3c
1682 1819  dbm_delete.3c                           := LINKSRC = ndbm.3c
1683 1820  dbm_error.3c                            := LINKSRC = ndbm.3c
1684 1821  dbm_fetch.3c                            := LINKSRC = ndbm.3c
1685 1822  dbm_firstkey.3c                         := LINKSRC = ndbm.3c
1686 1823  dbm_nextkey.3c                          := LINKSRC = ndbm.3c
1687 1824  dbm_open.3c                             := LINKSRC = ndbm.3c
1688 1825  dbm_store.3c                            := LINKSRC = ndbm.3c
1689 1826  
     1827 +duplocale.3c                            := LINKSRC = newlocale.3c
     1828 +freelocale.3c                           := LINKSRC = newlocale.3c
     1829 +
     1830 +nl_langinfo_l.3c                        := LINKSRC = nl_langinfo.3c
     1831 +
1690 1832  fdopendir.3c                            := LINKSRC = opendir.3c
1691 1833  
1692 1834  errno.3c                                := LINKSRC = perror.3c
1693 1835  
1694 1836  pclose.3c                               := LINKSRC = popen.3c
1695 1837  
1696 1838  port_dissociate.3c                      := LINKSRC = port_associate.3c
1697 1839  
1698 1840  port_getn.3c                            := LINKSRC = port_get.3c
1699 1841  
↓ open down ↓ 231 lines elided ↑ open up ↑
1931 2073  sigtimedwait.3c                         := LINKSRC = sigwaitinfo.3c
1932 2074  
1933 2075  gsignal.3c                              := LINKSRC = ssignal.3c
1934 2076  
1935 2077  stderr.3c                               := LINKSRC = stdio.3c
1936 2078  stdin.3c                                := LINKSRC = stdio.3c
1937 2079  stdout.3c                               := LINKSRC = stdio.3c
1938 2080  
1939 2081  sig2str.3c                              := LINKSRC = str2sig.3c
1940 2082  
     2083 +strcoll_l.3c                            := LINKSRC = strcoll.3c
     2084 +
1941 2085  strerror_r.3c                           := LINKSRC = strerror.3c
1942 2086  
     2087 +strfmon_l.3c                            := LINKSRC = strfmon.3c
     2088 +
1943 2089  ascftime.3c                             := LINKSRC = strftime.3c
1944 2090  cftime.3c                               := LINKSRC = strftime.3c
     2091 +strftime_l.3c                           := LINKSRC = strftime.3c
1945 2092  
1946 2093  strcasecmp.3c                           := LINKSRC = string.3c
     2094 +strcasecmp_l.3c                         := LINKSRC = string.3c
1947 2095  strcat.3c                               := LINKSRC = string.3c
1948 2096  strchr.3c                               := LINKSRC = string.3c
1949 2097  strcmp.3c                               := LINKSRC = string.3c
1950 2098  strcpy.3c                               := LINKSRC = string.3c
1951 2099  strcspn.3c                              := LINKSRC = string.3c
1952 2100  strdup.3c                               := LINKSRC = string.3c
1953 2101  strlcat.3c                              := LINKSRC = string.3c
1954 2102  strlcpy.3c                              := LINKSRC = string.3c
1955 2103  strlen.3c                               := LINKSRC = string.3c
1956 2104  strncasecmp.3c                          := LINKSRC = string.3c
     2105 +strncasecmp_l.3c                        := LINKSRC = string.3c
1957 2106  strncat.3c                              := LINKSRC = string.3c
1958 2107  strncmp.3c                              := LINKSRC = string.3c
1959 2108  strncpy.3c                              := LINKSRC = string.3c
1960 2109  strnlen.3c                              := LINKSRC = string.3c
1961 2110  strpbrk.3c                              := LINKSRC = string.3c
1962 2111  strrchr.3c                              := LINKSRC = string.3c
1963 2112  strsep.3c                               := LINKSRC = string.3c
1964 2113  strspn.3c                               := LINKSRC = string.3c
1965 2114  strstr.3c                               := LINKSRC = string.3c
1966 2115  strtok.3c                               := LINKSRC = string.3c
1967 2116  strtok_r.3c                             := LINKSRC = string.3c
1968 2117  
1969 2118  file_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
1970 2119  func_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
1971 2120  
     2121 +strptime_l.3c                           := LINKSRC = strptime.3c
     2122 +
1972 2123  atof.3c                                 := LINKSRC = strtod.3c
1973 2124  strtof.3c                               := LINKSRC = strtod.3c
1974 2125  strtold.3c                              := LINKSRC = strtod.3c
1975 2126  
1976 2127  strtoumax.3c                            := LINKSRC = strtoimax.3c
1977 2128  
1978 2129  atoi.3c                                 := LINKSRC = strtol.3c
1979 2130  atol.3c                                 := LINKSRC = strtol.3c
1980 2131  atoll.3c                                := LINKSRC = strtol.3c
1981 2132  lltostr.3c                              := LINKSRC = strtol.3c
1982 2133  strtoll.3c                              := LINKSRC = strtol.3c
1983 2134  ulltostr.3c                             := LINKSRC = strtol.3c
1984 2135  
1985 2136  strtoull.3c                             := LINKSRC = strtoul.3c
     2137 +
1986 2138  wstostr.3c                              := LINKSRC = strtows.3c
1987 2139  
     2140 +strxfrm_l.3c                            := LINKSRC = strxfrm.3c
     2141 +
1988 2142  closelog.3c                             := LINKSRC = syslog.3c
1989 2143  openlog.3c                              := LINKSRC = syslog.3c
1990 2144  setlogmask.3c                           := LINKSRC = syslog.3c
1991 2145  
1992 2146  thr_setconcurrency.3c                   := LINKSRC = thr_getconcurrency.3c
1993 2147  
1994 2148  thr_setprio.3c                          := LINKSRC = thr_getprio.3c
1995 2149  
1996 2150  thr_getspecific.3c                      := LINKSRC = thr_keycreate.3c
1997 2151  thr_keycreate_once.3c                   := LINKSRC = thr_keycreate.3c
↓ open down ↓ 5 lines elided ↑ open up ↑
2003 2157  timer_gettime.3c                        := LINKSRC = timer_settime.3c
2004 2158  
2005 2159  timerclear.3c                           := LINKSRC = timeradd.3c
2006 2160  timercmp.3c                             := LINKSRC = timeradd.3c
2007 2161  timerisset.3c                           := LINKSRC = timeradd.3c
2008 2162  timersub.3c                             := LINKSRC = timeradd.3c
2009 2163  
2010 2164  tempnam.3c                              := LINKSRC = tmpnam.3c
2011 2165  tmpnam_r.3c                             := LINKSRC = tmpnam.3c
2012 2166  
     2167 +tolower_l.3c                            := LINKSRC = tolower.3c
     2168 +
     2169 +toupper_l.3c                            := LINKSRC = toupper.3c
     2170 +
     2171 +towlower_l.3c                           := LINKSRC = towlower.3c
     2172 +
     2173 +towupper_l.3c                           := LINKSRC = towupper.3c
     2174 +
2013 2175  ftruncate.3c                            := LINKSRC = truncate.3c
2014 2176  
2015 2177  tdelete.3c                              := LINKSRC = tsearch.3c
2016 2178  tfind.3c                                := LINKSRC = tsearch.3c
2017 2179  twalk.3c                                := LINKSRC = tsearch.3c
2018 2180  
2019 2181  ttyname_r.3c                            := LINKSRC = ttyname.3c
2020 2182  
2021 2183  uconv_u16tou8.3c                        := LINKSRC = uconv_u16tou32.3c
2022 2184  uconv_u32tou16.3c                       := LINKSRC = uconv_u16tou32.3c
↓ open down ↓ 26 lines elided ↑ open up ↑
2049 2211  vsprintf.3c                             := LINKSRC = vprintf.3c
2050 2212  
2051 2213  wait4.3c                                := LINKSRC = wait3.3c
2052 2214  
2053 2215  addrtosymstr.3c                         := LINKSRC = walkcontext.3c
2054 2216  backtrace.3c                            := LINKSRC = walkcontext.3c
2055 2217  backtrace_symbols.3c                    := LINKSRC = walkcontext.3c
2056 2218  backtrace_symbols_fd.3c                 := LINKSRC = walkcontext.3c
2057 2219  printstack.3c                           := LINKSRC = walkcontext.3c
2058 2220  
     2221 +wcrtomb_l.3c                            := LINKSRC = wcrtomb.3c
     2222 +
     2223 +wcscoll_l.3c                            := LINKSRC = wcscoll.3c
2059 2224  wscoll.3c                               := LINKSRC = wcscoll.3c
2060 2225  
2061 2226  watof.3c                                := LINKSRC = wcstod.3c
2062 2227  wcstof.3c                               := LINKSRC = wcstod.3c
2063 2228  wcstold.3c                              := LINKSRC = wcstod.3c
2064 2229  wstod.3c                                := LINKSRC = wcstod.3c
2065 2230  
2066 2231  wcstoumax.3c                            := LINKSRC = wcstoimax.3c
2067 2232  
2068 2233  watoi.3c                                := LINKSRC = wcstol.3c
↓ open down ↓ 26 lines elided ↑ open up ↑
2095 2260  wscpy.3c                                := LINKSRC = wcstring.3c
2096 2261  wscspn.3c                               := LINKSRC = wcstring.3c
2097 2262  wslen.3c                                := LINKSRC = wcstring.3c
2098 2263  wsncat.3c                               := LINKSRC = wcstring.3c
2099 2264  wsncmp.3c                               := LINKSRC = wcstring.3c
2100 2265  wsncpy.3c                               := LINKSRC = wcstring.3c
2101 2266  wspbrk.3c                               := LINKSRC = wcstring.3c
2102 2267  wsrchr.3c                               := LINKSRC = wcstring.3c
2103 2268  wsspn.3c                                := LINKSRC = wcstring.3c
2104 2269  wstok.3c                                := LINKSRC = wcstring.3c
2105      -
2106      -wsxfrm.3c                               := LINKSRC = wcsxfrm.3c
2107      -
2108      -wordfree.3c                             := LINKSRC = wordexp.3c
2109      -
2110 2270  wscasecmp.3c                            := LINKSRC = wstring.3c
2111 2271  wscol.3c                                := LINKSRC = wstring.3c
2112 2272  wsdup.3c                                := LINKSRC = wstring.3c
2113 2273  wsncasecmp.3c                           := LINKSRC = wstring.3c
2114 2274  
     2275 +wcswidth_l.3c                           := LINKSRC = wcswidth.3c
     2276 +
     2277 +wsxfrm.3c                               := LINKSRC = wcsxfrm.3c
     2278 +
     2279 +wctob_l.3c                              := LINKSRC = wctob.3c
     2280 +
     2281 +wctomb_l.3c                             := LINKSRC = wctomb.3c
     2282 +
     2283 +towctrans.3c                            := LINKSRC = wctrans.3c
     2284 +towctrans_l.3c                          := LINKSRC = wctrans.3c
     2285 +wctrans_l.3c                            := LINKSRC = wctrans.3c
     2286 +
     2287 +wctype_l.3c                             := LINKSRC = wctype.3c
     2288 +
     2289 +wcwidth_l.3c                            := LINKSRC = wcwidth.3c
     2290 +
     2291 +wordfree.3c                             := LINKSRC = wordexp.3c
     2292 +
2115 2293  .KEEP_STATE:
2116 2294  
2117 2295  include         $(SRC)/man/Makefile.man
2118 2296  
2119 2297  install:        $(ROOTMANFILES) $(ROOTMANLINKS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX