Searched refs:sepp (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_opt.c | 141 static int match_template(const char *t, const char *arg, unsigned *sepp) in match_template() argument 151 *sepp = sep - t; in match_template() 156 *sepp = 0; in match_template() 163 const char *arg, unsigned *sepp) in find_opt() 166 if (match_template(opt->templ, arg, sepp)) in find_opt() 162 find_opt(const struct fuse_opt *opt, const char *arg, unsigned *sepp) find_opt() argument
|
/third_party/libfuse/lib/ |
H A D | fuse_opt.c | 171 static int match_template(const char *t, const char *arg, unsigned *sepp) in match_template() argument 181 *sepp = sep - t; in match_template() 186 *sepp = 0; in match_template() 193 const char *arg, unsigned *sepp) in find_opt() 196 if (match_template(opt->templ, arg, sepp)) in find_opt() 192 find_opt(const struct fuse_opt *opt, const char *arg, unsigned *sepp) find_opt() argument
|
Completed in 2 milliseconds