OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extra_opts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_envelope.c
128
int
extra_opts
;
local
144
extra_opts
= atoi(buf);
145
if (
extra_opts
& ~CLEANUP_FLAG_MASK_EXTRA)
147
state->queue_id,
extra_opts
);
149
state->flags |=
extra_opts
;
cleanup_extracted.c
111
int
extra_opts
;
local
124
extra_opts
= atoi(buf);
125
if (
extra_opts
& ~CLEANUP_FLAG_MASK_EXTRA)
127
state->queue_id,
extra_opts
);
129
state->flags |=
extra_opts
;
/src/external/bsd/am-utils/dist/conf/mount/
mount_linux.c
631
char *
extra_opts
= NULL;
local
653
tmp_opts = parse_opts(type, mnt->mnt_opts, &flags, &
extra_opts
, &noauto);
660
XFREE(
extra_opts
);
662
extra_opts
= (char *) xmalloc(l);
663
xsnprintf(
extra_opts
, l, sizeof(
extra_opts
), "dir=%s", mnt->mnt_fsname);
668
errorcode = do_mount_linux(type, mnt, flags,
extra_opts
);
675
if (*
extra_opts
)
676
topts = strvcat(
extra_opts
, ",device=", mnt->mnt_fsname, NULL);
679
free(
extra_opts
);
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026