HomeSort by: relevance | last modified time | path
    Searched defs:find_opt (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/librefuse/
refuse_opt.c 213 find_opt(const struct fuse_opt *opts, const char *opt, ssize_t *sep_idx) function in typeref:typename:const struct fuse_opt *
229 return find_opt(opts, opt, NULL) != NULL ? 1 : 0;
340 const struct fuse_opt *opt = find_opt(opts, arg, &sep_idx);
346 opt = find_opt(++opt, arg, &sep_idx)) {

Completed in 12 milliseconds