Home
last modified time | relevance | path

Searched refs:outargs (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libfuse/
H A Dfuse_opt.c266 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 Dgenerate_netbsd_syscalls.awk280 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 DParseXS.pm695 undef %{ $self->{outargs} };
1242 if $self->{outargs}->{$outarg}++;