Home
last modified time | relevance | path

Searched refs:strunvis (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libc/gen/
H A Dfstab.c151 if (strunvis(_fs_fstab.fs_spec, _fs_fstab.fs_spec) < 0) in fstabscan()
158 if (strunvis(_fs_fstab.fs_file, _fs_fstab.fs_file) < 0) in fstabscan()
H A DSymbol.map287 strunvis;
H A DMakefile.inc562 MLINKS+=unvis.3 strunvis.3 \
/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.h91 int strunvis(char *, const char *);
/freebsd/contrib/libc-vis/
H A Dvis.h110 int strunvis(char *, const char *);
H A Dunvis.c557 strunvis(char *dst, const char *src) in strunvis() function
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin141 #undef strunvis
142 #define strunvis(a,b) rk_strunvis(a,b)
H A Dunvis.c61 __weak_alias(strunvis,_strunvis)
H A Droken.h.in1047 #define strunvis rk_strunvis macro
1050 strunvis(char *, const char *);
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c436 ATF_REQUIRE(strunvis(pattern, pattern) != -1); in att_test()
437 ATF_REQUIRE(strunvis(input, input) != -1); in att_test()
/freebsd/contrib/mtree/
H A Dspec.c178 if (strunvis(tname, p) == -1) in spec()
517 if (strunvis(cur->slink, new->slink) == -1) in replacenode()
635 if (strunvis(ip->slink, val) == -1) in set()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c141 ATF_REQUIRE(strunvis(uv, ed[i].e) == ed[i].error); in ATF_TC_BODY()
/freebsd/usr.sbin/makefs/
H A Dmtree.c577 if (strunvis(node->symlink, value) < 0) { in read_mtree_keywords()
/freebsd/usr.sbin/jail/
H A Dcommand.c490 if (argc <= 1 && strunvis(cs, cs) < 0) { in run_command()
/freebsd/contrib/libedit/
H A Dhistory.c813 (void) strunvis(ptr, line); in history_load()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in962 /* Define to 1 if you have the `strunvis' function. */
1383 /* define if the system is missing a prototype for strunvis() */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9315 INTERCEPTOR(int, strunvis, char *dst, const char *src) {
9317 COMMON_INTERCEPTOR_ENTER(ctx, strunvis, dst, src);
9320 int ret = REAL(strunvis)(dst, src);
9373 COMMON_INTERCEPT_FUNCTION(strunvis); \
/freebsd/crypto/heimdal/
H A Dconfigure17962 strunvis \
20553 extern int strunvis (struct foo*);
20557 strunvis(&xx)