Searched refs:unvis (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/usr.bin/unvis/
H A DMakefile4 PROG= unvis
6 .PATH: ${.CURDIR}/../../contrib/unvis
/freebsd-9.3-release/contrib/unvis/
H A DMakefile4 PROG= unvis
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.13 2010/11/27 19:46:25 christos Exp $ */
40 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
42 __RCSID("$NetBSD: unvis.c,v 1.13 2010/11/27 19:46:25 christos Exp $");
117 switch(ret = unvis(&outc, (char)c, &state, eflags)) {
136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
/freebsd-9.3-release/lib/libc/gen/
H A Dunvis-compat.c43 return unvis(cp, c, astate, flag);
46 __sym_compat(unvis, __vis_44bsd, FBSD_1.0);
H A DMakefile.inc35 ttyname.c ttyslot.c ualarm.c ulimit.c uname.c unvis-compat.c \
44 SRCS+= unvis.c vis.c
90 unvis.3 usleep.3 utime.3 valloc.3 vis.3 wordexp.3
197 MLINKS+=unvis.3 strunvis.3 \
198 unvis.3 strunvisx.3
H A DSymbol.map405 unvis;
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dvis.h69 * unvis return codes
78 * unvis flags
89 int unvis(char *, char, int *, int);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dvis.h68 * unvis return codes
77 * unvis flags
112 #undef unvis macro
113 #define unvis(a,b,c,d) rk_unvis(a,b,c,d) macro
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.19 2000/01/22 22:19:13 mycroft Exp $ */
35 RCSID("$Id: unvis.c 21005 2007-06-08 01:54:35Z lha $");
45 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
47 __RCSID("$NetBSD: unvis.c,v 1.19 2000/01/22 22:19:13 mycroft Exp $");
65 __weak_alias(unvis,_unvis)
68 __warn_references(unvis,
69 "warning: reference to compatibility unvis(); include <vis.h> for correct reference")
91 * unvis - decode characters previously encoded by vis
282 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID)
H A Dvis.hin68 * unvis return codes
77 * unvis flags
112 #undef unvis
113 #define unvis(a,b,c,d) rk_unvis(a,b,c,d)
H A Droken.h.in683 unvis(char *, int, int *, int);
/freebsd-9.3-release/contrib/libc-vis/
H A Dvis.h66 #define _VIS_END 0x1000 /* for unvis */
69 * unvis return codes
78 * unvis flags
113 int unvis(char *, int, int *, int);
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.41 2012/12/15 04:29:53 matt Exp $ */
35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: unvis.c,v 1.41 2012/12/15 04:29:53 matt Exp $");
199 * unvis - decode characters previously encoded by vis
202 unvis(char *cp, int c, int *astate, int flag) function
515 switch (unvis(&t, c, &state, flag)) {
536 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
/freebsd-9.3-release/kerberos5/lib/libroken/
H A DMakefile54 unvis.c \
/freebsd-9.3-release/usr.bin/
H A DMakefile176 unvis \
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf52 progs tty ul uname unexpand unifdef uniq units unvis users uudecode uuencode
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure28601 unvis \
[all...]

Completed in 418 milliseconds