Searched refs:outargs (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libfuse/ |
H A 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() 290 fuse_opt_add_arg(&outargs, arg); 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() 324 fuse_opt_add_arg(&outargs, arg); in fuse_opt_parse() 338 fuse_opt_add_arg(&outargs, tofree); in fuse_opt_parse() 351 args->allocated = outargs.allocated; in fuse_opt_parse() 352 args->argc = outargs.argc; in fuse_opt_parse() [all …]
|
/openbsd/gnu/llvm/compiler-rt/utils/ |
H A 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/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | ParseXS.pm | 695 undef %{ $self->{outargs} }; 1242 if $self->{outargs}->{$outarg}++;
|