/src/usr.bin/vis/ |
Makefile | 4 PROG= vis 5 SRCS= vis.c foldit.c
|
foldit.c | 41 #include <vis.h>
|
/src/lib/libc/compat/gen/ |
compat___unvis13.c | 44 #include <vis.h> 45 #include <compat/include/vis.h> 49 "warning: reference to compatibility __unvis13(); include <vis.h> for correct reference")
|
compat_unvis.c | 48 #include <vis.h> 49 #include <compat/include/vis.h> 53 "warning: reference to compatibility unvis(); include <vis.h> for correct reference")
|
/src/usr.sbin/certctl/ |
certctl.sh | 149 # vis the config name for terminal-safe error messages. 150 vconfig=$(printf '%s' "$config" | vis -M) 227 # Record the vis-encoded path in a 229 vpath=$(printf '%s' "$path" | vis -M) 233 vop=$(printf '%s' "$op" | vis -M) 244 # List the vis-encoded certificate paths and their base names, 260 # vis the certificate path. 261 vcert=$(printf '%s' "$cert" | vis -M) 277 # Print the vis-encoded absolute path to the 287 # List the vis-encoded certificate paths and their base names [all...] |
/src/bin/ps/ |
fmt.c | 11 #include <vis.h>
|
/src/lib/libc/gen/ |
Makefile.inc | 39 utmpx.c valloc.c vis.c wait.c wait3.c waitid.c waitpid.c warn.c \ 91 ualarm.3 ulimit.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3 \ 205 MLINKS+=vis.3 svis.3 vis.3 strvis.3 vis.3 strvisx.3 vis.3 strsvis.3 \ 206 vis.3 strsvisx.3 vis.3 nvis.3 207 MLINKS+=vis.3 snvis.3 vis.3 strnvis.3 vis.3 strnvisx.3 vis.3 strsnvis.3 [all...] |
vis.c | 1 /* $NetBSD: vis.c,v 1.88 2024/03/17 21:48:02 andvar Exp $ */ 60 __RCSID("$NetBSD: vis.c,v 1.88 2024/03/17 21:48:02 andvar Exp $"); 76 #include <vis.h> 92 * in vis(3), is that we use this to safe encode output of commands. This 258 case L'$': /* vis(1) -l */ 298 * This is do_vis, the central code of vis. 432 * The vis conversion will be done using the wide char 766 * vis - visually encode characters 769 vis(char *mbdst, int c, int flags, int nextc) function in typeref:typename:char *
|
/src/tests/bin/dd/ |
t_dd.sh | 66 allvisbits=`echo -n "$allbits1" | unvis | vis` 67 ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis` 76 test_dd_io "unvis | dd 2>/dev/null | vis" \ 78 test_dd_io "unvis | dd ibs=1 2>/dev/null | vis" \ 80 test_dd_io "unvis | dd obs=1 2>/dev/null | vis" \ 82 test_dd_io "unvis | dd bs=1 2>/dev/null | vis" \ 85 test_dd_io "unvis | dd conv=ebcdic 2>/dev/null | vis" \ 87 test_dd_io "unvis | dd conv=ebcdic ibs=512 2>/dev/null | vis" \ 89 test_dd_io "unvis | dd conv=ebcdic obs=512 2>/dev/null | vis" \ 91 test_dd_io "unvis | dd conv=ebcdic bs=512 2>/dev/null | vis" \ [all...] |
/src/include/ |
vis.h | 1 /* $NetBSD: vis.h,v 1.26 2022/05/20 21:31:24 andvar Exp $ */ 31 * @(#)vis.h 8.1 (Berkeley) 6/2/93 88 char *vis(char *, int, int, int);
|
/src/tests/lib/libc/locale/ |
t_digittoint.c | 40 #include <vis.h>
|
t_toupper.c | 40 #include <vis.h>
|
t_mbtowc.c | 95 #include <vis.h>
|
t_wctomb.c | 63 #include <vis.h>
|
t_wctype.c | 40 #include <vis.h>
|
/src/tests/lib/libc/string/ |
t_strcoll.c | 40 #include <vis.h>
|
/src/usr.bin/unvis/ |
unvis.c | 49 #include <vis.h>
|
/src/games/hack/ |
hack.fight.c | 84 boolean vis; local in function:hitmm 99 vis = (cansee(magr->mx, magr->my) && cansee(mdef->mx, mdef->my)); 100 if (vis) { 121 if (vis) 135 if (vis)
|
/src/sbin/dmesg/ |
dmesg.c | 59 #include <vis.h> 291 (void)vis(buf, *_p, VIS_NOSLASH, 0); \ 420 (void)vis(buf, ch, VIS_NOSLASH, 0);
|
/src/bin/ls/ |
util.c | 53 #include <vis.h>
|
/src/usr.sbin/sti/ |
sti.c | 47 #include <vis.h>
|
/src/bin/pax/ |
gen_subs.c | 57 #include <vis.h> 192 * if printing to a tty, use vis(3) to print special characters. 196 (void)vis(visbuf, cp[0], VIS_CSTYLE, cp[1]);
|
/src/lib/libutil/ |
getfsspecname.c | 40 #include <vis.h>
|
/src/libexec/talkd/ |
announce.c | 55 #include <vis.h>
|
/src/usr.bin/kdump/ |
setemul.c | 78 #include <vis.h>
|