Searched refs:tokval (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/tnftp/src/ |
| D | ruserpass.c | 73 static char tokval[100]; variable 129 if (strcasecmp(host, tokval) == 0) in ruserpass() 131 if (strcasecmp(hostname, tokval) == 0) in ruserpass() 135 strncasecmp(hostname, tokval, tmp-hostname) == 0 && in ruserpass() 136 tokval[tmp - hostname] == '\0') in ruserpass() 140 strncasecmp(host, tokval, tmp - host) == 0 && in ruserpass() 141 tokval[tmp - host] == '\0') in ruserpass() 154 *aname = ftp_strdup(tokval); in ruserpass() 156 if (strcmp(*aname, tokval)) in ruserpass() 172 *apass = ftp_strdup(tokval); in ruserpass() [all …]
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/ |
| D | ruserpass.c | 49 static char tokval[100]; variable 143 if (strcasecmp(host, tokval) == 0) in ruserpassword() 145 if (strcasecmp(hostname, tokval) == 0) in ruserpassword() 150 strncasecmp(hostname, tokval, tmp-hostname) == 0 && in ruserpassword() 151 tokval[tmp - hostname] == '\0') in ruserpassword() 156 strncasecmp(host, tokval, tmp - host) == 0 && in ruserpassword() 157 tokval[tmp - host] == '\0') in ruserpassword() 167 *aname = strdup(tokval); in ruserpassword() 169 if (strcmp(*aname, tokval)) in ruserpassword() 183 *apass = strdup(tokval); in ruserpassword() [all …]
|
| /freebsd-12-stable/lib/libcompat/4.3/ |
| D | rexec.c | 80 static char tokval[100]; variable 110 cp = tokval; in token() 127 if (tokval[0] == 0) in token() 130 if (!strcmp(t->tokstr, tokval)) in token() 176 if (strcasecmp(host, tokval) == 0) 180 strncasecmp(host, tokval, tmp - host) == 0 && 181 tokval[tmp - host] == '\0') 191 *aname = malloc((unsigned) strlen(tokval) + 1); 192 (void) strcpy(*aname, tokval); 194 if (strcmp(*aname, tokval)) [all …]
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | util-print.c | 540 register u_int tokval; in bittok2str_internal() local 544 tokval=lp->v; /* load our first value */ in bittok2str_internal() 551 if (tokval == (v&rotbit)) { in bittok2str_internal()
|