mount_autofs.c | 93 strlcpy(am->master_prefix, optarg, MAXPATHLEN); 114 char master_prefix[MAXPATHLEN]; local in function:mount_autofs 119 .master_prefix = master_prefix, 127 printf("from=%s, master_options=%s, master_prefix=%s\n", 128 am.from, am.master_options, am.master_prefix);
|