OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:goptions
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
misc.c
135
const struct option
goptions
[] = {
variable in typeref:struct:option
203
for (i = 0; i < (int)NELEM(
goptions
); i++)
204
if (
goptions
[i].name && strcmp(
goptions
[i].name, n) == 0)
215
} opts[NELEM(
goptions
)];
250
for (i = n = oi.opt_width = 0; i < (int)NELEM(
goptions
); i++)
251
if (
goptions
[i].name) {
252
len = strlen(
goptions
[i].name);
253
oi.opts[n].name =
goptions
[i].name;
263
for (i = 0; i < (int)NELEM(
goptions
); i++
[
all
...]
/src/external/mpl/bind/dist/lib/isccfg/
check.c
3034
const cfg_obj_t *
goptions
, isc_log_t *logctx,
3049
if (result != ISC_R_SUCCESS &&
goptions
!= NULL) {
3050
result = cfg_map_get(
goptions
, "recursion", &obj);
3066
if (result != ISC_R_SUCCESS &&
goptions
!= NULL) {
3067
result = cfg_map_get(
goptions
, "allow-recursion", &obj);
3357
const cfg_obj_t *zoptions, *
goptions
= NULL;
local
3402
cfg_map_get(config, "options", &
goptions
);
3609
if (obj == NULL &&
goptions
!= NULL) {
3610
(void)cfg_map_get(
goptions
, "dnssec-policy", &obj);
3680
if (obj == NULL &&
goptions
!= NULL)
[
all
...]
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026