OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replacearg
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
scpmisc.h
37
void
replacearg
(arglist *, u_int, char *, ...);
scpmisc.c
167
replacearg
(arglist *args, u_int which, char *fmt, ...)
function
177
fatal("
replacearg
: argument too long");
180
fatal("
replacearg
: tried to replace invalid arg %d >= %d",
scp.c
198
replacearg
(&args, 0, "%s", ssh_program);
222
replacearg
(&args, 0, "%s", ssh_program);
Completed in 3895 milliseconds