Home
last modified time | relevance | path

Searched refs:defaultopts (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c122 char defaultopts[AUTOFS_MAXOPTSLEN]; in parse_entry() local
168 mapopts, defaultopts, isdirect) != PARSE_OK) in parse_entry()
178 if (push_options(rootnode, defaultopts, mapopts, in parse_entry()
272 strcpy(defaultopts, w); in mapline_to_mapent()
276 strcpy(defaultopts, mapopts); in mapline_to_mapent()
547 defaultopts, mapopts)) != PARSE_OK) in push_options()
590 opts = defaultopts; in set_mapent_opts()
616 if ((rc = fstype_opts(me, opts, defaultopts, in set_mapent_opts()
684 if (defaultopts && *defaultopts == '-') in fstype_opts()
685 defaultopts++; in fstype_opts()
[all …]