Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_compat.h336 #ifndef MNTTAB_OPT_GROUP
337 # define MNTTAB_OPT_GROUP "group" macro
350 #ifndef MNTTAB_OPT_GROUP
351 # define MNTTAB_OPT_GROUP "group" macro
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_udf.c211 if ((str = hasmntstr(&mnt, MNTTAB_OPT_GROUP)) != NULL) { in mount_udf()
212 udf_args.anon_gid = a_gid(str, MNTTAB_OPT_GROUP); in mount_udf()
H A Dops_pcfs.c175 if ((str = hasmntstr(&mnt, MNTTAB_OPT_GROUP)) != NULL) { in mount_pcfs()