Lines Matching defs:tokval
66 static char tokval[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;
296 if (cp == tokval + sizeof(tokval)) {
309 if (cp == tokval + sizeof(tokval)) {
316 if (tokval[0] == 0)
319 if (!strcmp(t->tokstr, tokval))