Searched refs:process_opt (Results 1 – 3 of 3) sorted by relevance
/external/libfuse/lib/ |
D | fuse_opt.c | 228 static int process_opt(struct fuse_opt_context *ctx, in process_opt() function 268 res = process_opt(ctx, opt, sep, newarg, iso); in process_opt_sep_arg() 285 res = process_opt(ctx, opt, sep, arg, iso); in process_gopt()
|
/external/python/cpython2/Lib/test/ |
D | test_optparse.py | 1097 callback=self.process_opt), 1101 callback=self.process_opt, 1106 def process_opt(self, option, opt, value, parser_): member in TestCallback
|
/external/python/cpython3/Lib/test/ |
D | test_optparse.py | 1095 callback=self.process_opt), 1099 callback=self.process_opt, 1104 def process_opt(self, option, opt, value, parser_): member in TestCallback
|