Searched refs:strvis (Results 1 – 12 of 12) sorted by relevance
/openbsd/usr.sbin/usbdevs/ |
H A D | usbdevs.c | 88 strvis(vv, di.udi_vendor, VIS_CSTYLE); in dump_device() 89 strvis(vp, di.udi_product, VIS_CSTYLE); in dump_device() 123 strvis(vr, di.udi_release, VIS_CSTYLE); in dump_device() 127 strvis(vs, di.udi_serial, VIS_CSTYLE); in dump_device()
|
/openbsd/usr.bin/showmount/ |
H A D | showmount.c | 371 strvis(vn, mp->ml_host, VIS_CSTYLE); in print_dump() 372 strvis(vp, mp->ml_dirp, VIS_CSTYLE); in print_dump() 376 strvis(vp, mp->ml_dirp, VIS_CSTYLE); in print_dump() 380 strvis(vn, mp->ml_host, VIS_CSTYLE); in print_dump()
|
/openbsd/lib/libc/gen/ |
H A D | vis.c | 184 strvis(char *dst, const char *src, int flag) in strvis() function 194 DEF_WEAK(strvis); 250 len = strvis(buf, src, flag); in stravis()
|
/openbsd/lib/libc/hidden/ |
H A D | vis.h | 27 PROTO_NORMAL(strvis);
|
/openbsd/include/ |
H A D | vis.h | 80 int strvis(char *, const char *, int);
|
/openbsd/usr.bin/rdist/ |
H A D | defs.h | 220 #define ENCODE(a, b) strvis(a, b, VIS_WHITE)
|
/openbsd/libexec/talkd/ |
H A D | announce.c | 116 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
|
/openbsd/usr.bin/mail/ |
H A D | send.c | 194 length = strvis(visline, line, VIS_SAFE|VIS_NOSLASH); in sendmessage() 235 length = strvis(visline, line, VIS_SAFE|VIS_NOSLASH); in sendmessage()
|
/openbsd/usr.bin/w/ |
H A D | w.c | 362 strvis(v, s, VIS_TAB | VIS_NL | VIS_CSTYLE); in fmt_puts()
|
/openbsd/libexec/ftpd/ |
H A D | ftpd.c | 2754 strvis(vpath, rpath, VIS_SAFE|VIS_NOSLASH); in logxfer() 2756 strvis(vremotehost, remotehost, VIS_SAFE|VIS_NOSLASH); in logxfer() 2757 strvis(vpw, guest? guestpw : pw->pw_name, VIS_SAFE|VIS_NOSLASH); in logxfer()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 795 strvis
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 9249 INTERCEPTOR(int, strvis, char *dst, const char *src, int flag) { 9251 COMMON_INTERCEPTOR_ENTER(ctx, strvis, dst, src, flag); 9254 int len = REAL(strvis)(dst, src, flag); 9472 COMMON_INTERCEPT_FUNCTION(strvis); \
|