Searched refs:tokval (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/tnftp/src/
H A Druserpass.c73 static char tokval[100]; variable
129 if (strcasecmp(host, tokval) == 0)
131 if (strcasecmp(hostname, tokval) == 0)
135 strncasecmp(hostname, tokval, tmp-hostname) == 0 &&
136 tokval[tmp - hostname] == '\0')
140 strncasecmp(host, tokval, tmp - host) == 0 &&
141 tokval[tmp - host] == '\0')
154 *aname = ftp_strdup(tokval);
156 if (strcmp(*aname, tokval))
172 *apass = ftp_strdup(tokval);
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c49 static char tokval[100]; variable
143 if (strcasecmp(host, tokval) == 0)
145 if (strcasecmp(hostname, tokval) == 0)
150 strncasecmp(hostname, tokval, tmp-hostname) == 0 &&
151 tokval[tmp - hostname] == '\0')
156 strncasecmp(host, tokval, tmp - host) == 0 &&
157 tokval[tmp - host] == '\0')
167 *aname = strdup(tokval);
169 if (strcmp(*aname, tokval))
183 *apass = strdup(tokval);
[all...]
/freebsd-11-stable/lib/libcompat/4.3/
H A Drexec.c80 static char tokval[100]; variable
110 cp = tokval;
127 if (tokval[0] == 0)
130 if (!strcmp(t->tokstr, tokval))
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-11-stable/contrib/tcpdump/
H A Dutil-print.c540 register u_int tokval; local
544 tokval=lp->v; /* load our first value */
551 if (tokval == (v&rotbit)) {

Completed in 126 milliseconds