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

/freebsd-10-stable/usr.bin/unvis/
H A DMakefile4 PROG= unvis
6 .PATH: ${.CURDIR}/../../contrib/unvis
/freebsd-10-stable/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-10-stable/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.inc138 unvis-compat.c \
154 SRCS+= unvis.c vis.c
290 unvis.3 \
497 MLINKS+=unvis.3 strunvis.3 \
498 unvis.3 strunvisx.3
H A DSymbol.map408 unvis;
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dvis.h71 * unvis return codes
80 * unvis flags
92 int unvis(char *, char, int *, int);
/freebsd-10-stable/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh72 allvisbits=`echo -n "$allbits1" | unvis | vis`
73 ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis`
82 test_dd_io "unvis | dd 2>/dev/null | vis" \
84 test_dd_io "unvis | dd ibs=1 2>/dev/null | vis" \
86 test_dd_io "unvis | dd obs=1 2>/dev/null | vis" \
88 test_dd_io "unvis | dd bs=1 2>/dev/null | vis" \
91 test_dd_io "unvis | dd conv=ebcdic 2>/dev/null | vis" \
93 test_dd_io "unvis | dd conv=ebcdic ibs=512 2>/dev/null | vis" \
95 test_dd_io "unvis | dd conv=ebcdic obs=512 2>/dev/null | vis" \
97 test_dd_io "unvis | d
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.19 2000/01/22 22:19:13 mycroft Exp $ */
42 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
44 __RCSID("$NetBSD: unvis.c,v 1.19 2000/01/22 22:19:13 mycroft Exp $");
62 __weak_alias(unvis,_unvis)
65 __warn_references(unvis,
66 "warning: reference to compatibility unvis(); include <vis.h> for correct reference")
88 * unvis - decode characters previously encoded by vis
279 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID)
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 Droken.h.in1079 #define unvis rk_unvis
1082 unvis(char *, int, int *, int);
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.h67 #define _VIS_END 0x1000 /* for unvis */
73 * unvis return codes
82 * unvis flags
118 int unvis(char *, int, int *, int);
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.44 2014/09/26 15:43:36 roy Exp $ */
35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: unvis.c,v 1.44 2014/09/26 15:43:36 roy Exp $");
40 __FBSDID("$FreeBSD: stable/10/contrib/libc-vis/unvis.c 326324 2017-11-28 17:20:53Z brooks $");
199 * unvis - decode characters previously encoded by vis
202 unvis(char *cp, int c, int *astate, int flag) function
521 switch (unvis(&t, c, &state, flag)) {
542 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
/freebsd-10-stable/kerberos5/lib/libroken/
H A DMakefile72 unvis.c \
/freebsd-10-stable/usr.bin/
H A DMakefile178 unvis \
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl550 sub unvis { subroutine
595 &unvis($1,$2,$3,$4)
/freebsd-10-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf52 progs tty ul uname unexpand unifdef uniq units unvis users uudecode uuencode
/freebsd-10-stable/crypto/heimdal/
H A Dconfigure17972 unvis \
20690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if unvis needs a prototype" >&5
20691 $as_echo_n "checking if unvis needs a prototype... " >&6; }
20701 extern int unvis (struct foo*);
20705 unvis(&xx)

Completed in 283 milliseconds