HomeSort by relevance Sort by last modified time
    Searched refs:replacearg (Results 1 - 4 of 4) sorted by null

  /external/openssh/
misc.h 74 void replacearg(arglist *, u_int, char *, ...)
scp.c 272 replacearg(&args, 0, "%s", ssh_program);
321 replacearg(&args, 0, "%s", ssh_program);
misc.c 482 replacearg(arglist *args, u_int which, char *fmt, ...) function
492 fatal("replacearg: argument too long");
495 fatal("replacearg: tried to replace invalid arg %d >= %d",
sftp.c     [all...]

Completed in 51 milliseconds