Searched refs:strunvis (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h91 int strunvis(char *, const char *);
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h111 int strunvis(char *, const char *);
H A Dunvis.c558 strunvis(char *dst, const char *src) function
/freebsd-11-stable/lib/libc/gen/
H A Dfstab.c155 if (strunvis(_fs_fstab.fs_spec, _fs_fstab.fs_spec) < 0)
162 if (strunvis(_fs_fstab.fs_file, _fs_fstab.fs_file) < 0)
H A DMakefile.inc510 MLINKS+=unvis.3 strunvis.3 \
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c146 if (strunvis(centry->name, p) == -1)
252 if (strunvis(ip->slink, val) == -1)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dunvis.c61 __weak_alias(strunvis,_strunvis)
247 * strunvis - decode src into dst
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c122 atf_tc_set_md_var(tc, "descr", "Test strunvis(3) \\xXX");
141 ATF_REQUIRE(strunvis(uv, ed[i].e) == ed[i].error);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c436 ATF_REQUIRE(strunvis(pattern, pattern) != -1);
437 ATF_REQUIRE(strunvis(input, input) != -1);
/freebsd-11-stable/contrib/mtree/
H A Dspec.c178 if (strunvis(tname, p) == -1)
179 mtree_err("strunvis failed on `%s'", p);
516 if (strunvis(cur->slink, new->slink) == -1)
517 mtree_err("strunvis failed on `%s'", new->slink);
633 if (strunvis(ip->slink, val) == -1)
634 mtree_err("strunvis failed on `%s'", val);
/freebsd-11-stable/lib/libedit/
H A Dhistory.c774 (void) strunvis(ptr, line);
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c458 if (argc <= 1 && strunvis(cs, cs) < 0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8936 INTERCEPTOR(int, strunvis, char *dst, const char *src) {
8938 COMMON_INTERCEPTOR_ENTER(ctx, strunvis, dst, src);
8941 int ret = REAL(strunvis)(dst, src);
8994 COMMON_INTERCEPT_FUNCTION(strunvis); \
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure17962 strunvis \
20542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strunvis needs a prototype" >&5
20543 $as_echo_n "checking if strunvis needs a prototype... " >&6; }
20553 extern int strunvis (struct foo*);
20557 strunvis(&xx)

Completed in 353 milliseconds