HomeSort by: relevance | last modified time | path
    Searched defs:tokval (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
ruserpass.c 66 static char tokval[100]; variable in typeref:typename:char[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;
    [all...]
  /src/lib/libcompat/4.3/
ruserpass.c 74 static char tokval[100]; variable in typeref:typename:char[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
    [all...]

Completed in 12 milliseconds