| 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);
 
 |