/src/sys/fs/autofs/ |
autofs_mount.h | 42 char *master_options; member in struct:autofs_args
|
autofs_mount.h | 42 char *master_options; member in struct:autofs_args
|
/src/sbin/mount_autofs/ |
mount_autofs.c | 90 strlcpy(am->master_options, optarg, MAXPATHLEN); 113 char from[MAXPATHLEN], master_options[MAXPATHLEN]; local in function:mount_autofs 118 .master_options = master_options, 127 printf("from=%s, master_options=%s, master_prefix=%s\n", 128 am.from, am.master_options, am.master_prefix);
|
mount_autofs.c | 90 strlcpy(am->master_options, optarg, MAXPATHLEN); 113 char from[MAXPATHLEN], master_options[MAXPATHLEN]; local in function:mount_autofs 118 .master_options = master_options, 127 printf("from=%s, master_options=%s, master_prefix=%s\n", 128 am.from, am.master_options, am.master_prefix);
|