Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse_opt.c115 static int add_opt_common(char **opts, const char *opt, int esc) in add_opt_common() function
141 return add_opt_common(opts, opt, 0); in fuse_opt_add_opt()
146 return add_opt_common(opts, opt, 1); in fuse_opt_add_opt_escaped()
151 return add_opt_common(&ctx->opts, opt, 1); in add_opt()