OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 69 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026