OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xopts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/am-utils/dist/conf/umount/
umount_linux.c
60
char *opt, *
xopts
= NULL;
local
180
xopts
= xstrdup(mp_save->mnt->mnt_opts); /* b/c strtok is destructive */
181
for (opt = strtok(
xopts
, ","); opt; opt = strtok(NULL, ","))
190
if (
xopts
)
191
XFREE(
xopts
);
/src/external/bsd/am-utils/dist/amd/
ops_nfs.c
785
char *
xopts
=NULL, transp_timeo_opts[40], transp_retrans_opts[40];
local
846
xopts
= str3cat(
xopts
, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts);
849
xopts
= str3cat(
xopts
, transp_timeo_opts, transp_retrans_opts, mf->mf_mopts);
855
mnt.mnt_opts =
xopts
;
/src/external/bsd/am-utils/dist/libamu/
mount_fs.c
208
char *zopts = NULL, *
xopts
= NULL;
local
280
xopts
= mnt->mnt_opts;
282
xstrlcpy(zopts,
xopts
, l);
354
if (
xopts
) {
356
mnt->mnt_opts =
xopts
;
Completed in 19 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026