Searched refs:add_opt (Results 1 - 2 of 2) sorted by relevance

/src/sbin/mount_puffs/
H A Dmount_puffs.c117 static void add_opt(char **opts, const char *opt) function in typeref:typename:void
149 add_opt(&opts, opt);
/src/lib/librefuse/
H A Drefuse_opt.c143 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