| /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_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/include/ |
| vis.h | 94 int strvis(char *, const char *, int);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| vis.hin | 121 #undef strvis 122 #define strvis(a,b,c) rk_strvis(a,b,c)
|
| vis.c | 89 __weak_alias(strvis,_strvis) 383 * strvis, strvisx - visually encode characters from src into dst
|
| roken.h.in | 1147 #define strvis rk_strvis 1150 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); \
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 9139 INTERCEPTOR(int, strvis, char *dst, const char *src, int flag) { 9141 COMMON_INTERCEPTOR_ENTER(ctx, strvis, dst, src, flag); 9144 int len = REAL(strvis)(dst, src, flag); 9362 COMMON_INTERCEPT_FUNCTION(strvis); \
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 9140 INTERCEPTOR(int, strvis, char *dst, const char *src, int flag) { 9142 COMMON_INTERCEPTOR_ENTER(ctx, strvis, dst, src, flag); 9145 int len = REAL(strvis)(dst, src, flag); 9363 COMMON_INTERCEPT_FUNCTION(strvis); \
|
| /src/crypto/external/bsd/heimdal/dist/ |
| configure | 21789 ac_fn_c_check_func "$LINENO" "strvis" "ac_cv_func_strvis" 24473 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if strvis needs a prototype" >&5 24474 printf %s "checking if strvis needs a prototype... " >&6; } 24485 extern int strvis (struct foo*); 24489 strvis(&xx)
|