Home
last modified time | relevance | path

Searched refs:tokval (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Druserpass.c59 static char tokval[100]; variable
147 if (strcasecmp(host, tokval) == 0) in ruserpass()
152 tokval[tmp - host] == '\0') in ruserpass()
169 *aname = strcpy(newp, tokval); in ruserpass()
171 if (strcmp(*aname, tokval)) in ruserpass()
186 newp = malloc((unsigned) strlen(tokval) + 1); in ruserpass()
192 *apass = strcpy(newp, tokval); in ruserpass()
205 (void) strcpy(*aacct, tokval); in ruserpass()
273 printf(_("Unknown .netrc keyword %s"), tokval); in ruserpass()
301 cp = tokval; in libc_hidden_def()
[all …]

Completed in 3 milliseconds