refuse_opt.c | 50 fuse_opt_add_arg(struct fuse_args *args, const char *arg) function in typeref:typename:int 70 err(1, "fuse_opt_add_arg"); 262 if (fuse_opt_add_arg(outargs, arg) == -1) 446 if (fuse_opt_add_arg(outargs, args->argv[0]) == -1) 480 if (fuse_opt_add_arg(outargs, arg) == -1)
|