Searched refs:outargs (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/lib/librefuse/ |
| H A D | refuse_opt.c | 233 const char* arg, int key, struct fuse_args *outargs, bool is_opt) in call_proc() argument 239 const int rv = proc(data, arg, key, outargs); in call_proc() 248 if (outargs->argc >= 3 && strcmp(outargs->argv[1], "-o") == 0) { in call_proc() 250 if (fuse_opt_add_opt_escaped(&outargs->argv[2], arg) == -1) in call_proc() 255 if (fuse_opt_insert_arg(outargs, 1, "-o") == -1) in call_proc() 257 if (fuse_opt_insert_arg(outargs, 2, arg) == -1) in call_proc() 262 if (fuse_opt_add_arg(outargs, arg) == -1) in call_proc() 285 parse_matched_arg(const char* arg, struct fuse_args *outargs, in parse_matched_arg() argument 292 if (call_proc(proc, data, arg, opt->value, outargs, is_opt) == -1) in parse_matched_arg() 336 struct fuse_args *outargs, void *data, in parse_arg() argument [all …]
|
| H A D | refuse_lowlevel.c | 79 struct fuse_args *outargs) in refuse_lowlevel_opt_proc() argument
|
| /netbsd-src/tests/lib/librefuse/ |
| H A D | t_refuse_opt.c | 170 static int foo_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs) { in foo_opt_proc() argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2006 | 15921 (state_is_differed): Don't take number of outargs, adjust callers.
|