Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/amd/
Damfs_generic.c90 char *def_opts, char *pfname);
96 static char *amfs_parse_defaults(am_node *mp, mntfs *mf, char *def_opts);
252 char *def_opts, char *pfname) in amfs_lookup_one_location() argument
270 p = ops_match(fs_opts, ivec, def_opts, new_mp->am_path, in amfs_lookup_one_location()
306 def_opts, in amfs_lookup_one_location()
361 char *def_opts; /* Automount options */ in amfs_lookup_loc() local
418 def_opts = mf->mf_auto; in amfs_lookup_loc()
420 def_opts = ""; in amfs_lookup_loc()
422 orig_def_opts = amfs_parse_defaults(mp, mf, xstrdup(def_opts)); in amfs_lookup_loc()
423 def_opts = xstrdup(orig_def_opts); in amfs_lookup_loc()
[all …]
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog727 * amd/amfs_generic.c (amfs_lookup_mntfs): free def_opts before
2433 def_opts to options given in -opts, appended with the /default
3594 (amfs_lookup_mntfs): free def_opts on return