Searched refs:VIS_OCTAL (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dvis.h42 #define VIS_OCTAL 0x01 /* use octal \ddd format */ macro
H A Dvis.c109 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) ||
/netbsd-6-1-5-RELEASE/include/
H A Dvis.h42 #define VIS_OCTAL 0x001 /* use octal \ddd format */ macro
/netbsd-6-1-5-RELEASE/tests/lib/libc/locale/
H A Dt_mbtowc.c92 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL);
109 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL);
H A Dt_mbstowcs.c155 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL);
165 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL);
H A Dt_wctomb.c113 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
H A Dt_mbrtowc.c137 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-show-buffer.c77 strvisx(in, pb->data, size, VIS_OCTAL|VIS_TAB);
H A Dpaste.c162 used = strvisx(buf, pb->data, len, VIS_OCTAL|VIS_TAB|VIS_NL);
H A Dcmd-server-info.c159 VIS_OCTAL|VIS_TAB|VIS_NL);
H A Dscreen.c119 strvisx(tmp, title, slen, VIS_OCTAL|VIS_TAB|VIS_NL);
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_vis.c39 VIS_OCTAL,
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dutil.c67 flags = VIS_NL | VIS_OCTAL | VIS_WHITE;
/netbsd-6-1-5-RELEASE/usr.bin/vis/
H A Dvis.c110 eflags |= VIS_OCTAL;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dvis.hin54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
H A Dvis.c226 if (isextra || ((c & 0177) == ' ') || (flag & VIS_OCTAL)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dreplay.c311 strvisx(tmp, piece->data, piece->length, VIS_WHITE | VIS_OCTAL);
H A Dlog.c236 strvisx(msgclean, rk_UNCONST(msg), len, VIS_OCTAL);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dlog.c387 len3 = strnvis(visbuf, sizeof(visbuf), msgbuf, VIS_SAFE|VIS_OCTAL);
H A Dsshconnect2.c523 strvisx(msg, raw, len, VIS_SAFE|VIS_OCTAL|VIS_NOSLASH);
/netbsd-6-1-5-RELEASE/usr.bin/extattr/
H A Dgetextattr.c119 return VIS_OCTAL;
/netbsd-6-1-5-RELEASE/usr.bin/db/
H A Ddb.c678 int encmask = ~(VIS_CSTYLE | VIS_HTTPSTYLE | VIS_OCTAL);
695 r |= VIS_OCTAL;
/netbsd-6-1-5-RELEASE/usr.bin/stat/
H A Dstat.c1003 sdata + prefixlen, VIS_WHITE | VIS_OCTAL | VIS_CSTYLE);
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_parse.y445 if (strnvisx(dst, dstlen, data, datalen, VIS_WHITE | VIS_OCTAL) == -1)
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c878 strsvisx(visbuf, buf, size, VIS_TAB|VIS_NL|VIS_OCTAL, "\"");

Completed in 125 milliseconds