Lines Matching refs:tokval
57 static char tokval[100]; variable
139 if (__strcasecmp(host, tokval) == 0) in ruserpass()
150 __strncasecmp(host, tokval, tmp - host) == 0 && in ruserpass()
151 tokval[tmp - host] == '\0') in ruserpass()
162 newp = malloc((unsigned) strlen(tokval) + 1); in ruserpass()
168 *aname = strcpy(newp, tokval); in ruserpass()
170 if (strcmp(*aname, tokval)) in ruserpass()
185 newp = malloc((unsigned) strlen(tokval) + 1); in ruserpass()
191 *apass = strcpy(newp, tokval); in ruserpass()
199 warnx(_("Unknown .netrc keyword %s"), tokval); in ruserpass()
227 cp = tokval; in libc_hidden_def()
244 if (tokval[0] == 0) in libc_hidden_def()
247 if (!strcmp(&tokstr[toktab[i].tokstr_off], tokval)) in libc_hidden_def()