Searched refs:strsvis (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dvis.hin126 #undef strsvis
127 #define strsvis(a,b,c,d) rk_strsvis(a,b,c,d)
H A Dvis.c85 __weak_alias(strsvis,_strsvis)
275 * strsvis, strsvisx - visually encode characters from src into dst
401 rv = strsvis(dst, src, flag, extra);
H A Droken.h.in1031 #define strsvis rk_strsvis
1034 strsvis(char *, const char *, int, const char *);
/freebsd-10-stable/contrib/libc-vis/
H A Dvis.h99 int strsvis(char *, const char *, int, const char *);
/freebsd-10-stable/tools/build/
H A DMakefile32 _WITH_STRSVIS!= grep -c strsvis /usr/include/vis.h || true
/freebsd-10-stable/contrib/mtree/
H A Dspec.c425 * strsvis(3) encodes path, which must not be longer than MAXPATHLEN
438 strsvis(pathbuf, path, VIS_CSTYLE, extra);
440 strsvis(pathbuf, path, VIS_OCTAL, extra_glob);
/freebsd-10-stable/lib/libc/gen/
H A DSymbol.map404 strsvis;
H A DMakefile.inc509 vis.3 strsvis.3 \
/freebsd-10-stable/usr.bin/xinstall/
H A Dxinstall.c1333 /* Buffer for strsvis(3). */
1361 strsvis(buf, p, VIS_OCTAL, extra);
1371 strsvis(buf, slink, VIS_CSTYLE, extra); /* encode link */
/freebsd-10-stable/crypto/heimdal/
H A Dconfigure17960 strsvis \
20468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strsvis needs a prototype" >&5
20469 $as_echo_n "checking if strsvis needs a prototype... " >&6; }
20479 extern int strsvis (struct foo*);
20483 strsvis(&xx)

Completed in 299 milliseconds