Home
last modified time | relevance | path

Searched refs:process_opt (Results 1 – 3 of 3) sorted by relevance

/external/libfuse/lib/
Dfuse_opt.c228 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/
Dtest_optparse.py1097 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/
Dtest_optparse.py1095 callback=self.process_opt),
1099 callback=self.process_opt,
1104 def process_opt(self, option, opt, value, parser_): member in TestCallback