Home
last modified time | relevance | path

Searched refs:unvis (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/usr.bin/unvis/
H A DMakefile1 PROG= unvis
3 .PATH: ${SRCTOP}/contrib/unvis
/freebsd/lib/libc/gen/
H A Dunvis-compat.c45 return unvis(cp, c, astate, flag); in __unvis_44bsd()
48 __sym_compat(unvis, __vis_44bsd, FBSD_1.0);
H A DMakefile.inc162 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 DSymbol.map387 unvis;
/freebsd/crypto/heimdal/lib/roken/
H A Dunvis.c62 __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 Dvis.hin74 * unvis return codes
83 * unvis flags
147 #undef unvis
148 #define unvis(a,b,c,d) rk_unvis(a,b,c,d)
H A DMakefile.am115 unvis.c \
H A DChangeLog99 * 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 DMakefile.in168 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 Dunvis.c117 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 DMakefile4 PROG= unvis
/freebsd/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh72 allvisbits=`echo -n "$allbits1" | unvis | vis`
73 ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis`
/freebsd/contrib/libc-vis/
H A Dunvis.c201 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 Dvis.h117 int unvis(char *, int, int *, int);
/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.h92 int unvis(char *, char, int *, int);
/freebsd/kerberos5/lib/libroken/
H A DMakefile71 unvis.c \
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl383 sub unvis { subroutine
427 &unvis($1,$2,$3,$4)
H A Dsha1-sparcv9a.pl556 sub unvis { subroutine
601 &unvis($1,$2,$3,$4)
H A Dsha512-sparcv9.pl809 sub unvis { subroutine
853 &unvis($1,$2,$3,$4)
/freebsd/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl389 sub unvis { subroutine
433 &unvis($1,$2,$3,$4)
/freebsd/tools/build/
H A DMakefile57 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 DMakefile165 unvis \
/freebsd/usr.sbin/crunch/examples/
H A Dreally-big.conf51 progs tty ul uname unexpand unifdef uniq units unvis users uudecode uuencode
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl1139 sub unvis { subroutine
1264 &unvis($1,$2,$3,$4)
/freebsd/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl1404 sub unvis { subroutine
1692 &unvis($1,$2,$3,$4)

12