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

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dvis.h88 int strunvis(char *, const char *);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dvis.h110 #undef strunvis macro
111 #define strunvis(a,b) rk_strunvis(a,b) macro
H A Dvis.hin110 #undef strunvis
111 #define strunvis(a,b) rk_strunvis(a,b)
H A Dunvis.c64 __weak_alias(strunvis,_strunvis)
250 * strunvis - decode src into dst
H A Droken.h.in663 strunvis(char *, const char *);
/freebsd-9.3-release/contrib/libc-vis/
H A Dvis.h106 int strunvis(char *, const char *);
H A Dunvis.c552 strunvis(char *dst, const char *src) function
/freebsd-9.3-release/usr.sbin/mtree/
H A Dspec.c146 if (strunvis(centry->name, p) == -1)
252 if (strunvis(ip->slink, val) == -1)
/freebsd-9.3-release/contrib/mtree/
H A Dspec.c177 if (strunvis(tname, p) == -1)
178 mtree_err("strunvis failed on `%s'", p);
501 if (strunvis(cur->slink, new->slink) == -1)
502 mtree_err("strunvis failed on `%s'", new->slink);
618 if (strunvis(ip->slink, val) == -1)
619 mtree_err("strunvis failed on `%s'", val);
/freebsd-9.3-release/lib/libc/gen/
H A DSymbol.map300 strunvis;
/freebsd-9.3-release/lib/libedit/
H A Dhistory.c762 (void) strunvis(ptr, line);
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure28594 strunvis \
[all...]

Completed in 220 milliseconds