/netbsd-src/distrib/sets/ |
H A D | join.awk | 37 function unvis(s) \ function 84 f1 = unvis($1) 90 { f1 = unvis($1) }
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_unvis.c | 52 __warn_references(unvis, 57 unvis(char *cp, int c, int *astate, int flag) in unvis() function
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | unvis.c | 64 __weak_alias(unvis,_unvis) 67 __warn_references(unvis, 281 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID) in rk_strunvis()
|
H A D | vis.hin | 74 * unvis return codes 83 * unvis flags 147 #undef unvis 148 #define unvis(a,b,c,d) rk_unvis(a,b,c,d)
|
H A D | ChangeLog | 99 * unvis.c: Use internal version of rk_unvis 101 * unvis.c: Always include rk_versions. 105 * vis.hin: Fix argument for unvis and strsvisx. 107 * unvis.c: prefix unvis functions with rk_, and prototypes. 497 * unvis.c: cast to unsigned char to make sure its not negative 579 glob.c glob.hin iruserok.c unvis.c vis.hin: 863 * roken.h.in: add prototypes for str, unvis functions 1260 * unvis.c: make sure _DIAGASSERT is defined 1262 * Makefile.am: unvis.c, and vis.h 1266 * unvis.c: unvis from NetBSD
|
H A D | Makefile.in | 214 strpool.c timeval.c tm2time.c unvis.c verify.c vis.c warnerr.c \ 242 libroken_la-unvis.lo libroken_la-verify.lo libroken_la-vis.lo \ 443 ./$(DEPDIR)/libroken_la-unvis.Plo \ 1035 strpool.c timeval.c tm2time.c unvis.c verify.c vis.c warnerr.c \ 1406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libroken_la-unvis.Plo@am__quote@ # am--include-mar… 1793 libroken_la-unvis.lo: unvis.c 1794 …T libroken_la-unvis.lo -MD -MP -MF $(DEPDIR)/libroken_la-unvis.Tpo -c -o libroken_la-unvis.lo `tes… 1795 …fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libroken_la-unvis.Tpo $(DEPDIR)/libroken_la-unvis.Plo 1798 …PFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libroken_la-unvis.lo `test -f 'unvis.c' || echo '$(srcdir)/'`… 2593 -rm -f ./$(DEPDIR)/libroken_la-unvis.Plo [all …]
|
H A D | Makefile.am | 127 unvis.c \
|
/netbsd-src/usr.bin/unvis/ |
H A D | unvis.c | 117 switch(ret = unvis(&outc, (char)c, &state, eflags)) { in process() 136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID) in process()
|
H A D | Makefile | 4 PROG= unvis
|
/netbsd-src/lib/libc/gen/ |
H A D | Makefile.inc | 37 ulimit.c uname.c unvis.c usleep.c utime.c utimens.c utmp.c \ 91 ualarm.3 ulimit.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3 \ 203 MLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3 204 MLINKS+=unvis.3 strnunvis.3 unvis.3 strnunvisx.3
|
H A D | unvis.c | 193 unvis(char *cp, int c, int *astate, int flag) in unvis() function 512 switch (unvis(&t, c, &state, flag)) { in strnunvisx() 533 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvisx()
|
/netbsd-src/tests/bin/dd/ |
H A D | t_dd.sh | 66 allvisbits=`echo -n "$allbits1" | unvis | vis` 67 ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis`
|
/netbsd-src/usr.sbin/sti/ |
H A D | sti.c | 61 switch(unvis(&out, ch, state, 0)) { in unescape() 75 if (unvis(&out, '\0', state, UNVIS_END) == UNVIS_VALID) in unescape()
|
/netbsd-src/usr.sbin/certctl/ |
H A D | certctl.sh | 210 path=$(printf '%s.' "$2" | unvis) 255 path=$(printf '%s.' "$vpath" | unvis) 474 cert=$(printf '%s.' "$vcert" | unvis)
|
/netbsd-src/lib/libc/compat/include/ |
H A D | vis.h | 38 int unvis(char *, int, int *, int);
|
/netbsd-src/include/ |
H A D | vis.h | 117 int unvis(char *, int, int *, int) __RENAME(__unvis50);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 383 sub unvis { subroutine 427 &unvis($1,$2,$3,$4)
|
H A D | sha1-sparcv9a.pl | 556 sub unvis { subroutine 601 &unvis($1,$2,$3,$4)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 381 sub unvis { subroutine 425 &unvis($1,$2,$3,$4)
|
H A D | sha1-sparcv9a.pl | 557 sub unvis { subroutine 602 &unvis($1,$2,$3,$4)
|
H A D | sha512-sparcv9.pl | 804 sub unvis { subroutine 848 &unvis($1,$2,$3,$4)
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 389 sub unvis { subroutine 433 &unvis($1,$2,$3,$4)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 384 sub unvis { subroutine 428 &unvis($1,$2,$3,$4)
|
/netbsd-src/usr.bin/ |
H A D | Makefile | 33 uniq units unvis unzip usbhidaction usbhidctl users utoppya \
|
/netbsd-src/tools/compat/ |
H A D | Makefile | 28 unvis.c vis.c err.c errx.c errc.c verr.c verrx.c verrc.c \
|