Searched refs:pass (Results 1 – 1 of 1) sorted by relevance
/inet/ |
A D | rexec.c | 48 rexec_af (char **ahost, int rport, const char *name, const char *pass, in rexec_af() argument 54 const char *orig_pass = pass; in rexec_af() 87 ruserpass(res0->ai_canonname, &name, &pass); in rexec_af() 157 [1] = { .iov_base = (void *) pass, .iov_len = strlen (pass) + 1 }, in rexec_af() 166 if (pass != orig_pass) in rexec_af() 167 free ((char *) pass); in rexec_af() 194 rexec (char **ahost, int rport, const char *name, const char *pass, in libc_hidden_def() 197 return rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET); in libc_hidden_def()
|
Completed in 3 milliseconds