Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fix various vis/unvis issues:



details:   https://anonhg.NetBSD.org/src/rev/45b903d5d41d
branches:  trunk
changeset: 763199:45b903d5d41d
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 12 19:52:45 2011 +0000

description:
Fix various vis/unvis issues:
- no need for all the weak symbols
- define a new _VIS_END flag for UNVIS_END so that there are no collisions
  between and vis and unvis flags.
- add bound versions of the vis and unvis functions that take the length of
  the destination buffer. Unlike the OpenBSD ones they return -1 or NULL if
  the buffer is not large enough, instead of silently truncating.

diffstat:

 distrib/sets/lists/base/ad.mips64eb    |    6 +-
 distrib/sets/lists/base/ad.mips64el    |    6 +-
 distrib/sets/lists/base/md.amd64       |    4 +-
 distrib/sets/lists/base/md.sparc64     |    4 +-
 distrib/sets/lists/base/shl.mi         |    6 +-
 distrib/sets/lists/comp/ad.mips64eb    |    6 +-
 distrib/sets/lists/comp/ad.mips64el    |    6 +-
 distrib/sets/lists/comp/md.amd64       |    4 +-
 distrib/sets/lists/comp/md.sparc64     |    4 +-
 distrib/sets/lists/comp/mi             |   26 ++++-
 distrib/sets/lists/comp/shl.mi         |    4 +-
 include/vis.h                          |   23 +++-
 lib/libc/compat/gen/Makefile.inc       |    5 +-
 lib/libc/compat/gen/compat___unvis13.c |   57 +++++++++
 lib/libc/compat/gen/compat_unvis.c     |   11 +-
 lib/libc/compat/include/vis.h          |    3 +-
 lib/libc/gen/Makefile.inc              |    7 +-
 lib/libc/gen/unvis.3                   |   36 +++++-
 lib/libc/gen/unvis.c                   |   56 +++++++--
 lib/libc/gen/vis.3                     |  125 +++++++++++++++++--
 lib/libc/gen/vis.c                     |  200 +++++++++++++++++++++++++-------
 lib/libc/include/namespace.h           |   10 +-
 lib/libc/shlib_version                 |    4 +-
 tests/lib/libc/gen/t_vis.c             |   16 +-
 24 files changed, 492 insertions(+), 137 deletions(-)

diffs (truncated from 1480 to 300 lines):

diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/base/ad.mips64eb
--- a/distrib/sets/lists/base/ad.mips64eb       Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/base/ad.mips64eb       Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64eb,v 1.43 2011/02/16 03:42:17 christos Exp $
+# $NetBSD: ad.mips64eb,v 1.44 2011/03/12 19:52:45 christos Exp $
 ./libexec/ld.elf_so-64                         base-compat-shlib       compat,pic
 ./libexec/ld.elf_so-o32                                base-sysutil-bin        compat,pic
 ./usr/lib/64                                   base-compat-lib
@@ -66,7 +66,7 @@
 ./usr/lib/64/libbz2.so.1                       base-compat-shlib       compat,pic
 ./usr/lib/64/libbz2.so.1.1                     base-compat-shlib       compat,pic
 ./usr/lib/64/libc.so.12                                base-compat-shlib       compat,pic
-./usr/lib/64/libc.so.12.176                    base-compat-shlib       compat,pic
+./usr/lib/64/libc.so.12.177                    base-compat-shlib       compat,pic
 ./usr/lib/64/libcom_err.so.6                   base-compat-shlib       compat,pic,kerberos
 ./usr/lib/64/libcom_err.so.6.0                 base-compat-shlib       compat,pic,kerberos
 ./usr/lib/64/libcrypt.so.1                     base-compat-shlib       compat,pic
@@ -333,7 +333,7 @@
 ./usr/lib/o32/libbz2.so.1                      base-compat-shlib       compat,pic
 ./usr/lib/o32/libbz2.so.1.1                    base-compat-shlib       compat,pic
 ./usr/lib/o32/libc.so.12                       base-compat-shlib       compat,pic
-./usr/lib/o32/libc.so.12.176                   base-compat-shlib       compat,pic
+./usr/lib/o32/libc.so.12.177                   base-compat-shlib       compat,pic
 ./usr/lib/o32/libcom_err.so.6                  base-compat-shlib       compat,pic,kerberos
 ./usr/lib/o32/libcom_err.so.6.0                        base-compat-shlib       compat,pic,kerberos
 ./usr/lib/o32/libcrypt.so.1                    base-compat-shlib       compat,pic
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/base/ad.mips64el
--- a/distrib/sets/lists/base/ad.mips64el       Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/base/ad.mips64el       Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64el,v 1.41 2011/02/16 03:42:17 christos Exp $
+# $NetBSD: ad.mips64el,v 1.42 2011/03/12 19:52:45 christos Exp $
 ./libexec/ld.elf_so-64                         base-compat-shlib       compat,pic
 ./libexec/ld.elf_so-o32                                base-sysutil-bin        compat,pic
 ./usr/lib/64                                   base-compat-lib
@@ -66,7 +66,7 @@
 ./usr/lib/64/libbz2.so.1                       base-compat-shlib       compat,pic
 ./usr/lib/64/libbz2.so.1.1                     base-compat-shlib       compat,pic
 ./usr/lib/64/libc.so.12                                base-compat-shlib       compat,pic
-./usr/lib/64/libc.so.12.176                    base-compat-shlib       compat,pic
+./usr/lib/64/libc.so.12.177                    base-compat-shlib       compat,pic
 ./usr/lib/64/libcom_err.so.6                   base-compat-shlib       compat,pic,kerberos
 ./usr/lib/64/libcom_err.so.6.0                 base-compat-shlib       compat,pic,kerberos
 ./usr/lib/64/libcrypt.so.1                     base-compat-shlib       compat,pic
@@ -333,7 +333,7 @@
 ./usr/lib/o32/libbz2.so.1                      base-compat-shlib       compat,pic
 ./usr/lib/o32/libbz2.so.1.1                    base-compat-shlib       compat,pic
 ./usr/lib/o32/libc.so.12                       base-compat-shlib       compat,pic
-./usr/lib/o32/libc.so.12.176                   base-compat-shlib       compat,pic
+./usr/lib/o32/libc.so.12.177                   base-compat-shlib       compat,pic
 ./usr/lib/o32/libcom_err.so.6                  base-compat-shlib       compat,pic,kerberos
 ./usr/lib/o32/libcom_err.so.6.0                        base-compat-shlib       compat,pic,kerberos
 ./usr/lib/o32/libcrypt.so.1                    base-compat-shlib       compat,pic
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/base/md.amd64
--- a/distrib/sets/lists/base/md.amd64  Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/base/md.amd64  Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.116 2011/02/16 03:42:17 christos Exp $
+# $NetBSD: md.amd64,v 1.117 2011/03/12 19:52:45 christos Exp $
 ./dev/lms0                                     base-obsolete           obsolete
 ./dev/mms0                                     base-obsolete           obsolete
 ./libexec/ld.elf_so-i386                       base-sys-shlib          compat,pic
@@ -69,7 +69,7 @@
 ./usr/lib/i386/libbz2.so.1                     base-compat-shlib       compat,pic
 ./usr/lib/i386/libbz2.so.1.1                   base-compat-shlib       compat,pic
 ./usr/lib/i386/libc.so.12                      base-compat-shlib       compat,pic
-./usr/lib/i386/libc.so.12.176                  base-compat-shlib       compat,pic
+./usr/lib/i386/libc.so.12.177                  base-compat-shlib       compat,pic
 ./usr/lib/i386/libcom_err.so.6                 base-compat-shlib       compat,pic,kerberos
 ./usr/lib/i386/libcom_err.so.6.0               base-compat-shlib       compat,pic,kerberos
 ./usr/lib/i386/libcrypt.so.1                   base-compat-shlib       compat,pic
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/base/md.sparc64
--- a/distrib/sets/lists/base/md.sparc64        Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/base/md.sparc64        Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.sparc64,v 1.109 2011/02/16 03:42:17 christos Exp $
+# $NetBSD: md.sparc64,v 1.110 2011/03/12 19:52:45 christos Exp $
 ./libexec/ld.elf_so-sparc                      base-sysutil-bin        compat,pic
 ./sbin/edlabel                                 base-sysutil-root       obsolete
 ./usr/bin/fdformat                             base-util-bin
@@ -67,7 +67,7 @@
 ./usr/lib/sparc/libbz2.so.1                    base-compat-shlib       compat,pic
 ./usr/lib/sparc/libbz2.so.1.1                  base-compat-shlib       compat,pic
 ./usr/lib/sparc/libc.so.12                     base-compat-shlib       compat,pic
-./usr/lib/sparc/libc.so.12.176                 base-compat-shlib       compat,pic
+./usr/lib/sparc/libc.so.12.177                 base-compat-shlib       compat,pic
 ./usr/lib/sparc/libcom_err.so.6                        base-compat-shlib       compat,pic,kerberos
 ./usr/lib/sparc/libcom_err.so.6.0              base-compat-shlib       compat,pic,kerberos
 ./usr/lib/sparc/libcrypt.so.1                  base-compat-shlib       compat,pic
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi    Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/base/shl.mi    Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.577 2011/02/16 03:42:17 christos Exp $
+# $NetBSD: shl.mi,v 1.578 2011/03/12 19:52:45 christos Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -15,7 +15,7 @@
 #
 ./lib/libc.so                                  base-sys-shlib          dynamicroot
 ./lib/libc.so.12                               base-sys-shlib          dynamicroot
-./lib/libc.so.12.176                           base-sys-shlib          dynamicroot
+./lib/libc.so.12.177                           base-sys-shlib          dynamicroot
 ./lib/libcrypt.so                              base-sys-shlib          dynamicroot
 ./lib/libcrypt.so.1                            base-sys-shlib          dynamicroot
 ./lib/libcrypt.so.1.0                          base-sys-shlib          dynamicroot
@@ -170,7 +170,7 @@
 ./usr/lib/libbz2.so.1.1                                base-sys-shlib
 ./usr/lib/libc.so                              base-sys-shlib
 ./usr/lib/libc.so.12                           base-sys-shlib
-./usr/lib/libc.so.12.176                       base-sys-shlib
+./usr/lib/libc.so.12.177                       base-sys-shlib
 ./usr/lib/libcdk.so                            base-obsolete           obsolete
 ./usr/lib/libcom_err.so                                base-krb5-shlib         kerberos
 ./usr/lib/libcom_err.so.6                      base-krb5-shlib         kerberos
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/comp/ad.mips64eb
--- a/distrib/sets/lists/comp/ad.mips64eb       Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/comp/ad.mips64eb       Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64eb,v 1.24 2011/02/16 03:42:17 christos Exp $
+# $NetBSD: ad.mips64eb,v 1.25 2011/03/12 19:52:46 christos Exp $
 ./usr/bin/elf2aout                             comp-obsolete   obsolete
 ./usr/bin/elf2ecoff                            comp-sysutil-bin
 ./usr/include/mips                             comp-c-include
@@ -1153,7 +1153,7 @@
 ./usr/libdata/debug/usr/lib/64/libbluetooth.so.4.2.debug       comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libbsdmalloc.so.0.0.debug       comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libbz2.so.1.1.debug             comp-sys-debug  debug,compat
-./usr/libdata/debug/usr/lib/64/libc.so.12.176.debug    comp-sys-debug  debug,compat
+./usr/libdata/debug/usr/lib/64/libc.so.12.177.debug    comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libcom_err.so.6.0.debug comp-krb5-debug kerberos,debug,compat
 ./usr/libdata/debug/usr/lib/64/libcrypt.so.1.0.debug   comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libcrypto.so.6.1.debug  comp-crypto-debug       crypto,debug,compat
@@ -1345,7 +1345,7 @@
 ./usr/libdata/debug/usr/lib/o32/libbluetooth.so.4.2.debug      comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libbsdmalloc.so.0.0.debug      comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libbz2.so.1.1.debug            comp-sys-debug  debug,compat
-./usr/libdata/debug/usr/lib/o32/libc.so.12.176.debug   comp-sys-debug  debug,compat
+./usr/libdata/debug/usr/lib/o32/libc.so.12.177.debug   comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libcom_err.so.6.0.debug        comp-krb5-debug kerberos,debug,compat
 ./usr/libdata/debug/usr/lib/o32/libcrypt.so.1.0.debug  comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libcrypto.so.6.1.debug comp-crypto-debug       crypto,debug,compat
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/comp/ad.mips64el
--- a/distrib/sets/lists/comp/ad.mips64el       Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/comp/ad.mips64el       Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64el,v 1.24 2011/02/16 03:42:17 christos Exp $
+# $NetBSD: ad.mips64el,v 1.25 2011/03/12 19:52:46 christos Exp $
 ./usr/bin/elf2aout                             comp-obsolete   obsolete
 ./usr/bin/elf2ecoff                            comp-sysutil-bin
 ./usr/include/mips                             comp-c-include
@@ -1153,7 +1153,7 @@
 ./usr/libdata/debug/usr/lib/64/libbluetooth.so.4.2.debug       comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libbsdmalloc.so.0.0.debug       comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libbz2.so.1.1.debug             comp-sys-debug  debug,compat
-./usr/libdata/debug/usr/lib/64/libc.so.12.176.debug    comp-sys-debug  debug,compat
+./usr/libdata/debug/usr/lib/64/libc.so.12.177.debug    comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libcom_err.so.6.0.debug comp-krb5-debug kerberos,debug,compat
 ./usr/libdata/debug/usr/lib/64/libcrypt.so.1.0.debug   comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/64/libcrypto.so.6.1.debug  comp-crypto-debug       crypto,debug,compat
@@ -1345,7 +1345,7 @@
 ./usr/libdata/debug/usr/lib/o32/libbluetooth.so.4.2.debug      comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libbsdmalloc.so.0.0.debug      comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libbz2.so.1.1.debug            comp-sys-debug  debug,compat
-./usr/libdata/debug/usr/lib/o32/libc.so.12.176.debug   comp-sys-debug  debug,compat
+./usr/libdata/debug/usr/lib/o32/libc.so.12.177.debug   comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libcom_err.so.6.0.debug        comp-krb5-debug kerberos,debug,compat
 ./usr/libdata/debug/usr/lib/o32/libcrypt.so.1.0.debug  comp-sys-debug  debug,compat
 ./usr/libdata/debug/usr/lib/o32/libcrypto.so.6.1.debug comp-crypto-debug       crypto,debug,compat
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/comp/md.amd64
--- a/distrib/sets/lists/comp/md.amd64  Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/comp/md.amd64  Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.102 2011/02/16 03:42:18 christos Exp $
+# $NetBSD: md.amd64,v 1.103 2011/03/12 19:52:46 christos Exp $
 ./usr/include/amd64                            comp-c-include
 ./usr/include/amd64/ansi.h                     comp-c-include
 ./usr/include/amd64/aout_machdep.h             comp-c-include
@@ -932,7 +932,7 @@
 ./usr/libdata/debug/usr/lib/i386/libbluetooth.so.4.2.debug     comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/i386/libbsdmalloc.so.0.0.debug     comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/i386/libbz2.so.1.1.debug   comp-compat-shlib       compat,pic,debug
-./usr/libdata/debug/usr/lib/i386/libc.so.12.176.debug  comp-compat-shlib       compat,pic,debug
+./usr/libdata/debug/usr/lib/i386/libc.so.12.177.debug  comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/i386/libcom_err.so.6.0.debug       comp-compat-shlib       compat,pic,kerberos,debug
 ./usr/libdata/debug/usr/lib/i386/libcrypt.so.1.0.debug comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/i386/libcrypto.so.6.1.debug        comp-compat-shlib       compat,pic,debug
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/comp/md.sparc64
--- a/distrib/sets/lists/comp/md.sparc64        Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/comp/md.sparc64        Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.sparc64,v 1.88 2011/02/16 03:42:18 christos Exp $
+# $NetBSD: md.sparc64,v 1.89 2011/03/12 19:52:46 christos Exp $
 ./usr/include/ieeefp.h                         comp-c-include
 ./usr/include/sparc                            comp-c-include
 ./usr/include/sparc/_G_config.h                        comp-obsolete           obsolete
@@ -693,7 +693,7 @@
 ./usr/libdata/debug/usr/lib/sparc/libbluetooth.so.4.2.debug            comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/sparc/libbsdmalloc.so.0.0.debug            comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/sparc/libbz2.so.1.1.debug                  comp-compat-shlib       compat,pic,debug
-./usr/libdata/debug/usr/lib/sparc/libc.so.12.176.debug                 comp-compat-shlib       compat,pic,debug
+./usr/libdata/debug/usr/lib/sparc/libc.so.12.177.debug                 comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/sparc/libcom_err.so.6.0.debug              comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/sparc/libcrypt.so.1.0.debug                        comp-compat-shlib       compat,pic,debug
 ./usr/libdata/debug/usr/lib/sparc/libcrypto.so.6.1.debug               comp-compat-shlib       compat,pic,debug,crypto
diff -r 1fb400a26946 -r 45b903d5d41d distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sat Mar 12 18:27:42 2011 +0000
+++ b/distrib/sets/lists/comp/mi        Sat Mar 12 19:52:45 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1597 2011/03/11 19:50:33 jruoho Exp $
+#      $NetBSD: mi,v 1.1598 2011/03/12 19:52:46 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -7487,6 +7487,7 @@
 ./usr/share/man/cat3/ntoa.0                    comp-c-catman           .cat
 ./usr/share/man/cat3/ntohl.0                   comp-c-catman           .cat
 ./usr/share/man/cat3/ntohs.0                   comp-c-catman           .cat
+./usr/share/man/cat3/nvis.0                    comp-c-catman           .cat
 ./usr/share/man/cat3/offsetof.0                        comp-c-catman           .cat
 ./usr/share/man/cat3/offtime.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/offtime_r.0               comp-c-catman           .cat
@@ -8336,6 +8337,7 @@
 ./usr/share/man/cat3/snprintb.0                        comp-c-catman           .cat
 ./usr/share/man/cat3/snprintb_m.0              comp-c-catman           .cat
 ./usr/share/man/cat3/snprintf.0                        comp-c-catman           .cat
+./usr/share/man/cat3/snvis.0                   comp-c-catman           .cat
 ./usr/share/man/cat3/sockaddr_snprintf.0       comp-c-catman           .cat
 ./usr/share/man/cat3/sockatmark.0              comp-c-catman           .cat
 ./usr/share/man/cat3/sprintf.0                 comp-c-catman           .cat
@@ -8389,11 +8391,17 @@
 ./usr/share/man/cat3/strncpy.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/strndup.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/strnlen.0                 comp-c-catman           .cat
+./usr/share/man/cat3/strnunvis.0               comp-c-catman           .cat
+./usr/share/man/cat3/strnunvisx.0              comp-c-catman           .cat
+./usr/share/man/cat3/strnvis.0                 comp-c-catman           .cat
+./usr/share/man/cat3/strnvisx.0                        comp-c-catman           .cat
 ./usr/share/man/cat3/strpbrk.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/strptime.0                        comp-c-catman           .cat
 ./usr/share/man/cat3/strrchr.0                 comp-c-catman           .cat
 ./usr/share/man/cat3/strsep.0                  comp-c-catman           .cat
 ./usr/share/man/cat3/strsignal.0               comp-c-catman           .cat
+./usr/share/man/cat3/strsnvis.0                        comp-c-catman           .cat
+./usr/share/man/cat3/strsnvisx.0               comp-c-catman           .cat
 ./usr/share/man/cat3/strspn.0                  comp-c-catman           .cat
 ./usr/share/man/cat3/strstr.0                  comp-c-catman           .cat
 ./usr/share/man/cat3/strsuftoll.0              comp-c-catman           .cat
@@ -13509,6 +13517,7 @@
 ./usr/share/man/html3/ntoa.html                        comp-c-htmlman          html
 ./usr/share/man/html3/ntohl.html               comp-c-htmlman          html
 ./usr/share/man/html3/ntohs.html               comp-c-htmlman          html
+./usr/share/man/html3/nvis.html                        comp-c-htmlman          html
 ./usr/share/man/html3/offsetof.html            comp-c-htmlman          html
 ./usr/share/man/html3/offtime.html             comp-c-htmlman          html
 ./usr/share/man/html3/offtime_r.html           comp-c-htmlman          html
@@ -14334,6 +14343,7 @@
 ./usr/share/man/html3/snprintb.html            comp-c-htmlman          html
 ./usr/share/man/html3/snprintb_m.html          comp-c-htmlman          html
 ./usr/share/man/html3/snprintf.html            comp-c-htmlman          html
+./usr/share/man/html3/snvis.html               comp-c-htmlman          html
 ./usr/share/man/html3/sockaddr_snprintf.html   comp-c-htmlman          html
 ./usr/share/man/html3/sockatmark.html          comp-c-htmlman          html
 ./usr/share/man/html3/sprintf.html             comp-c-htmlman          html
@@ -14387,11 +14397,17 @@
 ./usr/share/man/html3/strncpy.html             comp-c-htmlman          html
 ./usr/share/man/html3/strndup.html             comp-c-htmlman          html
 ./usr/share/man/html3/strnlen.html             comp-c-htmlman          html
+./usr/share/man/html3/strnunvis.html           comp-c-htmlman          html
+./usr/share/man/html3/strnunvisx.html          comp-c-htmlman          html
+./usr/share/man/html3/strnvis.html             comp-c-htmlman          html
+./usr/share/man/html3/strnvisx.html            comp-c-htmlman          html
 ./usr/share/man/html3/strpbrk.html             comp-c-htmlman          html
 ./usr/share/man/html3/strptime.html            comp-c-htmlman          html
 ./usr/share/man/html3/strrchr.html             comp-c-htmlman          html
 ./usr/share/man/html3/strsep.html              comp-c-htmlman          html
 ./usr/share/man/html3/strsignal.html           comp-c-htmlman          html
+./usr/share/man/html3/strsnvis.html            comp-c-htmlman          html
+./usr/share/man/html3/strsnvisx.html           comp-c-htmlman          html
 ./usr/share/man/html3/strspn.html              comp-c-htmlman          html
 ./usr/share/man/html3/strstr.html              comp-c-htmlman          html
 ./usr/share/man/html3/strsuftoll.html          comp-c-htmlman          html
@@ -19523,6 +19539,7 @@
 ./usr/share/man/man3/ntoa.3                    comp-c-man              .man
 ./usr/share/man/man3/ntohl.3                   comp-c-man              .man
 ./usr/share/man/man3/ntohs.3                   comp-c-man              .man
+./usr/share/man/man3/nvis.3                    comp-c-man              .man
 ./usr/share/man/man3/offsetof.3                        comp-c-man              .man
 ./usr/share/man/man3/offtime.3                 comp-c-man              .man
 ./usr/share/man/man3/offtime_r.3               comp-c-man              .man
@@ -20368,6 +20385,7 @@
 ./usr/share/man/man3/snprintb.3                        comp-c-man              .man
 ./usr/share/man/man3/snprintb_m.3              comp-c-man              .man
 ./usr/share/man/man3/snprintf.3                        comp-c-man              .man
+./usr/share/man/man3/snvis.3                   comp-c-man              .man
 ./usr/share/man/man3/sockaddr_snprintf.3       comp-c-man              .man
 ./usr/share/man/man3/sockatmark.3              comp-c-man              .man
 ./usr/share/man/man3/sprintf.3                 comp-c-man              .man



Home | Main Index | Thread Index | Old Index