Home
last modified time | relevance | path

Searched refs:find_opt (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c162 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
174 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
245 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
247 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/third_party/libfuse/lib/
H A Dfuse_opt.c192 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt() function
204 return find_opt(opts, opt, &dummy) ? 1 : 0; in fuse_opt_match()
277 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt()
279 for (; opt; opt = find_opt(opt + 1, arg, &sep)) { in process_gopt()
/third_party/python/Tools/freeze/test/
H A Dfreeze.py48 def find_opt(args, name): function
59 pos = find_opt(args, name)

Completed in 3 milliseconds