Searched refs:popt (Results 1 – 2 of 2) sorted by relevance
337 static int parse_options(char *options, struct iso9660_options *popt) in parse_options() argument343 popt->map = 'n'; in parse_options()344 popt->rock = 1; in parse_options()345 popt->joliet = 1; in parse_options()346 popt->cruft = 0; in parse_options()347 popt->hide = 0; in parse_options()348 popt->showassoc = 0; in parse_options()349 popt->check = 'u'; /* unset */ in parse_options()350 popt->nocompress = 0; in parse_options()351 popt->blocksize = 1024; in parse_options()[all …]
16 class popt: class151 if opt_proc != popt.DISP_DFL:182 if opt_proc != popt.DISP_DFL:185 if opt_proc == popt.DISP_PROC_VERBOSE:190 if opt_proc == popt.DISP_PROC_VERBOSE and not self.is_filtered():265 opt_proc = popt.DISP_DFL280 opt_proc = popt.DISP_PROC282 opt_proc = popt.DISP_PROC_VERBOSE