OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strnvis
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/libc/gen/
t_vis.c
123
"Test
strnvis
(3) with empty source and destination");
131
n =
strnvis
(dst, 0, "", VIS_SAFE);
216
n =
strnvis
(dst, i, src, VIS_SAFE);
226
n =
strnvis
(dst, sizeof(dst) - 1, src, VIS_SAFE);
252
n =
strnvis
(dst, i, src, VIS_SAFE | VIS_NOLOCALE);
262
n =
strnvis
(dst, sizeof(dst) - 1, src, VIS_SAFE | VIS_NOLOCALE);
/src/include/
vis.h
96
int
strnvis
(char *, size_t, const char *, int);
/src/usr.sbin/autofs/
log.c
107
ret =
strnvis
(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL);
109
fprintf(stderr, "%s:
strnvis
failed", getprogname());
110
syslog(LOG_CRIT, "
strnvis
failed");
/src/usr.bin/showmount/
showmount.c
220
nbytes =
strnvis
(strvised, sizeof(strvised),
/src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c
602
strnvis
(visbuf, buf, sizeof visbuf, VIS_CSTYLE | VIS_NL);
/src/usr.bin/stat/
stat.c
1097
strnvis
(visbuf + prefixlen, sizeof(visbuf) - prefixlen,
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
8650
INTERCEPTOR(int,
strnvis
, char *dst, SIZE_T dlen, const char *src, int flag) {
8652
COMMON_INTERCEPTOR_ENTER(ctx,
strnvis
, dst, dlen, src, flag);
8655
int len = REAL(
strnvis
)(dst, dlen, src, flag);
8852
COMMON_INTERCEPT_FUNCTION(
strnvis
); \
Completed in 33 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026