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

/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dftpvis.h76 int strvis(char *, const char *, int);
H A Dstrvis.c1 /* $NetBSD: strvis.c,v 1.8 2005/06/01 11:48:49 lukem Exp $ */
313 * strvis, strvisx - visually encode characters from src into dst
323 strvis(char *dst, const char *src, int flag) function
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dvis.h80 int strvis(char *, const char *, int);
H A Dvis.c73 __weak_alias(strvis,_strvis)
382 * strvis, strvisx - visually encode characters from src into dst
392 strvis(char *dst, const char *src, int flag) function
H A Dhistory.c825 (void) strvis(ptr, ct_encode_string(ev.str, &conv), VIS_WHITE);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dvis.h105 int strvis(char *, const char *, int);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dvis.h83 int strvis(char *, const char *, int);
H A Dvis.c141 * strvis, strnvis, strvisx - visually encode characters from src into dst
154 strvis(char *dst, const char *src, int flag) function
/macosx-10.9.5/libedit-39/src/
H A Dvis.h85 int strvis(char *, const char *, int);
H A Dvis.c501 * strvis, strvisx - visually encode characters from src into dst
531 strvis(char *dst, const char *src, int flag) function
H A Dhistory.c869 (void) strvis(ptr, str, VIS_WHITE);
/macosx-10.9.5/system_cmds-597.90.1/dmesg.tproj/
H A Ddmesg.c94 strvis(visbuf, msgbuf, 0);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dmesg.tproj/
H A Ddmesg.c94 strvis(visbuf, msgbuf, 0);
/macosx-10.9.5/Heimdal-323.92.1/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)
381 * strvis, strvisx - visually encode characters from src into dst
H A Droken.h.in1048 #define strvis rk_strvis
1051 strvis(char *, const char *, int);
/macosx-10.9.5/remote_cmds-41.90.1/talkd.tproj/
H A Dannounce.c136 strvis(vis_user, request->l_name, VIS_CSTYLE);
/macosx-10.9.5/mail_cmds-29/comsat/
H A Dcomsat.c308 (void)strvis(visline, line, VIS_CSTYLE);
/macosx-10.9.5/file_cmds-230/mtree/
H A Dcompare.c392 strvis(lbuf, tbuf, VIS_WHITE | VIS_OCTAL);
H A Dcreate.c165 strvis(escaped_name, p->fts_name, VIS_WHITE | VIS_OCTAL | VIS_GLOB);
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dprocs.c115 } else if (strvis(dst, arg, VIS_WHITE) != len) {
/macosx-10.9.5/adv_cmds-153/ps/
H A Dprint.c327 strvis(vis_args, cmd, VIS_TAB | VIS_NL | VIS_NOSLASH);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dhistory.c728 (void) strvis(ptr, ev.str, VIS_WHITE);
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure16978 strvis \
19576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strvis needs a prototype" >&5
19577 $as_echo_n "checking if strvis needs a prototype... " >&6; }
19587 extern int strvis (struct foo*);
19591 strvis(&xx)
/macosx-10.9.5/lukemftp-13.92.1/tnftp/
H A Dconfigure8692 strvis timegm usleep utimes

Completed in 402 milliseconds