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

/freebsd-9.3-release/contrib/amd/amd/
H A Dopts.c109 static char *opt_dkey = NullStr; variable
204 0, &opt_dkey, 0, FALSE },
1441 opt_dkey = strchr(key, '.');
1442 if (!opt_dkey) {
1443 opt_dkey = NullStr;
1446 opt_keyd = strnsave(key, opt_dkey - key);
1447 opt_dkey++;
1448 if (*opt_dkey == '\0') /* check for 'host.' */
1449 opt_dkey = NullStr;
1515 opt_dkey
[all...]

Completed in 33 milliseconds