OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvis
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
vis.h
89
char *
nvis
(char *, size_t, int, int, int);
/src/lib/libc/gen/
Makefile.inc
206
vis.3 strsvisx.3 vis.3
nvis
.3
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
8618
INTERCEPTOR(char *,
nvis
, char *dst, SIZE_T dlen, int c, int flag, int nextc) {
8620
COMMON_INTERCEPTOR_ENTER(ctx,
nvis
, dst, dlen, c, flag, nextc);
8621
char *end = REAL(
nvis
)(dst, dlen, c, flag, nextc);
8622
//
nvis
cannot make sure the dst is NULL terminated
8849
COMMON_INTERCEPT_FUNCTION(
nvis
); \
Completed in 28 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026