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

  /src/include/
vis.h 51 #define VIS_NL 0x0010 /* also encode newline */
52 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
  /src/bin/ps/
fmt.c 40 len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
  /src/bin/ls/
util.c 67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE;
  /src/usr.sbin/autofs/
log.c 107 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL);
  /src/lib/libedit/
hist.c 198 strvis(buf, ptr, VIS_NL);
  /src/usr.sbin/fstyp/
fstyp.c 288 VIS_GLOB | VIS_NL, "\"'$");
  /src/tests/lib/libc/gen/
t_vis.c 44 VIS_NL,
  /src/usr.bin/showmount/
showmount.c 221 exp->ex_dirp, VIS_GLOB | VIS_NL);
  /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/ktruss/
dump.c 768 (void) vis(visbuf, *dp, VIS_NL|VIS_TAB|VIS_CSTYLE,
  /src/usr.bin/sdpquery/
print.c 639 style = VIS_CSTYLE | VIS_NL;
  /src/sbin/fdisk/
fdisk.c 931 strsvisx(visbuf, buf, size, VIS_TAB|VIS_NL|VIS_OCTAL, "\"");

Completed in 20 milliseconds