Print this page
cfmakeraw
cfsetspeed

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/Makefile
          +++ new/usr/src/man/man3c/Makefile
↓ open down ↓ 6 lines elided ↑ open up ↑
   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 2018 Nexenta Systems, Inc.
  15   15  # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  16   16  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  17      -# Copyright 2018 Joyent, Inc.
       17 +# Copyright 2019 Joyent, Inc.
  18   18  # Copyright 2018 Jason King
  19   19  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  20   20  #
  21   21  
  22   22  include         $(SRC)/Makefile.master
  23   23  
  24   24  MANSECT=        3c
  25   25  
  26   26  MANFILES=       __fbufsize.3c                                   \
  27   27                  _longjmp.3c                                     \
↓ open down ↓ 31 lines elided ↑ open up ↑
  59   59                  basename.3c                                     \
  60   60                  bsd_signal.3c                                   \
  61   61                  bsearch.3c                                      \
  62   62                  bstring.3c                                      \
  63   63                  btowc.3c                                        \
  64   64                  byteorder.3c                                    \
  65   65                  call_once.3c                                    \
  66   66                  catgets.3c                                      \
  67   67                  catopen.3c                                      \
  68   68                  cfgetispeed.3c                                  \
       69 +                cfmakeraw.3c                                    \
  69   70                  cfsetispeed.3c                                  \
  70   71                  clearenv.3c                                     \
  71   72                  clock.3c                                        \
  72   73                  clock_nanosleep.3c                              \
  73   74                  clock_settime.3c                                \
  74   75                  closedir.3c                                     \
  75   76                  closefrom.3c                                    \
  76   77                  cnd.3c                                          \
  77   78                  cond_init.3c                                    \
  78   79                  confstr.3c                                      \
↓ open down ↓ 643 lines elided ↑ open up ↑
 722  723                  betoh64.3c                              \
 723  724                  bind_textdomain_codeset.3c              \
 724  725                  bindtextdomain.3c                       \
 725  726                  btowc_l.3c                              \
 726  727                  bzero.3c                                \
 727  728                  calloc.3c                               \
 728  729                  canonicalize_file_name.3c               \
 729  730                  catclose.3c                             \
 730  731                  cfgetospeed.3c                          \
 731  732                  cfsetospeed.3c                          \
      733 +                cfsetspeed.3c                           \
 732  734                  cftime.3c                               \
 733  735                  clearerr.3c                             \
 734  736                  clock_getres.3c                         \
 735  737                  clock_gettime.3c                        \
 736  738                  closelog.3c                             \
 737  739                  cnd_broadcast.3c                        \
 738  740                  cnd_destroy.3c                          \
 739  741                  cnd_init.3c                             \
 740  742                  cnd_signal.3c                           \
 741  743                  cnd_timedwait.3c                        \
↓ open down ↓ 851 lines elided ↑ open up ↑
1593 1595  ntohll.3c                               := LINKSRC = byteorder.3c
1594 1596  ntohs.3c                                := LINKSRC = byteorder.3c
1595 1597  
1596 1598  canonicalize_file_name.3c               := LINKSRC = realpath.3c
1597 1599  
1598 1600  catclose.3c                             := LINKSRC = catopen.3c
1599 1601  
1600 1602  cfgetospeed.3c                          := LINKSRC = cfgetispeed.3c
1601 1603  
1602 1604  cfsetospeed.3c                          := LINKSRC = cfsetispeed.3c
     1605 +cfsetspeed.3c                           := LINKSRC = cfsetispeed.3c
1603 1606  
1604 1607  clock_getres.3c                         := LINKSRC = clock_settime.3c
1605 1608  clock_gettime.3c                        := LINKSRC = clock_settime.3c
1606 1609  
1607 1610  fdwalk.3c                               := LINKSRC = closefrom.3c
1608 1611  
1609 1612  cnd_broadcast.3c                        := LINKSRC = cnd.3c
1610 1613  cnd_destroy.3c                          := LINKSRC = cnd.3c
1611 1614  cnd_init.3c                             := LINKSRC = cnd.3c
1612 1615  cnd_signal.3c                           := LINKSRC = cnd.3c
↓ open down ↓ 979 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX