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

  /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/bin/ps/
fmt.c 40 len = strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE);
  /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_wctomb.c 127 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
152 (void)strvis(buf, cs, 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_mbrtowc.c 149 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL);
  /src/include/
vis.h 94 int strvis(char *, const char *, int);
  /src/bin/ls/
util.c 79 len = strvis(name, src, flags);
  /src/tests/lib/libc/gen/
t_vis.c 63 atf_tc_set_md_var(tc, "descr", "Test strvis(3)");
96 atf_tc_set_md_var(tc, "descr", "Test strvis(3) NULL");
102 strvis(dst, NULL, VIS_SAFE);
109 atf_tc_set_md_var(tc, "descr", "Test strvis(3) empty");
115 strvis(dst, "", VIS_SAFE);
168 atf_tc_set_md_var(tc, "descr", "Test strvis(3) with locale");
201 atf_tc_set_md_var(tc, "descr", "Test strvis(3) multi-byte overflow");
239 atf_tc_set_md_var(tc, "descr", "Test strvis(3) C locale overflow");
  /src/libexec/talkd/
announce.c 124 strvis(vis_user, request->l_name, VIS_CSTYLE);
  /src/lib/libedit/
hist.c 198 strvis(buf, ptr, VIS_NL);
history.c 874 (void) strvis(ptr, str, VIS_WHITE);
  /src/libexec/comsat/
comsat.c 325 (void)strvis(visline, line, VIS_CSTYLE);
  /src/bin/csh/
str.c 435 (void)strvis(sdst, short2str(cp), VIS_NOSLASH);
  /src/usr.bin/config/
main.c 1723 strvis(in, line, VIS_TAB);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 8627 INTERCEPTOR(int, strvis, char *dst, const char *src, int flag) {
8629 COMMON_INTERCEPTOR_ENTER(ctx, strvis, dst, src, flag);
8632 int len = REAL(strvis)(dst, src, flag);
8850 COMMON_INTERCEPT_FUNCTION(strvis); \

Completed in 54 milliseconds