OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileobj
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mpl/bind/dist/bin/check/
named-checkconf.c
185
const cfg_obj_t *
fileobj
= NULL;
local
251
cfg_map_get(zoptions, "file", &
fileobj
);
252
if (
fileobj
!= NULL) {
253
zfile = cfg_obj_asstring(
fileobj
);
/src/external/mpl/bind/dist/bin/named/
logconf.c
96
const cfg_obj_t *
fileobj
= NULL;
local
105
(void)cfg_map_get(channel, "file", &
fileobj
);
111
if (
fileobj
!= NULL) {
134
if (
fileobj
!= NULL) {
135
const cfg_obj_t *pathobj = cfg_tuple_get(
fileobj
, "file");
136
const cfg_obj_t *sizeobj = cfg_tuple_get(
fileobj
, "size");
137
const cfg_obj_t *versionsobj = cfg_tuple_get(
fileobj
,
139
const cfg_obj_t *suffixobj = cfg_tuple_get(
fileobj
, "suffix");
server.c
6828
const cfg_obj_t *
fileobj
= NULL;
local
6829
if (cfg_map_get(zoptions, "file", &
fileobj
) != ISC_R_SUCCESS) {
6837
const char *hintsfile = cfg_obj_asstring(
fileobj
);
/src/external/mpl/bind/dist/lib/isccfg/
parser.c
3608
cfg_obj_t *
fileobj
;
local
3619
fileobj
= elt->obj;
3620
INSIST(
fileobj
->type == &cfg_type_qstring);
3621
return
fileobj
->value.string.base;
check.c
4249
const cfg_obj_t *
fileobj
= NULL;
local
4250
tresult = cfg_map_get(zoptions, "file", &
fileobj
);
4267
tresult = fileexist(
fileobj
, files, true, logctx);
4275
tresult = fileexist(
fileobj
, files, false, logctx);
6122
const cfg_obj_t *
fileobj
= NULL;
local
6157
fileobj
= syslogobj = nullobj = stderrobj = NULL;
6158
(void)cfg_map_get(channel, "file", &
fileobj
);
6163
if (
fileobj
!= NULL) {
/src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c
3774
cfg_obj_t *
fileobj
;
local
3785
fileobj
= elt->obj;
3786
INSIST(
fileobj
->type == &cfg_type_qstring);
3787
return (
fileobj
->value.string.base);
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026