HomeSort by: relevance | last modified time | path
    Searched defs:opt_dkey (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
opts.c 107 static char *opt_dkey = NullStr; variable
202 0, &opt_dkey, 0, FALSE },
1484 opt_dkey = strchr(key, '.');
1485 if (!opt_dkey) {
1486 opt_dkey = NullStr;
1489 opt_keyd = strnsave(key, opt_dkey - key);
1490 opt_dkey++;
1491 if (*opt_dkey == '\0') /* check for 'host.' */
1492 opt_dkey = NullStr;
1558 opt_dkey = NullStr
    [all...]
opts.c 107 static char *opt_dkey = NullStr; variable
202 0, &opt_dkey, 0, FALSE },
1484 opt_dkey = strchr(key, '.');
1485 if (!opt_dkey) {
1486 opt_dkey = NullStr;
1489 opt_keyd = strnsave(key, opt_dkey - key);
1490 opt_dkey++;
1491 if (*opt_dkey == '\0') /* check for 'host.' */
1492 opt_dkey = NullStr;
1558 opt_dkey = NullStr
    [all...]
opts.c 107 static char *opt_dkey = NullStr; variable
202 0, &opt_dkey, 0, FALSE },
1484 opt_dkey = strchr(key, '.');
1485 if (!opt_dkey) {
1486 opt_dkey = NullStr;
1489 opt_keyd = strnsave(key, opt_dkey - key);
1490 opt_dkey++;
1491 if (*opt_dkey == '\0') /* check for 'host.' */
1492 opt_dkey = NullStr;
1558 opt_dkey = NullStr
    [all...]

Completed in 60 milliseconds