| /src/crypto/openssh/openbsd-compat/ |
| H A D | vis.c | 161 strvis(char *dst, const char *src, int flag) in strvis() function 171 DEF_WEAK(strvis); 225 len = strvis(buf, src, flag); in stravis()
|
| H A D | vis.h | 85 int strvis(char *, const char *, int);
|
| /src/contrib/netbsd-tests/lib/libc/locale/ |
| H A D | t_mbtowc.c | 99 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL); in h_mbtowc() 116 (void)strvis(buf, legal, VIS_WHITE | VIS_OCTAL); in h_mbtowc()
|
| H A D | t_mbstowcs.c | 164 (void)strvis(visbuf, t->data, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY() 174 (void)strvis(visbuf, buf, VIS_WHITE | VIS_OCTAL); in ATF_TC_BODY()
|
| H A D | t_wctomb.c | 121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
|
| H A D | t_mbrtowc.c | 142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
|
| /src/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_vis.c | 102 strvis(dst, NULL, VIS_SAFE); in ATF_TC_BODY() 115 strvis(dst, "", VIS_SAFE); in ATF_TC_BODY()
|
| /src/contrib/libc-vis/ |
| H A D | vis.h | 94 int strvis(char *, const char *, int);
|
| H A D | vis.c | 804 strvis(char *mbdst, const char *mbsrc, int flags) in strvis() function
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | vis.hin | 121 #undef strvis 122 #define strvis(a,b,c) rk_strvis(a,b,c)
|
| H A D | vis.c | 87 __weak_alias(strvis,_strvis)
|
| H A D | roken.h.in | 1055 #define strvis rk_strvis macro 1058 strvis(char *, const char *, int);
|
| H A D | ChangeLog | 121 * vis.hin: Prefix strvis functions with rk_ and do symbol 124 * vis.c: prefix strvis functions with rk_ 1273 * vis.c: strvis implementation from NetBSD 1275 * roken.h.in: add prototypes for strvis*
|
| /src/libexec/talkd/ |
| H A D | announce.c | 117 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
|
| /src/bin/ps/ |
| H A D | print.c | 100 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in arguments() 129 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command() 138 strvis(vis_env, k->ki_env, in command()
|
| /src/usr.sbin/ofwdump/ |
| H A D | ofwdump.c | 197 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_property()
|
| /src/contrib/libedit/ |
| H A D | hist.c | 198 strvis(buf, ptr, VIS_NL); in hist_command()
|
| H A D | history.c | 874 (void) strvis(ptr, str, VIS_WHITE); in history_save_fp()
|
| /src/usr.sbin/rpc.statd/ |
| H A D | procs.c | 93 else if (strvis(dst, arg, VIS_WHITE) != len) in sm_check_hostname()
|
| /src/lib/libc/gen/ |
| H A D | Symbol.map | 293 strvis;
|
| H A D | Makefile.inc | 575 vis.3 strvis.3 \
|
| /src/usr.bin/tip/tip/ |
| H A D | cmds.c | 817 strvis(buf, p->v_value, VIS_WHITE); in listvariables()
|
| /src/contrib/pf/ftp-proxy/ |
| H A D | ftp-proxy.c | 586 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL); in logmsg()
|
| /src/crypto/openssh/ |
| H A D | ssh_namespace.h | 988 #define strvis Fssh_strvis macro
|
| /src/crypto/heimdal/include/ |
| H A D | config.h.in | 968 /* Define to 1 if you have the `strvis' function. */ 1389 /* define if the system is missing a prototype for strvis() */
|