OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_opts
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/am-utils/dist/amd/
am_ops.c
414
if (fo->
opt_opts
== 0)
415
fo->
opt_opts
= xstrdup("rw,defaults");
416
else if (*fo->
opt_opts
== '-') {
418
* We cannot simply do fo->
opt_opts
++ here since the opts
419
* module will try to free the pointer fo->
opt_opts
later.
422
char *old = fo->
opt_opts
;
423
fo->
opt_opts
= xstrdup(old + 1);
432
if (STREQ(fo->
opt_opts
, fo->opt_remopts)) {
435
mergedstr = merge_opts(fo->
opt_opts
, fo->opt_addopts);
437
fo->
opt_opts
, fo->opt_addopts, mergedstr)
[
all
...]
restart.c
78
mo.
opt_opts
= me->mnt_opts;
opts.c
134
&fs_static.
opt_opts
, 0, 0, FALSE },
267
{&fs_static.
opt_opts
, "rw"},
289
{&fs_static.
opt_opts
, 0},
1399
_AM_OPT_COPY(
opt_opts
);
amd.h
382
char *
opt_opts
;
member in struct:am_opts
396
char *opt_addopts; /* options to add to
opt_opts
*/
amfs_generic.c
307
fs_opts->
opt_opts
,
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026