Home
last modified time | relevance | path

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

/dragonfly/bin/ps/
H A Dprint.c131 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
135 strvis(vis_env, k->ki_env, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
757 strvis(cpy, str, VIS_TAB | VIS_NL | VIS_NOSLASH); in make_printable()
772 strvis(cpy2, str, VIS_TAB | VIS_NL | VIS_NOSLASH); in make_printable2()
/dragonfly/include/
H A Dvis.h100 int strvis(char *, const char *, int);
/dragonfly/libexec/talkd/
H A Dannounce.c119 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
/dragonfly/contrib/libedit/src/
H A Dhist.c198 strvis(buf, ptr, VIS_NL); in hist_command()
H A Dhistory.c878 (void) strvis(ptr, str, VIS_WHITE); in history_save_fp()
/dragonfly/lib/libc/gen/
H A DSymbol.map409 strvis;
H A DMakefile.inc305 vis.3 strvis.3 \
H A Dvis.c732 strvis(char *mbdst, const char *mbsrc, int flags) in strvis() function