| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/test/ |
| H A D | OptionsTest.cpp | 92 EXPECT_SUCCESS(options.parse(args.size(), args.data())); in TEST() 100 EXPECT_SUCCESS(options.parse(args.size(), args.data())); in TEST() 107 auto args = in TEST() local 109 EXPECT_SUCCESS(options.parse(args.size(), args.data())); in TEST() 118 EXPECT_SUCCESS(options.parse(args.size(), args.data())); in TEST() 126 EXPECT_SUCCESS(options.parse(args.size(), args.data())); in TEST() 134 EXPECT_SUCCESS(options.parse(args.size(), args.data())); in TEST() 142 EXPECT_SUCCESS(options.parse(args.size(), args.data())); in TEST() 459 options.parse(args.size(), args.data()); in TEST() 467 options.parse(args.size(), args.data()); in TEST() [all …]
|
| /freebsd-12.1/sys/powerpc/ofw/ |
| H A D | ofw_real.c | 331 } args; in ofw_real_test() local 340 argsptr = ofw_real_map(&args, sizeof(args)); in ofw_real_test() 373 argsptr = ofw_real_map(&args, sizeof(args)); in ofw_real_peer() 402 argsptr = ofw_real_map(&args, sizeof(args)); in ofw_real_child() 431 argsptr = ofw_real_map(&args, sizeof(args)); in ofw_real_parent() 460 argsptr = ofw_real_map(&args, sizeof(args)); in ofw_real_instance_to_package() 492 argsptr = ofw_real_map(&args, sizeof(args)); in ofw_real_getproplen() 529 argsptr = ofw_real_map(&args, sizeof(args)); in ofw_real_getprop() 530 if (args.propname == 0 || args.buf == 0 || in ofw_real_getprop() 608 if (args.propname == 0 || args.buf == 0 || in ofw_real_setprop() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | wrapper.c | 78 args.args[1].pointer = block; in gdb_parse_exp_1() 79 args.args[2].integer = comma; in gdb_parse_exp_1() 108 args.args[0].pointer = exp; in gdb_evaluate_expression() 136 args.args[0].pointer = value; in gdb_value_fetch_lazy() 155 args.args[0].pointer = val1; in gdb_value_equal() 156 args.args[1].pointer = val2; in gdb_value_equal() 188 args.args[0].pointer = val1; in gdb_value_assign() 189 args.args[1].pointer = val2; in gdb_value_assign() 254 args.args[0].pointer = val; in gdb_value_ind() 282 args.args[0].pointer = p; in gdb_parse_and_eval_type() [all …]
|
| /freebsd-12.1/contrib/openbsm/bin/auditd/ |
| H A D | audit_warn.c | 77 char *args[2]; in audit_warn_allhard() local 80 args[1] = NULL; in audit_warn_allhard() 91 char *args[2]; in audit_warn_allsoft() local 94 args[1] = NULL; in audit_warn_allsoft() 108 char *args[2]; in audit_warn_auditoff() local 122 char *args[3]; in audit_warn_closefile() local 137 char *args[2]; in audit_warn_ebusy() local 155 char *args[3]; in audit_warn_getacdir() local 170 char *args[3]; in audit_warn_hard() local 185 char *args[2]; in audit_warn_nostart() local [all …]
|
| /freebsd-12.1/stand/ofw/libofw/ |
| H A D | openfirm.c | 120 } args = { in OF_test() local 141 } args = { in OF_milliseconds() local 165 } args = { in OF_peer() local 187 } args = { in OF_child() local 209 } args = { in OF_parent() local 231 } args = { in OF_instance_to_package() local 254 } args = { in OF_getproplen() local 280 } args = { in OF_getprop() local 307 } args = { in OF_nextprop() local 559 args.instance, args.addr, args.len); in OF_read() [all …]
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 77 ch = (chtype *) args[0]; in cmd_addch() 292 ch = (chtype *) args[0]; in cmd_bkgd() 306 ch = (chtype *) args[0]; in cmd_bkgdset() 902 ch = (chtype *) args[2]; in cmd_mvaddch() 2577 ch = (chtype *) args[0]; in cmd_hline() 3026 ch = (chtype *) args[2]; in cmd_mvhline() 3060 report_return(mvprintw(y, x, args[2], args[3])); in cmd_mvprintw() 3437 report_return(mvwprintw(win, y, x, args[3], args[4])); in cmd_mvwprintw() 3935 report_return(printw(args[0], args[1])); in cmd_printw() 4462 report_return(internal_vw_printw(win, args[1], args[2])); in cmd_vw_printw() [all …]
|
| /freebsd-12.1/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 411 if (!args.pa_toptty) in pmcstat_topexit() 466 args.pa_flags = 0; in main() 468 args.pa_logfd = -1; in main() 482 args.pa_toptty = 0; in main() 858 if (args.pa_outputpath && args.pa_inputpath) in main() 869 if (args.pa_flags & FLAG_DO_ANNOTATE && args.pa_inputpath == NULL) in main() 1010 args.pa_kernel = strdup(dirname(args.pa_kernel)); in main() 1015 args.pa_fsroot, args.pa_kernel); in main() 1030 args.pa_graphfile = args.pa_printfile; in main() 1090 args.pa_logfd = pmcstat_open_log(args.pa_outputpath, in main() [all …]
|
| /freebsd-12.1/sys/contrib/zstd/tests/gzip/ |
| H A D | help-version.sh | 87 args= 156 zdiff_setup () { args="$args $zin $zin2"; } 158 zcat_setup () { args="$args $zin"; } 162 znew_setup () { args="$args $bigZ_in"; } 164 zgrep_setup () { args="$args z $zin"; } 167 gzexe_setup () { args="$args $tmp_in"; } 214 df_setup () { args=/; } 217 id_setup () { args=-u; } 222 args=$! 230 args=slink; [all …]
|
| /freebsd-12.1/sys/contrib/zstd/tests/fuzz/ |
| H A D | fuzz.py | 109 args.TARGET = parse_targets(args.TARGET) 138 args.sanitize = args.asan or args.msan or args.ubsan 322 args = parser.parse_args(args) 324 [args.cppflags, args.cflags, args.cxxflags, args.ldflags])) 327 if args.msan and (args.asan or args.ubsan): 341 args = build_parser(args) 514 args = libfuzzer_parser(args) 518 libfuzzer(args.TARGET, args.corpora, args.artifact, args.seed, args.extra) 567 args = afl_parser(args) 665 args = gen_parser(args) [all …]
|
| /freebsd-12.1/contrib/netbsd-tests/lib/librefuse/ |
| H A D | t_refuse_opt.c | 53 ATF_REQUIRE_EQ(args.argc, 2); in ATF_TC_BODY() 220 ATF_CHECK_EQ(args.argc, 4); in ATF_TC_BODY() 266 fuse_opt_free_args(&args); in ATF_TC_BODY() 281 fuse_opt_free_args(&args); in ATF_TC_BODY() 297 fuse_opt_free_args(&args); in ATF_TC_BODY() 320 fuse_opt_free_args(&args); in ATF_TC_BODY() 334 fuse_opt_free_args(&args); in ATF_TC_BODY() 347 fuse_opt_free_args(&args); in ATF_TC_BODY() 361 fuse_opt_free_args(&args); in ATF_TC_BODY() 374 fuse_opt_free_args(&args); in ATF_TC_BODY() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/ |
| H A D | tst.call3.c | 71 bzero(args, sizeof (*args)); in setattr_arginit() 100 bzero(args, sizeof (*args)); in commit_arginit() 110 bzero(args, sizeof (*args)); in create_arginit() 151 bzero(args, sizeof (*args)); in mkdir_arginit() 162 bzero(args, sizeof (*args)); in mknod_arginit() 187 bzero(args, sizeof (*args)); in read_arginit() 197 bzero(args, sizeof (*args)); in readdir_arginit() 200 args->count = 1024; in readdir_arginit() 208 bzero(args, sizeof (*args)); in readdirplus_arginit() 262 bzero(args, sizeof (*args)); in symlink_arginit() [all …]
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | ofw_standard.c | 176 } args = { in ofw_std_test() local 196 } args = { in ofw_std_interpret() local 227 } args = { in ofw_std_peer() local 249 } args = { in ofw_std_child() local 271 } args = { in ofw_std_parent() local 293 } args = { in ofw_std_instance_to_package() local 316 } args = { in ofw_std_getproplen() local 343 } args = { in ofw_std_getprop() local 371 } args = { in ofw_std_nextprop() local 400 } args = { in ofw_std_setprop() local [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | test_nist.in | 68 args="" 71 *.crl) args="$args crl:FILE:$nistdir/crls/$arg1" ;; 72 *) args="$args $arg1" ;; 76 *.crl) args="$args crl:FILE:$nistdir/crls/$arg2" ;; 77 *) args="$args $arg2" ;; 81 *.crl) args="$args crl:FILE:$nistdir/crls/$arg3" ;; 82 *) args="$args $arg3" ;; 86 *.crl) args="$args crl:FILE:$nistdir/crls/$arg4" ;; 87 *) args="$args $arg4" ;; 92 *) args="$args $arg5" ;; [all …]
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 194 path, args->flags, args->mode); in linux_openat() 212 path, args->flags, args->mode); in linux_open() 225 args->fdes, (long)args->off, args->whence); in linux_lseek() 227 return (kern_lseek(td, args->fdes, args->off, args->whence)); in linux_lseek() 240 args->fd, args->ohigh, args->olow, args->whence); in linux_llseek() 242 off = (args->olow) | (((off_t) args->ohigh) << 32); in linux_llseek() 867 args->buf, UIO_USERSPACE, args->count); in linux_readlink() 988 args->newdfd, to, args->flag); in linux_linkat() 1582 return (kern_posix_fadvise(td, args->fd, args->offset, args->len, in linux_fadvise64() 1595 return (kern_posix_fadvise(td, args->fd, args->offset, args->len, in linux_fadvise64_64() [all …]
|
| H A D | linux_ioctl.c | 271 args->fd, (int)(args->cmd & 0xffff), in linux_ioctl_hdio() 836 args->arg = 0; in linux_ioctl_termio() 2599 args->cmd = SETDIR(args->cmd); in linux_ioctl_drm() 3247 args->cmd = (args->cmd & 0xffff) | IOC_VOID; in linux_ioctl_v4l2() 3266 args->cmd = (args->cmd & ~IOC_DIRMASK) | IOC_IN; in linux_ioctl_v4l2() 3279 args->cmd = (args->cmd & ~IOC_DIRMASK) | IOC_OUT; in linux_ioctl_v4l2() 3314 args->cmd = (args->cmd & ~IOC_DIRMASK) | IOC_INOUT; in linux_ioctl_v4l2() 3573 args->cmd = SETDIR(args->cmd); in linux_ioctl_evdev() 3610 args->cmd = (args->cmd & ~IOC_DIRMASK) | IOC_INOUT; in linux_ioctl_evdev() 3678 args->fd, (int)(args->cmd & 0xffff), in linux_ioctl() [all …]
|
| H A D | linux_misc.c | 565 error = kern_select(td, args->nfds, args->readfds, args->writefds, in linux_select() 643 if (args->new_len > args->old_len) { in linux_mremap() 648 if (args->new_len < args->old_len) { in linux_mremap() 649 addr = args->addr + args->new_len; in linux_mremap() 1021 args->pid, (void *)args->status, args->options); in linux_waitpid() 1042 args->pid, (void *)args->status, args->options, in linux_wait4() 1150 args->mode, args->dev); in linux_mknod() 1540 args->pid, args->policy, (const void *)args->param); in linux_sched_setscheduler() 2220 args->resource, (void *)args->new, (void *)args->old); in linux_prlimit64() 2325 error = kern_pselect(td, args->nfds, args->readfds, args->writefds, in linux_pselect6() [all …]
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | concat.c | 105 VA_OPEN (args, first); in concat_length() 108 VA_CLOSE (args); in concat_length() 120 VA_OPEN (args, first); in concat_copy() 125 VA_CLOSE (args); in concat_copy() 143 VA_OPEN (args, first); in concat_copy2() 146 VA_CLOSE (args); in concat_copy2() 157 VA_OPEN (args, first); in concat() 160 VA_CLOSE (args); in concat() 166 VA_CLOSE (args); in concat() 198 VA_CLOSE (args); in reconcat() [all …]
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | concat.c | 105 VA_OPEN (args, first); in concat_length() 108 VA_CLOSE (args); in concat_length() 120 VA_OPEN (args, first); in concat_copy() 125 VA_CLOSE (args); in concat_copy() 143 VA_OPEN (args, first); in concat_copy2() 146 VA_CLOSE (args); in concat_copy2() 157 VA_OPEN (args, first); in concat() 160 VA_CLOSE (args); in concat() 166 VA_CLOSE (args); in concat() 198 VA_CLOSE (args); in reconcat() [all …]
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | atombios_encoders.c | 364 memset(&args, 0, sizeof(args)); in atombios_dac_setup() 416 memset(&args, 0, sizeof(args)); in atombios_tv_setup() 504 memset(&args, 0, sizeof(args)); in atombios_dvo_setup() 577 memset(&args, 0, sizeof(args)); in atombios_digital_setup() 830 memset(&args, 0, sizeof(args)); in atombios_dig_encoder_setup() 1006 memset(&args, 0, sizeof(args)); in atombios_dig_transmitter_setup() 1338 memset(&args, 0, sizeof(args)); in atombios_set_edp_panel_power() 1398 memset(&args, 0, sizeof(args)); in atombios_external_encoder_setup() 1478 memset(&args, 0, sizeof(args)); in atombios_yuv_setup() 1513 memset(&args, 0, sizeof(args)); in radeon_atom_encoder_dpms_avivo() [all …]
|
| /freebsd-12.1/usr.bin/truss/ |
| H A D | syscalls.c | 1727 args[sc->offset]; in print_arg() 1906 int numfds = args[0]; in print_arg() 1956 args[sc->offset]); in print_arg() 2254 args[sc->offset]); in print_arg() 2341 args[sc->offset]); in print_arg() 2348 args[sc->offset]); in print_arg() 2376 args[sc->offset]); in print_arg() 2412 args[sc->offset]); in print_arg() 2416 args[sc->offset]); in print_arg() 2432 args[sc->offset]); in print_arg() [all …]
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | txg_integrity.d | 51 printf("DR_TXG=%d\tDB address = %x\n", args[0], (long long)args[1]); 58 dbuf_dirty_size = args[0]; 59 dbuf_dirty_offset = args[1]; 70 printf("uio_stats: size=%d\tloffset=%x\tnumbufs=%d", args[0], args[1], args[2]); 75 uio_stats2_refcount = args[0]; 76 uio_stats2_dirtycnt = args[1]; 77 printf("uio_stats2: refcount=%d\tdirtycnt=%d\tdb=%x", args[0], args[1], (long long)args[2]); 87 dbuf_dirty_refcount = args[0]; 88 dbuf_dirty_dirtycnt = args[1]; 99 ge2TrackerCount[(long long)args[0]] = args[1]; [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | getarg.c | 123 if(ISFLAG(args[i]) || in mandoc_template() 124 args[i].short_name == 0 || args[i].long_name == NULL) { in mandoc_template() 130 if(args[i].long_name) in mandoc_template() 166 if(args[i].long_name){ in mandoc_template() 174 if(args[i].help) in mandoc_template() 247 if(args[i].short_name && ISFLAG(args[i])) { in arg_printusage_i18n() 283 if (args[i].short_name && !ISFLAG(args[i])) { in arg_printusage_i18n() 294 if (args[i].long_name && args[i].short_name) in arg_printusage_i18n() 304 if (args[i].help) { in arg_printusage_i18n() 312 if (args[i].short_name && args[i].long_name) in arg_printusage_i18n() [all …]
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 117 args->argp, args->envp); in linux_execve() 146 a.key = args->arg1; in linux_ipc() 157 a.cmd = args->arg3; in linux_ipc() 357 (void *)args->addr, args->len, args->prot, in linux_mmap2() 358 args->flags, args->fd, args->pgoff); in linux_mmap2() 361 return (linux_mmap_common(td, args->addr, args->len, args->prot, in linux_mmap2() 362 args->flags, args->fd, (uint64_t)(uint32_t)args->pgoff * in linux_mmap2() 413 if (args->level < 0 || args->level > 3) in linux_iopl() 497 args->sig, (void *)args->nsa, (void *)args->osa); in linux_sigaction() 511 error = linux_do_sigaction(td, args->sig, args->nsa ? &act : NULL, in linux_sigaction() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | GraphWriter.cpp | 162 args.push_back("-W"); in DisplayGraph() 163 args.push_back(Filename); in DisplayGraph() 172 args.push_back(Filename); in DisplayGraph() 182 args.push_back(Filename); in DisplayGraph() 192 args.push_back(Filename); in DisplayGraph() 194 args.push_back("-f"); in DisplayGraph() 240 args.push_back("-o"); in DisplayGraph() 252 args.clear(); in DisplayGraph() 256 args.push_back("-W"); in DisplayGraph() 268 args.push_back("/S"); in DisplayGraph() [all …]
|
| /freebsd-12.1/usr.sbin/rpc.ypupdated/ |
| H A D | ypupdated_server.c | 116 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_change_1_svc() 117 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_change_1_svc() 123 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_change_1_svc() 124 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_change_1_svc() 150 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_insert_1_svc() 151 args->datum.yp_buf_len, args->datum.yp_buf_val); in ypu_insert_1_svc() 157 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_insert_1_svc() 184 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_delete_1_svc() 191 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_delete_1_svc() 218 args->key.yp_buf_len, args->key.yp_buf_val, in ypu_store_1_svc() [all …]
|