Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dwr_atab.c96 if (ap->a_opts && !STREQ(ap->a_opts, "")) { in write_amount_info()
97 fprintf(af, ";%s", ap->a_opts); in write_amount_info()
211 if (ap->a_opts && !STREQ(ap->a_opts, "")) { in write_amount_info()
212 fprintf(af, ";%s", ap->a_opts); in write_amount_info()
H A Dfsi_gram.y293 a->a_opts = $3;
303 a->a_opts = $3;
324 a->a_opts = $3;
H A Dfsi_data.h67 char *a_opts; /* opts for mounting */ member
H A Dfsi_util.c319 ap->a_opts = NULL; in new_automount()