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

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                              \
      799 +                getwchar_l.3c                           \
 787  800                  getzoneidbyname.3c                      \
 788  801                  getzonenamebyid.3c                      \
 789  802                  globfree.3c                             \
 790  803                  gmtime.3c                               \
 791  804                  gmtime_r.3c                             \
 792  805                  gsignal.3c                              \
 793  806                  hasmntopt.3c                            \
 794  807                  hcreate.3c                              \
 795  808                  hdestroy.3c                             \
 796  809                  initstate.3c                            \
 797  810                  innetgr.3c                              \
 798  811                  isalnum.3c                              \
      812 +                isalnum_l.3c                            \
 799  813                  isalpha.3c                              \
      814 +                isalpha_l.3c                            \
 800  815                  isascii.3c                              \
 801  816                  isblank.3c                              \
      817 +                isblank_l.3c                            \
 802  818                  iscntrl.3c                              \
      819 +                iscntrl_l.3c                            \
 803  820                  isdigit.3c                              \
      821 +                isdigit_l.3c                            \
 804  822                  isenglish.3c                            \
 805  823                  isgraph.3c                              \
      824 +                isgraph_l.3c                            \
 806  825                  isideogram.3c                           \
 807  826                  islower.3c                              \
      827 +                islower_l.3c                            \
 808  828                  isnanf.3c                               \
 809  829                  isnumber.3c                             \
 810  830                  isphonogram.3c                          \
 811  831                  isprint.3c                              \
      832 +                isprint_l.3c                            \
 812  833                  ispunct.3c                              \
      834 +                ispunct_l.3c                            \
 813  835                  isspace.3c                              \
      836 +                isspace_l.3c                            \
 814  837                  isspecial.3c                            \
 815  838                  isupper.3c                              \
      839 +                isupper_l.3c                            \
 816  840                  iswalnum.3c                             \
      841 +                iswalnum_l.3c                           \
      842 +                iswalpha_l.3c                           \
 817  843                  iswascii.3c                             \
 818  844                  iswblank.3c                             \
      845 +                iswblank_l.3c                           \
 819  846                  iswcntrl.3c                             \
      847 +                iswcntrl_l.3c                           \
      848 +                iswctype_l.3c                           \
 820  849                  iswdigit.3c                             \
      850 +                iswdigit_l.3c                           \
 821  851                  iswgraph.3c                             \
      852 +                iswgraph_l.3c                           \
      853 +                iswideogram.3c                          \
      854 +                iswideogram_l.3c                        \
      855 +                iswhexnumber.3c                         \
      856 +                iswhexnumber_l.3c                       \
 822  857                  iswlower.3c                             \
      858 +                iswlower_l.3c                           \
      859 +                iswnumber.3c                            \
      860 +                iswnumber_l.3c                          \
      861 +                iswphonogram.3c                         \
      862 +                iswphonogram_l.3c                       \
 823  863                  iswprint.3c                             \
      864 +                iswprint_l.3c                           \
 824  865                  iswpunct.3c                             \
      866 +                iswpunct_l.3c                           \
 825  867                  iswspace.3c                             \
      868 +                iswspace_l.3c                           \
      869 +                iswspecial.3c                           \
      870 +                iswspecial_l.3c                         \
 826  871                  iswupper.3c                             \
      872 +                iswupper_l.3c                           \
 827  873                  iswxdigit.3c                            \
      874 +                iswxdigit_l.3c                          \
 828  875                  isxdigit.3c                             \
      876 +                isxdigit_l.3c                           \
 829  877                  jrand48.3c                              \
 830  878                  l64a.3c                                 \
 831  879                  labs.3c                                 \
 832  880                  lcong48.3c                              \
 833  881                  ldiv.3c                                 \
 834  882                  lfind.3c                                \
 835  883                  llabs.3c                                \
 836  884                  lldiv.3c                                \
 837  885                  lltostr.3c                              \
 838  886                  localtime.3c                            \
 839  887                  localtime_r.3c                          \
 840  888                  longjmp.3c                              \
 841  889                  lrand48.3c                              \
 842  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                             \
 843  901                  memalign.3c                             \
 844  902                  membar_consumer.3c                      \
 845  903                  membar_enter.3c                         \
 846  904                  membar_exit.3c                          \
 847  905                  membar_producer.3c                      \
 848  906                  memccpy.3c                              \
 849  907                  memchr.3c                               \
 850  908                  memcmp.3c                               \
 851  909                  memcpy.3c                               \
 852  910                  memmove.3c                              \
↓ open down ↓ 8 lines elided ↑ open up ↑
 861  919                  mq_timedreceive.3c                      \
 862  920                  mq_timedsend.3c                         \
 863  921                  mrand48.3c                              \
 864  922                  munlock.3c                              \
 865  923                  munlockall.3c                           \
 866  924                  mutex_consistent.3c                     \
 867  925                  mutex_destroy.3c                        \
 868  926                  mutex_lock.3c                           \
 869  927                  mutex_trylock.3c                        \
 870  928                  mutex_unlock.3c                         \
      929 +                nl_langinfo_l.3c                        \
 871  930                  nftw.3c                                 \
 872  931                  ngettext.3c                             \
 873  932                  nrand48.3c                              \
 874  933                  openlog.3c                              \
 875  934                  pclose.3c                               \
 876  935                  port_dissociate.3c                      \
 877  936                  port_getn.3c                            \
 878  937                  port_sendn.3c                           \
 879  938                  posix_spawn_file_actions_addopen.3c     \
 880  939                  posix_spawn_file_actions_init.3c        \
↓ open down ↓ 169 lines elided ↑ open up ↑
1050 1109                  snprintf.3c                             \
1051 1110                  sprintf.3c                              \
1052 1111                  srand.3c                                \
1053 1112                  srand48.3c                              \
1054 1113                  srandom.3c                              \
1055 1114                  sscanf.3c                               \
1056 1115                  stderr.3c                               \
1057 1116                  stdin.3c                                \
1058 1117                  stdout.3c                               \
1059 1118                  strcasecmp.3c                           \
     1119 +                strcasecmp_l.3c                         \
1060 1120                  strcat.3c                               \
1061 1121                  strchr.3c                               \
1062 1122                  strcmp.3c                               \
     1123 +                strcoll_l.3c                            \
1063 1124                  strcpy.3c                               \
1064 1125                  strcspn.3c                              \
1065 1126                  strdup.3c                               \
1066 1127                  strerror_r.3c                           \
     1128 +                strfmon_l.3c                            \
     1129 +                strftime_l.3c                           \
1067 1130                  strlcat.3c                              \
1068 1131                  strlcpy.3c                              \
1069 1132                  strlen.3c                               \
1070 1133                  strncasecmp.3c                          \
     1134 +                strncasecmp_l.3c                        \
1071 1135                  strncat.3c                              \
1072 1136                  strncmp.3c                              \
1073 1137                  strncpy.3c                              \
1074 1138                  strnlen.3c                              \
1075 1139                  strpbrk.3c                              \
     1140 +                strptime_l.3c                           \
1076 1141                  strrchr.3c                              \
1077 1142                  strsep.3c                               \
1078 1143                  strspn.3c                               \
1079 1144                  strstr.3c                               \
1080 1145                  strtof.3c                               \
1081 1146                  strtok.3c                               \
1082 1147                  strtok_r.3c                             \
1083 1148                  strtold.3c                              \
1084 1149                  strtoll.3c                              \
1085 1150                  strtoull.3c                             \
1086 1151                  strtoumax.3c                            \
     1152 +                strxfrm_l.3c                            \
1087 1153                  swapcontext.3c                          \
1088 1154                  swprintf.3c                             \
1089 1155                  swscanf.3c                              \
1090 1156                  tdelete.3c                              \
1091 1157                  tempnam.3c                              \
1092 1158                  textdomain.3c                           \
1093 1159                  tfind.3c                                \
1094 1160                  thr_continue.3c                         \
1095 1161                  thr_getspecific.3c                      \
1096 1162                  thr_keycreate_once.3c                   \
1097 1163                  thr_setconcurrency.3c                   \
1098 1164                  thr_setprio.3c                          \
1099 1165                  thr_setspecific.3c                      \
1100 1166                  timer_getoverrun.3c                     \
1101 1167                  timer_gettime.3c                        \
1102 1168                  timerclear.3c                           \
1103 1169                  timercmp.3c                             \
1104 1170                  timerisset.3c                           \
1105 1171                  timersub.3c                             \
1106 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                           \
1107 1179                  ttyname_r.3c                            \
1108 1180                  twalk.3c                                \
1109 1181                  tzset.3c                                \
1110 1182                  uconv_u16tou8.3c                        \
1111 1183                  uconv_u32tou16.3c                       \
1112 1184                  uconv_u32tou8.3c                        \
1113 1185                  uconv_u8tou16.3c                        \
1114 1186                  uconv_u8tou32.3c                        \
1115 1187                  ucred_free.3c                           \
1116 1188                  ucred_getegid.3c                        \
↓ open down ↓ 34 lines elided ↑ open up ↑
1151 1223                  vwarnx.3c                               \
1152 1224                  vwprintf.3c                             \
1153 1225                  vwscanf.3c                              \
1154 1226                  wait4.3c                                \
1155 1227                  warn.3c                                 \
1156 1228                  warnx.3c                                \
1157 1229                  watof.3c                                \
1158 1230                  watoi.3c                                \
1159 1231                  watol.3c                                \
1160 1232                  watoll.3c                               \
     1233 +                wcrtomb_l.3c                            \
1161 1234                  wcscat.3c                               \
1162 1235                  wcschr.3c                               \
1163 1236                  wcscmp.3c                               \
     1237 +                wcscoll_l.3c                            \
1164 1238                  wcscpy.3c                               \
1165 1239                  wcscspn.3c                              \
1166 1240                  wcsetno.3c                              \
1167 1241                  wcslen.3c                               \
1168 1242                  wcsncat.3c                              \
1169 1243                  wcsncmp.3c                              \
1170 1244                  wcsncpy.3c                              \
1171 1245                  wcspbrk.3c                              \
1172 1246                  wcsrchr.3c                              \
1173 1247                  wcsspn.3c                               \
1174 1248                  wcstof.3c                               \
1175 1249                  wcstok.3c                               \
1176 1250                  wcstold.3c                              \
1177 1251                  wcstoll.3c                              \
1178 1252                  wcstoull.3c                             \
1179 1253                  wcstoumax.3c                            \
1180 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                            \
1181 1261                  windex.3c                               \
1182 1262                  wordfree.3c                             \
1183 1263                  wprintf.3c                              \
1184 1264                  wrindex.3c                              \
1185 1265                  wscanf.3c                               \
1186 1266                  wscasecmp.3c                            \
1187 1267                  wscat.3c                                \
1188 1268                  wschr.3c                                \
1189 1269                  wscmp.3c                                \
1190 1270                  wscol.3c                                \
↓ open down ↓ 144 lines elided ↑ open up ↑
1335 1415  atomic_swap_ptr.3c                      := LINKSRC = atomic_swap.3c
1336 1416  atomic_swap_uchar.3c                    := LINKSRC = atomic_swap.3c
1337 1417  atomic_swap_uint.3c                     := LINKSRC = atomic_swap.3c
1338 1418  atomic_swap_ulong.3c                    := LINKSRC = atomic_swap.3c
1339 1419  atomic_swap_ushort.3c                   := LINKSRC = atomic_swap.3c
1340 1420  
1341 1421  bcmp.3c                                 := LINKSRC = bstring.3c
1342 1422  bcopy.3c                                := LINKSRC = bstring.3c
1343 1423  bzero.3c                                := LINKSRC = bstring.3c
1344 1424  
     1425 +btowc_l.3c                              := LINKSRC = btowc.3c
     1426 +
1345 1427  catclose.3c                             := LINKSRC = catopen.3c
1346 1428  
1347 1429  cfgetospeed.3c                          := LINKSRC = cfgetispeed.3c
1348 1430  
1349 1431  cfsetospeed.3c                          := LINKSRC = cfsetispeed.3c
1350 1432  
1351 1433  clock_getres.3c                         := LINKSRC = clock_settime.3c
1352 1434  clock_gettime.3c                        := LINKSRC = clock_settime.3c
1353 1435  
1354 1436  fdwalk.3c                               := LINKSRC = closefrom.3c
↓ open down ↓ 15 lines elided ↑ open up ↑
1370 1452  asctime.3c                              := LINKSRC = ctime.3c
1371 1453  asctime_r.3c                            := LINKSRC = ctime.3c
1372 1454  ctime_r.3c                              := LINKSRC = ctime.3c
1373 1455  gmtime.3c                               := LINKSRC = ctime.3c
1374 1456  gmtime_r.3c                             := LINKSRC = ctime.3c
1375 1457  localtime.3c                            := LINKSRC = ctime.3c
1376 1458  localtime_r.3c                          := LINKSRC = ctime.3c
1377 1459  tzset.3c                                := LINKSRC = ctime.3c
1378 1460  
1379 1461  isalnum.3c                              := LINKSRC = ctype.3c
     1462 +isalnum_l.3c                            := LINKSRC = ctype.3c
1380 1463  isalpha.3c                              := LINKSRC = ctype.3c
     1464 +isalpha_l.3c                            := LINKSRC = ctype.3c
1381 1465  isascii.3c                              := LINKSRC = ctype.3c
1382 1466  isblank.3c                              := LINKSRC = ctype.3c
     1467 +isblank_l.3c                            := LINKSRC = ctype.3c
1383 1468  iscntrl.3c                              := LINKSRC = ctype.3c
     1469 +iscntrl_l.3c                            := LINKSRC = ctype.3c
1384 1470  isdigit.3c                              := LINKSRC = ctype.3c
     1471 +isdigit_l.3c                            := LINKSRC = ctype.3c
1385 1472  isgraph.3c                              := LINKSRC = ctype.3c
     1473 +isgraph_l.3c                            := LINKSRC = ctype.3c
1386 1474  islower.3c                              := LINKSRC = ctype.3c
     1475 +islower_l.3c                            := LINKSRC = ctype.3c
1387 1476  isprint.3c                              := LINKSRC = ctype.3c
     1477 +isprint_l.3c                            := LINKSRC = ctype.3c
1388 1478  ispunct.3c                              := LINKSRC = ctype.3c
     1479 +ispunct_l.3c                            := LINKSRC = ctype.3c
1389 1480  isspace.3c                              := LINKSRC = ctype.3c
     1481 +isspace_l.3c                            := LINKSRC = ctype.3c
1390 1482  isupper.3c                              := LINKSRC = ctype.3c
     1483 +isupper_l.3c                            := LINKSRC = ctype.3c
1391 1484  isxdigit.3c                             := LINKSRC = ctype.3c
     1485 +isxdigit_l.3c                           := LINKSRC = ctype.3c
1392 1486  
1393 1487  decimal_to_double.3c                    := LINKSRC = decimal_to_floating.3c
1394 1488  decimal_to_extended.3c                  := LINKSRC = decimal_to_floating.3c
1395 1489  decimal_to_quadruple.3c                 := LINKSRC = decimal_to_floating.3c
1396 1490  decimal_to_single.3c                    := LINKSRC = decimal_to_floating.3c
1397 1491  
1398 1492  ldiv.3c                                 := LINKSRC = div.3c
1399 1493  lldiv.3c                                := LINKSRC = div.3c
1400 1494  
1401 1495  dladdr1.3c                              := LINKSRC = dladdr.3c
↓ open down ↓ 53 lines elided ↑ open up ↑
1455 1549  fsetattr.3c                             := LINKSRC = fgetattr.3c
1456 1550  getattrat.3c                            := LINKSRC = fgetattr.3c
1457 1551  setattrat.3c                            := LINKSRC = fgetattr.3c
1458 1552  
1459 1553  getc.3c                                 := LINKSRC = fgetc.3c
1460 1554  getc_unlocked.3c                        := LINKSRC = fgetc.3c
1461 1555  getchar.3c                              := LINKSRC = fgetc.3c
1462 1556  getchar_unlocked.3c                     := LINKSRC = fgetc.3c
1463 1557  getw.3c                                 := LINKSRC = fgetc.3c
1464 1558  
     1559 +fgetwc_l.3c                             := LINKSRC = fgetwc.3c
     1560 +
1465 1561  double_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1466 1562  extended_to_decimal.3c                  := LINKSRC = floating_to_decimal.3c
1467 1563  quadruple_to_decimal.3c                 := LINKSRC = floating_to_decimal.3c
1468 1564  single_to_decimal.3c                    := LINKSRC = floating_to_decimal.3c
1469 1565  
1470 1566  ftrylockfile.3c                         := LINKSRC = flockfile.3c
1471 1567  funlockfile.3c                          := LINKSRC = flockfile.3c
1472 1568  
1473 1569  fpgetmask.3c                            := LINKSRC = fpgetround.3c
1474 1570  fpgetsticky.3c                          := LINKSRC = fpgetround.3c
↓ open down ↓ 109 lines elided ↑ open up ↑
1584 1680  pututxline.3c                           := LINKSRC = getutxent.3c
1585 1681  setutxent.3c                            := LINKSRC = getutxent.3c
1586 1682  updwtmp.3c                              := LINKSRC = getutxent.3c
1587 1683  updwtmpx.3c                             := LINKSRC = getutxent.3c
1588 1684  utmpxname.3c                            := LINKSRC = getutxent.3c
1589 1685  
1590 1686  getvfsany.3c                            := LINKSRC = getvfsent.3c
1591 1687  getvfsfile.3c                           := LINKSRC = getvfsent.3c
1592 1688  getvfsspec.3c                           := LINKSRC = getvfsent.3c
1593 1689  
     1690 +getwc_l.3c                              := LINKSRC = getwc.3c
     1691 +
     1692 +getwchar_l.3c                           := LINKSRC = getwchar.3c
     1693 +
1594 1694  fgetws.3c                               := LINKSRC = getws.3c
1595 1695  
1596 1696  getzoneidbyname.3c                      := LINKSRC = getzoneid.3c
1597 1697  getzonenamebyid.3c                      := LINKSRC = getzoneid.3c
1598 1698  
1599 1699  globfree.3c                             := LINKSRC = glob.3c
1600 1700  
1601 1701  hcreate.3c                              := LINKSRC = hsearch.3c
1602 1702  hdestroy.3c                             := LINKSRC = hsearch.3c
1603 1703  
↓ open down ↓ 5 lines elided ↑ open up ↑
1609 1709  fpclass.3c                              := LINKSRC = isnand.3c
1610 1710  isnanf.3c                               := LINKSRC = isnand.3c
1611 1711  unordered.3c                            := LINKSRC = isnand.3c
1612 1712  
1613 1713  isenglish.3c                            := LINKSRC = iswalpha.3c
1614 1714  isideogram.3c                           := LINKSRC = iswalpha.3c
1615 1715  isnumber.3c                             := LINKSRC = iswalpha.3c
1616 1716  isphonogram.3c                          := LINKSRC = iswalpha.3c
1617 1717  isspecial.3c                            := LINKSRC = iswalpha.3c
1618 1718  iswalnum.3c                             := LINKSRC = iswalpha.3c
     1719 +iswalnum_l.3c                           := LINKSRC = iswalpha.3c
     1720 +iswalpha_l.3c                           := LINKSRC = iswalpha.3c
1619 1721  iswascii.3c                             := LINKSRC = iswalpha.3c
1620 1722  iswblank.3c                             := LINKSRC = iswalpha.3c
     1723 +iswblank_l.3c                           := LINKSRC = iswalpha.3c
1621 1724  iswcntrl.3c                             := LINKSRC = iswalpha.3c
     1725 +iswcntrl_l.3c                           := LINKSRC = iswalpha.3c
1622 1726  iswdigit.3c                             := LINKSRC = iswalpha.3c
     1727 +iswdigit_l.3c                           := LINKSRC = iswalpha.3c
1623 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
1624 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
1625 1740  iswprint.3c                             := LINKSRC = iswalpha.3c
     1741 +iswprint_l.3c                           := LINKSRC = iswalpha.3c
1626 1742  iswpunct.3c                             := LINKSRC = iswalpha.3c
     1743 +iswpunct_l.3c                           := LINKSRC = iswalpha.3c
1627 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
1628 1748  iswupper.3c                             := LINKSRC = iswalpha.3c
     1749 +iswupper_l.3c                           := LINKSRC = iswalpha.3c
1629 1750  iswxdigit.3c                            := LINKSRC = iswalpha.3c
     1751 +iswxdigit_l.3c                          := LINKSRC = iswalpha.3c
1630 1752  
     1753 +iswctype_l.3c                           := LINKSRC = iswctype.3c
     1754 +
1631 1755  ulckpwdf.3c                             := LINKSRC = lckpwdf.3c
1632 1756  
1633 1757  lfind.3c                                := LINKSRC = lsearch.3c
1634 1758  
1635 1759  swapcontext.3c                          := LINKSRC = makecontext.3c
1636 1760  
1637 1761  major.3c                                := LINKSRC = makedev.3c
1638 1762  minor.3c                                := LINKSRC = makedev.3c
1639 1763  
1640 1764  alloca.3c                               := LINKSRC = malloc.3c
1641 1765  calloc.3c                               := LINKSRC = malloc.3c
1642 1766  free.3c                                 := LINKSRC = malloc.3c
1643 1767  memalign.3c                             := LINKSRC = malloc.3c
1644 1768  realloc.3c                              := LINKSRC = malloc.3c
1645 1769  valloc.3c                               := LINKSRC = malloc.3c
1646 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 +
1647 1787  membar_consumer.3c                      := LINKSRC = membar_ops.3c
1648 1788  membar_enter.3c                         := LINKSRC = membar_ops.3c
1649 1789  membar_exit.3c                          := LINKSRC = membar_ops.3c
1650 1790  membar_producer.3c                      := LINKSRC = membar_ops.3c
1651 1791  
1652 1792  memccpy.3c                              := LINKSRC = memory.3c
1653 1793  memchr.3c                               := LINKSRC = memory.3c
1654 1794  memcmp.3c                               := LINKSRC = memory.3c
1655 1795  memcpy.3c                               := LINKSRC = memory.3c
1656 1796  memmove.3c                              := LINKSRC = memory.3c
↓ open down ↓ 23 lines elided ↑ open up ↑
1680 1820  dbm_clearerr.3c                         := LINKSRC = ndbm.3c
1681 1821  dbm_close.3c                            := LINKSRC = ndbm.3c
1682 1822  dbm_delete.3c                           := LINKSRC = ndbm.3c
1683 1823  dbm_error.3c                            := LINKSRC = ndbm.3c
1684 1824  dbm_fetch.3c                            := LINKSRC = ndbm.3c
1685 1825  dbm_firstkey.3c                         := LINKSRC = ndbm.3c
1686 1826  dbm_nextkey.3c                          := LINKSRC = ndbm.3c
1687 1827  dbm_open.3c                             := LINKSRC = ndbm.3c
1688 1828  dbm_store.3c                            := LINKSRC = ndbm.3c
1689 1829  
     1830 +duplocale.3c                            := LINKSRC = newlocale.3c
     1831 +freelocale.3c                           := LINKSRC = newlocale.3c
     1832 +
     1833 +nl_langinfo_l.3c                        := LINKSRC = nl_langinfo.3c
     1834 +
1690 1835  fdopendir.3c                            := LINKSRC = opendir.3c
1691 1836  
1692 1837  errno.3c                                := LINKSRC = perror.3c
1693 1838  
1694 1839  pclose.3c                               := LINKSRC = popen.3c
1695 1840  
1696 1841  port_dissociate.3c                      := LINKSRC = port_associate.3c
1697 1842  
1698 1843  port_getn.3c                            := LINKSRC = port_get.3c
1699 1844  
↓ open down ↓ 231 lines elided ↑ open up ↑
1931 2076  sigtimedwait.3c                         := LINKSRC = sigwaitinfo.3c
1932 2077  
1933 2078  gsignal.3c                              := LINKSRC = ssignal.3c
1934 2079  
1935 2080  stderr.3c                               := LINKSRC = stdio.3c
1936 2081  stdin.3c                                := LINKSRC = stdio.3c
1937 2082  stdout.3c                               := LINKSRC = stdio.3c
1938 2083  
1939 2084  sig2str.3c                              := LINKSRC = str2sig.3c
1940 2085  
     2086 +strcoll_l.3c                            := LINKSRC = strcoll.3c
     2087 +
1941 2088  strerror_r.3c                           := LINKSRC = strerror.3c
1942 2089  
     2090 +strfmon_l.3c                            := LINKSRC = strfmon.3c
     2091 +
1943 2092  ascftime.3c                             := LINKSRC = strftime.3c
1944 2093  cftime.3c                               := LINKSRC = strftime.3c
     2094 +strftime_l.3c                           := LINKSRC = strftime.3c
1945 2095  
1946 2096  strcasecmp.3c                           := LINKSRC = string.3c
     2097 +strcasecmp_l.3c                         := LINKSRC = string.3c
1947 2098  strcat.3c                               := LINKSRC = string.3c
1948 2099  strchr.3c                               := LINKSRC = string.3c
1949 2100  strcmp.3c                               := LINKSRC = string.3c
1950 2101  strcpy.3c                               := LINKSRC = string.3c
1951 2102  strcspn.3c                              := LINKSRC = string.3c
1952 2103  strdup.3c                               := LINKSRC = string.3c
1953 2104  strlcat.3c                              := LINKSRC = string.3c
1954 2105  strlcpy.3c                              := LINKSRC = string.3c
1955 2106  strlen.3c                               := LINKSRC = string.3c
1956 2107  strncasecmp.3c                          := LINKSRC = string.3c
     2108 +strncasecmp_l.3c                        := LINKSRC = string.3c
1957 2109  strncat.3c                              := LINKSRC = string.3c
1958 2110  strncmp.3c                              := LINKSRC = string.3c
1959 2111  strncpy.3c                              := LINKSRC = string.3c
1960 2112  strnlen.3c                              := LINKSRC = string.3c
1961 2113  strpbrk.3c                              := LINKSRC = string.3c
1962 2114  strrchr.3c                              := LINKSRC = string.3c
1963 2115  strsep.3c                               := LINKSRC = string.3c
1964 2116  strspn.3c                               := LINKSRC = string.3c
1965 2117  strstr.3c                               := LINKSRC = string.3c
1966 2118  strtok.3c                               := LINKSRC = string.3c
1967 2119  strtok_r.3c                             := LINKSRC = string.3c
1968 2120  
1969 2121  file_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
1970 2122  func_to_decimal.3c                      := LINKSRC = string_to_decimal.3c
1971 2123  
     2124 +strptime_l.3c                           := LINKSRC = strptime.3c
     2125 +
1972 2126  atof.3c                                 := LINKSRC = strtod.3c
1973 2127  strtof.3c                               := LINKSRC = strtod.3c
1974 2128  strtold.3c                              := LINKSRC = strtod.3c
1975 2129  
1976 2130  strtoumax.3c                            := LINKSRC = strtoimax.3c
1977 2131  
1978 2132  atoi.3c                                 := LINKSRC = strtol.3c
1979 2133  atol.3c                                 := LINKSRC = strtol.3c
1980 2134  atoll.3c                                := LINKSRC = strtol.3c
1981 2135  lltostr.3c                              := LINKSRC = strtol.3c
1982 2136  strtoll.3c                              := LINKSRC = strtol.3c
1983 2137  ulltostr.3c                             := LINKSRC = strtol.3c
1984 2138  
1985 2139  strtoull.3c                             := LINKSRC = strtoul.3c
     2140 +
1986 2141  wstostr.3c                              := LINKSRC = strtows.3c
1987 2142  
     2143 +strxfrm_l.3c                            := LINKSRC = strxfrm.3c
     2144 +
1988 2145  closelog.3c                             := LINKSRC = syslog.3c
1989 2146  openlog.3c                              := LINKSRC = syslog.3c
1990 2147  setlogmask.3c                           := LINKSRC = syslog.3c
1991 2148  
1992 2149  thr_setconcurrency.3c                   := LINKSRC = thr_getconcurrency.3c
1993 2150  
1994 2151  thr_setprio.3c                          := LINKSRC = thr_getprio.3c
1995 2152  
1996 2153  thr_getspecific.3c                      := LINKSRC = thr_keycreate.3c
1997 2154  thr_keycreate_once.3c                   := LINKSRC = thr_keycreate.3c
↓ open down ↓ 5 lines elided ↑ open up ↑
2003 2160  timer_gettime.3c                        := LINKSRC = timer_settime.3c
2004 2161  
2005 2162  timerclear.3c                           := LINKSRC = timeradd.3c
2006 2163  timercmp.3c                             := LINKSRC = timeradd.3c
2007 2164  timerisset.3c                           := LINKSRC = timeradd.3c
2008 2165  timersub.3c                             := LINKSRC = timeradd.3c
2009 2166  
2010 2167  tempnam.3c                              := LINKSRC = tmpnam.3c
2011 2168  tmpnam_r.3c                             := LINKSRC = tmpnam.3c
2012 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 +
2013 2178  ftruncate.3c                            := LINKSRC = truncate.3c
2014 2179  
2015 2180  tdelete.3c                              := LINKSRC = tsearch.3c
2016 2181  tfind.3c                                := LINKSRC = tsearch.3c
2017 2182  twalk.3c                                := LINKSRC = tsearch.3c
2018 2183  
2019 2184  ttyname_r.3c                            := LINKSRC = ttyname.3c
2020 2185  
2021 2186  uconv_u16tou8.3c                        := LINKSRC = uconv_u16tou32.3c
2022 2187  uconv_u32tou16.3c                       := LINKSRC = uconv_u16tou32.3c
↓ open down ↓ 26 lines elided ↑ open up ↑
2049 2214  vsprintf.3c                             := LINKSRC = vprintf.3c
2050 2215  
2051 2216  wait4.3c                                := LINKSRC = wait3.3c
2052 2217  
2053 2218  addrtosymstr.3c                         := LINKSRC = walkcontext.3c
2054 2219  backtrace.3c                            := LINKSRC = walkcontext.3c
2055 2220  backtrace_symbols.3c                    := LINKSRC = walkcontext.3c
2056 2221  backtrace_symbols_fd.3c                 := LINKSRC = walkcontext.3c
2057 2222  printstack.3c                           := LINKSRC = walkcontext.3c
2058 2223  
     2224 +wcrtomb_l.3c                            := LINKSRC = wcrtomb.3c
     2225 +
     2226 +wcscoll_l.3c                            := LINKSRC = wcscoll.3c
2059 2227  wscoll.3c                               := LINKSRC = wcscoll.3c
2060 2228  
2061 2229  watof.3c                                := LINKSRC = wcstod.3c
2062 2230  wcstof.3c                               := LINKSRC = wcstod.3c
2063 2231  wcstold.3c                              := LINKSRC = wcstod.3c
2064 2232  wstod.3c                                := LINKSRC = wcstod.3c
2065 2233  
2066 2234  wcstoumax.3c                            := LINKSRC = wcstoimax.3c
2067 2235  
2068 2236  watoi.3c                                := LINKSRC = wcstol.3c
↓ open down ↓ 26 lines elided ↑ open up ↑
2095 2263  wscpy.3c                                := LINKSRC = wcstring.3c
2096 2264  wscspn.3c                               := LINKSRC = wcstring.3c
2097 2265  wslen.3c                                := LINKSRC = wcstring.3c
2098 2266  wsncat.3c                               := LINKSRC = wcstring.3c
2099 2267  wsncmp.3c                               := LINKSRC = wcstring.3c
2100 2268  wsncpy.3c                               := LINKSRC = wcstring.3c
2101 2269  wspbrk.3c                               := LINKSRC = wcstring.3c
2102 2270  wsrchr.3c                               := LINKSRC = wcstring.3c
2103 2271  wsspn.3c                                := LINKSRC = wcstring.3c
2104 2272  wstok.3c                                := LINKSRC = wcstring.3c
2105      -
2106      -wsxfrm.3c                               := LINKSRC = wcsxfrm.3c
2107      -
2108      -wordfree.3c                             := LINKSRC = wordexp.3c
2109      -
2110 2273  wscasecmp.3c                            := LINKSRC = wstring.3c
2111 2274  wscol.3c                                := LINKSRC = wstring.3c
2112 2275  wsdup.3c                                := LINKSRC = wstring.3c
2113 2276  wsncasecmp.3c                           := LINKSRC = wstring.3c
2114 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 +
2115 2296  .KEEP_STATE:
2116 2297  
2117 2298  include         $(SRC)/man/Makefile.man
2118 2299  
2119 2300  install:        $(ROOTMANFILES) $(ROOTMANLINKS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX