Home | Sort by: relevance | last modified time | path |
/src/sbin/mount_puffs/ | |
mount_puffs.c | 117 static void add_opt(char **opts, const char *opt) function in typeref:typename:void 149 add_opt(&opts, opt); |
/src/lib/librefuse/ | |
refuse_opt.c | 143 static int add_opt(char **opts, const char *opt, bool escape) function in typeref:typename:int 173 return add_opt(opts, opt, false); 180 return add_opt(opts, opt, true); |