Searched refs:av (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tools/hack_coff/
H A Dhack-coff.c32 main(int ac, char **av) argument
45 if ((fd = open(av[1], 2)) == -1) {
46 perror(av[2]);
53 fprintf(stderr, "%s: not an xcoff file\n", av[1]);
75 fprintf(stderr, "%s: write error\n", av[1]);
82 fprintf(stderr, "%s: read error or file too short\n", av[1]);
/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_redir_test.c11 char* const av[] = { "posix_spawn_redir_err", NULL }; local
20 ret = posix_spawn(&child, "./posix_spawn_redir_err", &child_fd_acts, NULL, av, NULL);
/haiku/src/tools/
H A Delf2aout.c278 main(int ac, char **av) argument
289 while ((c = getopt(ac, av, "o:")) != -1)
300 av += optind;
304 if ((efd = open(*av, O_RDONLY)) < 0 || fstat(efd, &sb) < 0)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c1436 struct ath_rateioctl_tlv av; local
1481 av.tlv_id = ATH_RATE_TLV_RATETABLE;
1482 av.tlv_len = sizeof(struct ath_rateioctl_rt);
1483 copyout(&av, rs->buf + o, sizeof(struct ath_rateioctl_tlv));
1491 av.tlv_id = ATH_RATE_TLV_SAMPLENODE;
1492 av.tlv_len = sizeof(struct sample_node);
1493 copyout(&av, rs->buf + o, sizeof(struct ath_rateioctl_tlv));

Completed in 55 milliseconds