ruserpass.c | 66 static char tokval[100]; variable in typeref:typename:char[100] 87 if (strcasecmp(host, tokval) == 0) 136 if (match_host_domain(hostname, mydomain, tokval)) 138 if (match_host_domain(host, mydomain, tokval)) 151 *aname = ftp_strdup(tokval); 153 if (strcmp(*aname, tokval)) 169 *apass = ftp_strdup(tokval); 181 *aacct = ftp_strdup(tokval); 260 warnx("Unknown .netrc keyword `%s'", tokval); 289 cp = tokval; [all...] |