/freebsd/usr.bin/unvis/ |
H A D | Makefile | 1 PROG= unvis 3 .PATH: ${SRCTOP}/contrib/unvis
|
/freebsd/lib/libc/gen/ |
H A D | unvis-compat.c | 45 return unvis(cp, c, astate, flag); in __unvis_44bsd() 48 __sym_compat(unvis, __vis_44bsd, FBSD_1.0);
|
H A D | Makefile.inc | 162 unvis-compat.c \ 181 SRCS+= unvis.c vis.c 315 unvis.3 \ 538 MLINKS+=unvis.3 strunvis.3 \ 539 unvis.3 strunvisx.3
|
H A D | Symbol.map | 387 unvis;
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | unvis.c | 62 __weak_alias(unvis,_unvis) 65 __warn_references(unvis, 279 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 | Makefile.am | 115 unvis.c \
|
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 | 168 unvis.c verify.c vis.c warnerr.c write_pid.c xfree.c xdbm.h \ 195 libroken_la-unvis.lo libroken_la-verify.lo libroken_la-vis.lo \ 598 unvis.c verify.c vis.c warnerr.c write_pid.c xfree.c xdbm.h \ 916 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libroken_la-unvis.Plo@am__quote@ 1275 libroken_la-unvis.lo: unvis.c 1276 …T libroken_la-unvis.lo -MD -MP -MF $(DEPDIR)/libroken_la-unvis.Tpo -c -o libroken_la-unvis.lo `tes… 1277 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libroken_la-unvis.Tpo $(DEPDIR)/libroken_la-unvis.Plo 1280 …PFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libroken_la-unvis.lo `test -f 'unvis.c' || echo '$(srcdir)/'`…
|
/freebsd/contrib/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
|
/freebsd/contrib/netbsd-tests/bin/dd/ |
H A D | t_dd.sh | 72 allvisbits=`echo -n "$allbits1" | unvis | vis` 73 ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis`
|
/freebsd/contrib/libc-vis/ |
H A D | unvis.c | 201 unvis(char *cp, int c, int *astate, int flag) in unvis() function 520 switch (unvis(&t, c, &state, flag)) { in strnunvisx() 541 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvisx()
|
H A D | vis.h | 117 int unvis(char *, int, int *, int);
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | vis.h | 92 int unvis(char *, char, int *, int);
|
/freebsd/kerberos5/lib/libroken/ |
H A D | Makefile | 71 unvis.c \
|
/freebsd/crypto/openssl/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)
|
H A D | sha512-sparcv9.pl | 809 sub unvis { subroutine 853 &unvis($1,$2,$3,$4)
|
/freebsd/crypto/openssl/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 389 sub unvis { subroutine 433 &unvis($1,$2,$3,$4)
|
/freebsd/tools/build/ |
H A D | Makefile | 57 SRCS+= vis.c unvis.c 59 CFLAGS.unvis.c+= -I${.CURDIR}/../../contrib/libc-vis -DHAVE_VIS=0 -DHAVE_SVIS=0
|
/freebsd/usr.bin/ |
H A D | Makefile | 165 unvis \
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | really-big.conf | 51 progs tty ul uname unexpand unifdef uniq units unvis users uudecode uuencode
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 1139 sub unvis { subroutine 1264 &unvis($1,$2,$3,$4)
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 1404 sub unvis { subroutine 1692 &unvis($1,$2,$3,$4)
|