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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Druserpass.c61 static char tokval[100]; variable
117 if (strcasecmp(host, tokval) == 0)
119 if (strcasecmp(hostname, tokval) == 0)
123 strncasecmp(hostname, tokval, tmp-hostname) == 0 &&
124 tokval[tmp - hostname] == '\0')
128 strncasecmp(host, tokval, tmp - host) == 0 &&
129 tokval[tmp - host] == '\0')
139 *aname = malloc((unsigned) strlen(tokval) + 1);
140 (void) strcpy(*aname, tokval);
142 if (strcmp(*aname, tokval))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dutil.c329 register int tokval; local
332 tokval=lp->v; /* load our first value */
339 if (tokval == (v&rotbit)) {

Completed in 104 milliseconds