Lines Matching defs:tokval
74 static char tokval[100];
144 if (strcasecmp(host, tokval) == 0)
148 strncasecmp(host, tokval,
150 tokval[ctmp - host] == '\0')
160 *aname = strdup(tokval);
164 if (strcmp(*aname, tokval))
178 *apass = strdup(tokval);
254 warnx("Unknown .netrc keyword %s", tokval);
281 cp = tokval;
298 if (tokval[0] == 0)
301 if (!strcmp(t->tokstr, tokval))