Searched refs:outargs (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libfuse/ |
| D | fuse_opt.c | 266 struct fuse_args outargs; in fuse_opt_parse() local 275 memset(&outargs, 0, sizeof(outargs)); in fuse_opt_parse() 276 fuse_opt_add_arg(&outargs, args->argv[0]); in fuse_opt_parse() 287 ret = f(data, arg, FUSE_OPT_KEY_NONOPT, &outargs); in fuse_opt_parse() 290 fuse_opt_add_arg(&outargs, arg); in fuse_opt_parse() 309 ret = parse_opt(opt, ap, data, f, &outargs); in fuse_opt_parse() 311 fuse_opt_add_arg(&outargs, "-o"); in fuse_opt_parse() 312 fuse_opt_add_arg(&outargs, ap); in fuse_opt_parse() 321 ret = parse_opt(opt, arg, data, f, &outargs); in fuse_opt_parse() 324 fuse_opt_add_arg(&outargs, arg); in fuse_opt_parse() [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/utils/ |
| D | generate_netbsd_syscalls.awk | 280 outargs = "" 283 outargs = "(long long)(" syscallargs[i] ")" 284 gsub(/\$/, "), (long long)(", outargs) 288 pcmd(" __sanitizer_syscall_pre_impl_" sn "(" outargs ")") 296 if (outargs == "") { 297 outargs = "res" 299 outargs = "res, " outargs 303 pcmd(" __sanitizer_syscall_post_impl_" sn "(" outargs ")")
|
| /openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
| D | ParseXS.pm | 695 undef %{ $self->{outargs} }; 1242 if $self->{outargs}->{$outarg}++;
|