OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strunvis
(Results
1 - 18
of
18
) sorted by relevancy
/src/include/
vis.h
110
int
strunvis
(char *, const char *);
/src/crypto/external/bsd/heimdal/dist/lib/roken/
vis.hin
141
#undef
strunvis
142
#define
strunvis
(a,b) rk_strunvis(a,b)
unvis.c
63
__weak_alias(
strunvis
,_strunvis)
249
*
strunvis
- decode src into dst
roken.h.in
1139
#define
strunvis
rk_strunvis
1142
strunvis
(char *, const char *);
/src/lib/libutil/
getfsspecname.c
118
strunvis
(vname, name);
/src/libexec/utmp_update/
utmp_update.c
107
res =
strunvis
((char *)utx, argv[1]);
/src/tests/lib/libc/regex/
t_regex_att.c
441
ATF_REQUIRE(
strunvis
(pattern, pattern) != -1);
442
ATF_REQUIRE(
strunvis
(input, input) != -1);
/src/tests/lib/libc/gen/
t_vis.c
139
atf_tc_set_md_var(tc, "descr", "Test
strunvis
(3) \\xXX");
158
ATF_REQUIRE(
strunvis
(uv, ed[i].e) == ed[i].error);
/src/usr.bin/login/
common.c
396
if (
strunvis
((char *)ssp, arg) != sizeof(*ssp))
/src/lib/libc/gen/
unvis.c
560
strunvis
(char *dst, const char *src)
function
/src/usr.sbin/mtree/
spec.c
178
if (
strunvis
(tname, p) == -1)
179
mtree_err("
strunvis
failed on `%s'", p);
517
if (
strunvis
(cur->slink, new->slink) == -1)
518
mtree_err("
strunvis
failed on `%s'", new->slink);
635
if (
strunvis
(ip->slink, val) == -1)
636
mtree_err("
strunvis
failed on `%s'", val);
/src/external/bsd/tmux/dist/
tty-term.c
381
if (
strunvis
(value, cp) == -1) {
/src/lib/libedit/
history.c
813
(void)
strunvis
(ptr, line);
/src/usr.bin/config/
main.c
1860
j =
strunvis
(uline, line);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
8806
INTERCEPTOR(int,
strunvis
, char *dst, const char *src) {
8808
COMMON_INTERCEPTOR_ENTER(ctx,
strunvis
, dst, src);
8811
int ret = REAL(
strunvis
)(dst, src);
8864
COMMON_INTERCEPT_FUNCTION(
strunvis
); \
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
9318
INTERCEPTOR(int,
strunvis
, char *dst, const char *src) {
9320
COMMON_INTERCEPTOR_ENTER(ctx,
strunvis
, dst, src);
9323
int ret = REAL(
strunvis
)(dst, src);
9376
COMMON_INTERCEPT_FUNCTION(
strunvis
); \
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
9319
INTERCEPTOR(int,
strunvis
, char *dst, const char *src) {
9321
COMMON_INTERCEPTOR_ENTER(ctx,
strunvis
, dst, src);
9324
int ret = REAL(
strunvis
)(dst, src);
9377
COMMON_INTERCEPT_FUNCTION(
strunvis
); \
/src/crypto/external/bsd/heimdal/dist/
configure
21783
ac_fn_c_check_func "$LINENO" "
strunvis
" "ac_cv_func_strunvis"
24434
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if
strunvis
needs a prototype" >&5
24435
printf %s "checking if
strunvis
needs a prototype... " >&6; }
24446
extern int
strunvis
(struct foo*);
24450
strunvis
(&xx)
Completed in 102 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026