Home
last modified time | relevance | path

Searched refs:strvis (Results 1 – 25 of 29) sorted by relevance

12

/src/crypto/openssh/openbsd-compat/
H A Dvis.c161 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 Dvis.h85 int strvis(char *, const char *, int);
/src/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c99 (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 Dt_mbstowcs.c164 (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 Dt_wctomb.c121 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_wctomb()
H A Dt_mbrtowc.c142 (void)strvis(buf, t->data, VIS_WHITE | VIS_OCTAL); in h_ctype2()
/src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c102 strvis(dst, NULL, VIS_SAFE); in ATF_TC_BODY()
115 strvis(dst, "", VIS_SAFE); in ATF_TC_BODY()
/src/contrib/libc-vis/
H A Dvis.h94 int strvis(char *, const char *, int);
H A Dvis.c804 strvis(char *mbdst, const char *mbsrc, int flags) in strvis() function
/src/crypto/heimdal/lib/roken/
H A Dvis.hin121 #undef strvis
122 #define strvis(a,b,c) rk_strvis(a,b,c)
H A Dvis.c87 __weak_alias(strvis,_strvis)
H A Droken.h.in1055 #define strvis rk_strvis macro
1058 strvis(char *, const char *, int);
H A DChangeLog121 * 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 Dannounce.c117 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
/src/bin/ps/
H A Dprint.c100 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 Dofwdump.c197 vlen = strvis(visbuf, pbuf, VIS_TAB | VIS_NL); in ofw_dump_property()
/src/contrib/libedit/
H A Dhist.c198 strvis(buf, ptr, VIS_NL); in hist_command()
H A Dhistory.c874 (void) strvis(ptr, str, VIS_WHITE); in history_save_fp()
/src/usr.sbin/rpc.statd/
H A Dprocs.c93 else if (strvis(dst, arg, VIS_WHITE) != len) in sm_check_hostname()
/src/lib/libc/gen/
H A DSymbol.map293 strvis;
H A DMakefile.inc575 vis.3 strvis.3 \
/src/usr.bin/tip/tip/
H A Dcmds.c817 strvis(buf, p->v_value, VIS_WHITE); in listvariables()
/src/contrib/pf/ftp-proxy/
H A Dftp-proxy.c586 strvis(visbuf, buf, VIS_CSTYLE | VIS_NL); in logmsg()
/src/crypto/openssh/
H A Dssh_namespace.h988 #define strvis Fssh_strvis macro
/src/crypto/heimdal/include/
H A Dconfig.h.in968 /* Define to 1 if you have the `strvis' function. */
1389 /* define if the system is missing a prototype for strvis() */

12