Searched refs:strsvisx (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dvis.hin136 #undef strsvisx
137 #define strsvisx(a,b,c,d,e) rk_strsvisx(a,b,c,d,e)
H A Dvis.c86 __weak_alias(strsvisx,_strsvisx)
275 * strsvis, strsvisx - visually encode characters from src into dst
418 rv = strsvisx(dst, src, len, flag, extra);
H A Droken.h.in1039 #define strsvisx rk_strsvisx
1042 strsvisx(char *, const char *, size_t, int, const char *);
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.h106 int strsvisx(char *, const char *, size_t, int, const char *);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c79 ATF_REQUIRE(strsvisx(visbuf, srcbuf, SIZE, styles[i], "") > 0);
/freebsd-10-stable/lib/libc/gen/
H A DSymbol.map405 strsvisx;
H A DMakefile.inc510 vis.3 strsvisx.3 \
/freebsd-10-stable/crypto/heimdal/
H A Dconfigure17961 strsvisx \
20505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strsvisx needs a prototype" >&5
20506 $as_echo_n "checking if strsvisx needs a prototype... " >&6; }
20516 extern int strsvisx (struct foo*);
20520 strsvisx(&xx)

Completed in 192 milliseconds