Searched refs:add_opt (Results 1 - 2 of 2) sorted by relevance
| /src/sbin/mount_puffs/ | ||
| H A D | 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/ | ||
| H A D | 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); |
Completed in 18 milliseconds