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

  /src/bin/ps/
fmt.c 40 len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
  /src/include/
vis.h 43 #define VIS_CSTYLE 0x0002 /* use \[nrft0..] where appropriate */
  /src/bin/ls/
util.c 69 flags |= VIS_CSTYLE;
  /src/usr.bin/extattr/
getextattr.c 117 return VIS_CSTYLE;
127 return VIS_CSTYLE;
  /src/libexec/talkd/
announce.c 124 strvis(vis_user, request->l_name, VIS_CSTYLE);
  /src/usr.bin/vis/
vis.c 79 eflags |= VIS_CSTYLE;
  /src/bin/pax/
gen_subs.c 196 (void)vis(visbuf, cp[0], VIS_CSTYLE, cp[1]);
  /src/libexec/comsat/
comsat.c 325 (void)strvis(visline, line, VIS_CSTYLE);
  /src/tests/lib/libc/gen/
t_vis.c 41 VIS_CSTYLE,
  /src/usr.bin/db/
db.c 678 int encmask = ~(VIS_CSTYLE | VIS_HTTPSTYLE | VIS_OCTAL);
687 r |= VIS_CSTYLE;
  /src/usr.bin/finger/
lprint.c 117 int len = strnvisx(buf, blen, str, strlen(str), VIS_WHITE|VIS_CSTYLE);
  /src/lib/libbluetooth/
sdp_data.c 360 style = VIS_CSTYLE | VIS_NL;
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 600 strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL);
602 strnvis(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
  /src/usr.bin/xinstall/
xinstall.c 1269 strsvis(buf, p, VIS_CSTYLE, extra); /* encode name */
1277 strsvis(buf, slink, VIS_CSTYLE, extra); /* encode link */
  /src/usr.bin/ktruss/
dump.c 768 (void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE,
  /src/usr.sbin/npf/npfctl/
npf_parse.y 72 strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);
  /src/usr.sbin/mtree/
spec.c 443 strsvis(pathbuf, path, VIS_CSTYLE, extra);
  /src/usr.bin/stat/
stat.c 1098 sdata + prefixlen, VIS_WHITE | VIS_OCTAL | VIS_CSTYLE);
  /src/usr.bin/kdump/
kdump.c 1266 (void)svis(visbuf, *dp, VIS_CSTYLE,
  /src/usr.bin/sdpquery/
print.c 639 style = VIS_CSTYLE | VIS_NL;

Completed in 40 milliseconds