HomeSort by relevance Sort by last modified time
    Searched full:replacearg (Results 1 - 7 of 7) 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);
  /external/openssh/
misc.h 51 void replacearg(arglist *, u_int, char *, ...)
misc.c 480 replacearg(arglist *args, u_int which, char *fmt, ...) function
490 fatal("replacearg: argument too long");
493 fatal("replacearg: tried to replace invalid arg %d >= %d",
scp.c 271 replacearg(&args, 0, "%s", ssh_program);
320 replacearg(&args, 0, "%s", ssh_program);
sftp.c     [all...]

Completed in 99 milliseconds