Searched refs:replacearg (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/ |
D | scpmisc.h | 37 void replacearg(arglist *, u_int, char *, ...);
|
D | scpmisc.c | 167 replacearg(arglist *args, u_int which, char *fmt, ...) in replacearg() function
|
D | scp.c | 198 replacearg(&args, 0, "%s", ssh_program); in do_cmd() 222 replacearg(&args, 0, "%s", ssh_program); in do_cmd()
|
/external/openssh/ |
D | misc.h | 51 void replacearg(arglist *, u_int, char *, ...)
|
D | scp.c | 271 replacearg(&args, 0, "%s", ssh_program); in do_cmd() 320 replacearg(&args, 0, "%s", ssh_program); in do_cmd2()
|
D | misc.c | 480 replacearg(arglist *args, u_int which, char *fmt, ...) in replacearg() function
|
D | sftp.c | 2198 replacearg(&args, 0, "%s", ssh_program); in main()
|