OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goptions
(Results
1 - 4
of
4
) 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
...]
sh.h
269
extern const struct option
goptions
[];
edit.c
384
if (strstr(ed,
goptions
[(int) edit_flags[i]].name)) {
/src/external/mpl/bind/dist/lib/isccfg/
check.c
3046
dns_rdataclass_t vclass, const cfg_obj_t *
goptions
,
3065
if (result != ISC_R_SUCCESS &&
goptions
!= NULL) {
3066
result = cfg_map_get(
goptions
, "recursion", &obj);
3082
if (result != ISC_R_SUCCESS &&
goptions
!= NULL) {
3083
result = cfg_map_get(
goptions
, "allow-recursion", &obj);
3373
const cfg_obj_t *zoptions, *
goptions
= NULL;
local
3418
cfg_map_get(config, "options", &
goptions
);
3625
if (obj == NULL &&
goptions
!= NULL) {
3626
(void)cfg_map_get(
goptions
, "dnssec-policy", &obj);
3696
if (obj == NULL &&
goptions
!= NULL)
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026