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

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dvis.h91 int strunvis(char *, const char *);
/freebsd-10-stable/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)
247 * strunvis - decode src into dst
H A Droken.h.in1047 #define strunvis rk_strunvis
1050 strunvis(char *, const char *);
/freebsd-10-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-10-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 DSymbol.map301 strunvis;
/freebsd-10-stable/usr.sbin/mtree/
H A Dspec.c146 if (strunvis(centry->name, p) == -1)
252 if (strunvis(ip->slink, val) == -1)
/freebsd-10-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-10-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-10-stable/contrib/mtree/
H A Dspec.c178 if (strunvis(tname, p) == -1)
179 mtree_err("strunvis failed on `%s'", p);
515 if (strunvis(cur->slink, new->slink) == -1)
516 mtree_err("strunvis failed on `%s'", new->slink);
632 if (strunvis(ip->slink, val) == -1)
633 mtree_err("strunvis failed on `%s'", val);
/freebsd-10-stable/lib/libedit/
H A Dhistory.c763 (void) strunvis(ptr, line);
/freebsd-10-stable/usr.sbin/jail/
H A Dcommand.c457 if (argc <= 1 && strunvis(cs, cs) < 0) {
/freebsd-10-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 341 milliseconds