Searched refs:tokval (Results 1 – 1 of 1) sorted by relevance
57 static char tokval[100]; variable139 if (__strcasecmp(host, tokval) == 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()[all …]
Completed in 4 milliseconds