Searched refs:opt_dkey (Results 1 – 1 of 1) sorted by relevance
107 static char *opt_dkey = NullStr; variable202 0, &opt_dkey, 0, FALSE },1484 opt_dkey = strchr(key, '.'); in eval_fs_opts()1485 if (!opt_dkey) { in eval_fs_opts()1486 opt_dkey = NullStr; in eval_fs_opts()1489 opt_keyd = strnsave(key, opt_dkey - key); in eval_fs_opts()1490 opt_dkey++; in eval_fs_opts()1491 if (*opt_dkey == '\0') /* check for 'host.' */ in eval_fs_opts()1492 opt_dkey = NullStr; in eval_fs_opts()1558 opt_dkey = NullStr; in eval_fs_opts()