HomeSort by: relevance | last modified time | path
    Searched refs:VIS_WHITE (Results 1 - 21 of 21) sorted by relevancy

  /src/include/
vis.h 52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
68 #define VIS_META (VIS_WHITE | VIS_GLOB | VIS_SHELL)
  /src/tests/lib/libc/string/
t_strcoll.c 72 strvis(buf_a, *a, VIS_WHITE | VIS_OCTAL);
74 strvis(buf_b, *b, VIS_WHITE | VIS_OCTAL);
  /src/tests/lib/libc/locale/
t_mbtowc.c 121 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL);
140 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
t_mbstowcs.c 172 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
182 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
t_wctomb.c 127 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
152 (void)strvis(buf, cs, VIS_WHITE | VIS_OCTAL);
t_mbrtowc.c 149 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
  /src/tests/lib/libc/gen/
t_vis.c 45 VIS_WHITE,
182 jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE);
187 cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
  /src/bin/ls/
util.c 67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE;
  /src/usr.bin/vis/
vis.c 132 eflags |= VIS_WHITE;
  /src/usr.bin/extattr/
getextattr.c 221 flag_vis = VIS_SAFE | VIS_WHITE;
  /src/tests/lib/libutil/
t_snprintb.c 49 VIS_WHITE | VIS_OCTAL);
  /src/usr.bin/finger/
lprint.c 117 int len = strnvisx(buf, blen, str, strlen(str), VIS_WHITE|VIS_CSTYLE);
  /src/lib/libc/gen/
utmpx.c 315 VIS_WHITE | VIS_NOLOCALE);
  /src/libexec/telnetd/
sys_term.c 606 VIS_WHITE);
  /src/lib/libedit/
readline.c 2132 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0);
history.c 874 (void) strvis(ptr, str, VIS_WHITE);
  /src/libexec/rlogind/
rlogind.c 399 sizeof(*fromp), VIS_WHITE);
  /src/usr.bin/db/
db.c 704 r |= VIS_WHITE;
  /src/usr.sbin/npf/npfctl/
npf_parse.y 72 strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);
  /src/usr.bin/stat/
stat.c 1098 sdata + prefixlen, VIS_WHITE | VIS_OCTAL | VIS_CSTYLE);
  /src/tests/lib/libcurses/director/
testlang_parse.y 491 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)

Completed in 25 milliseconds