Searched refs:lookup_key (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprefix.c85 static char *lookup_key (char *);
98 prefix = lookup_key (key);
134 lookup_key (char *key) function
/freebsd-9.3-release/crypto/openssh/
H A Dssh-pkcs11-helper.c91 lookup_key(Key *k) function
181 if ((found = lookup_key(key)) != NULL) {
/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c287 static int lookup_key[] = { variable
908 if (d < sizeof(lookup_key)/sizeof(lookup_key[0]))
909 arg = match_value(rule_options, lookup_key[d]);
3901 for (j = 0; lookup_key[j] >= 0 ; j++) {
3902 if (i == lookup_key[j])
3905 if (lookup_key[j] <= 0)

Completed in 158 milliseconds