Searched refs:av (Results 76 - 100 of 184) sorted by relevance

12345678

/freebsd-10.0-release/usr.sbin/ipfwpcap/
H A Dipfwpcap.c152 main(int ac, char *av[]) argument
169 prog = av[0];
171 while ((r = getopt(ac, av, "drb:p:P:")) != -1) {
198 portnum = atoi(av[optind++]);
199 dumpf = av[optind];
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfiutil.h97 int (*handler)(int ac, char **av);
111 mfiutil_ ## name ## _table_handler(int ac, char **av) \
114 SET_LIMIT(MFI_DATASET(name)), ac, av)); \
141 struct mfiutil_command **end, int ac, char **av);
182 int display_format(int ac, char **av, int diagnostic, mfi_dcmd_t display_cmd);
/freebsd-10.0-release/contrib/bmake/
H A Dvar.c709 char **av; local
715 av = brk_string(val, &ac, FALSE, &as);
717 Var_Export1(av[i], 0);
721 free(av);
735 char **av; local
753 av = brk_string(val, &ac, FALSE, &as);
755 name = av[i];
781 free(av);
845 char **av; local
850 av
1869 char **av; /* word list */ local
1987 char **av; /* word list */ local
2044 char **av; /* word list [first word does not count] */ local
2112 char **av; /* List of words to affect */ local
2883 char **av; local
[all...]
H A Dcompat.c224 const char ** volatile av; /* Argument vector for thing to exec */
226 int argc; /* Number of arguments in av or 0 if not
243 * brk_string will return an argv with a NULL in av[0], thus causing
353 av = shargv;
367 av = (void *)mav;
393 (void)execvp(av[0], (char *const *)UNCONST(av));
395 (void)execv(av[0], (char *const *)UNCONST(av));
396 execError("exec", av[
223 const char ** volatile av; /* Argument vector for thing to exec */ local
[all...]
/freebsd-10.0-release/usr.bin/ktrdump/
H A Dktrdump.c84 main(int ac, char **av) argument
106 while ((c = getopt(ac, av, "cfqrtHe:i:m:o:")) != -1)
152 av += optind;
/freebsd-10.0-release/usr.bin/colldef/
H A Dparse.y303 main(int ac, char **av)
308 while((ch = getopt(ac, av, ":do:I:")) != -1) {
310 while((ch = getopt(ac, av, ":o:I:")) != -1) {
332 av += optind;
334 if ((yyin = fopen(*av, "r")) == NULL)
335 err(EX_UNAVAILABLE, "can't open source file %s", *av);
/freebsd-10.0-release/usr.sbin/mptutil/
H A Dmpt_drive.c363 fail_drive(int ac, char **av) argument
372 return (drive_set_state(av[1], MPI_RAID_ACTION_FAIL_PHYSDISK,
378 online_drive(int ac, char **av) argument
387 return (drive_set_state(av[1], MPI_RAID_ACTION_PHYSDISK_ONLINE,
393 offline_drive(int ac, char **av) argument
402 return (drive_set_state(av[1], MPI_RAID_ACTION_PHYSDISK_OFFLINE,
H A Dmptutil.h66 int (*handler)(int ac, char **av);
80 mptutil_ ## name ## _table_handler(int ac, char **av) \
83 SET_LIMIT(MPT_DATASET(name)), ac, av)); \
99 struct mptutil_command **end, int ac, char **av);
H A Dmpt_cmd.c559 int ac, char **av)
564 warnx("The %s command requires a sub-command.", av[0]);
568 if (strcmp((*cmd)->name, av[1]) == 0)
569 return ((*cmd)->handler(ac - 1, av + 1));
572 warnx("%s is not a valid sub-command of %s.", av[1], av[0]);
558 mpt_table_handler(struct mptutil_command **start, struct mptutil_command **end, int ac, char **av) argument
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c332 VAPI_ud_av_t av; local
335 av.dlid = dlid;
336 av.port = res->port_num;
337 av.sl = 0; /* dest->sl; */
338 av.src_path_bits = 0; /* dest->ee_dlid.dst_path_bits; */
339 av.static_rate = 0;
341 av.grh_flag = 0;
343 ret = VAPI_create_addr_hndl(res->hca_hndl, res->pd_hndl, &av, avh_p);
H A Dosmt_inform.c368 IB_ud_av_t av; local
405 av.dlid = p_osmt->local_port.sm_lid;
406 av.grh_flag = FALSE;
409 av.static_rate = 0; /* p_mad_addr->static_rate; */
410 av.src_path_bits = 1; /* p_mad_addr->path_bits; */
411 av.sl = 0; /* p_mad_addr->addr_type.gsi.service_level; */
414 "av.dlid 0x%X, av.static_rate %d, av.path_bits %d\n",
415 cl_ntoh16(av
[all...]
/freebsd-10.0-release/contrib/opie/
H A Dglob.c262 static int blklen FUNCTION((av), register char **av) argument
266 while (*av++)
273 register char **av = oav; local
275 while (*av++ = *bv++)
282 register char **av = av0; local
284 while (*av)
285 free(*av++);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write.c85 static struct archive_vtable av; local
89 av.archive_close = _archive_write_close;
90 av.archive_filter_bytes = _archive_filter_bytes;
91 av.archive_filter_code = _archive_filter_code;
92 av.archive_filter_name = _archive_filter_name;
93 av.archive_filter_count = _archive_write_filter_count;
94 av.archive_free = _archive_write_free;
95 av.archive_write_header = _archive_write_header;
96 av.archive_write_finish_entry = _archive_write_finish_entry;
97 av
[all...]
/freebsd-10.0-release/release/picobsd/tinyware/oinit/
H A Doinit.c375 char buf[512],*tok,*arg,**av; local
417 char **av; local
448 av=(char **)calloc(((len+1)/2+1),sizeof(char *));
449 av[ac++]=tok;
450 while((av[ac++]=strtok(NULL,sep))!=NULL)
472 av[0],strerror(errno));
476 execvp(av[0],av);
478 printf("do_command(%s): %s\n",av[0],strerror(errno));
488 av[
[all...]
/freebsd-10.0-release/contrib/ofed/libmthca/src/
H A Dwqe.h78 uint32_t av[8]; member in struct:mthca_arbel_ud_seg
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.parse.c531 Char **av = *v, *p; local
534 for (i = 0, fwd = 0; av[i] != NULL; i++)
535 if (!executable(NULL, av[i], 0)) {
537 p = av[i];
538 av[i] = NULL;
542 av[i - fwd] = av[i];
545 av[i - fwd] = av[i];
558 struct blk_buf av local
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h75 __be32 av[8]; member in struct:mthca_arbel_ud_seg
/freebsd-10.0-release/usr.bin/ar/
H A Dwrite.c274 char **av; local
311 av = &bsdar->argv[i];
312 if (*av == NULL)
314 if ((bname = basename(*av)) == NULL)
320 *av = NULL;
377 char **av; local
464 av = &bsdar->argv[i];
467 if ((bname = basename(*av)) == NULL)
482 nobj = create_obj_from_file(bsdar, *av,
490 *av);
[all...]
/freebsd-10.0-release/usr.bin/truss/
H A Dmain.c167 main(int ac, char **av) argument
192 while ((c = getopt(ac, av, "p:o:facedDs:S")) != -1) {
234 ac -= optind; av += optind;
256 command = av;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmap.c309 ** av -- arguments to interpolate into buf.
317 map_rewrite(map, s, slen, av)
321 char **av;
334 sm_dprintf("map_rewrite(%.*s), av =", (int) slen, s);
335 if (av == NULL)
339 for (avp = av; *avp != NULL; avp++)
347 if (av != NULL)
360 for (avp = av; --c >= '0' && *avp != NULL; avp++)
379 if (av == NULL)
410 for (avp = av;
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcoffdump.c473 main (int ac, char **av) argument
496 program_name = av[0];
499 expandargv (&ac, &av);
501 while ((opt = getopt_long (ac, av, "HhVv", long_options,
525 input_file = av[optind];
H A Dsysdump.c652 main (int ac, char **av) argument
672 program_name = av[0];
675 expandargv (&ac, &av);
677 while ((opt = getopt_long (ac, av, "HhVv", long_options, (int *) NULL)) != EOF)
701 input_file = av[optind];
/freebsd-10.0-release/contrib/mdocml/
H A Dmdoc_macro.c811 enum margverr av; local
846 av = mdoc_argv(m, line, tok, &arg, pos, buf);
848 if (ARGV_WORD == av) {
852 if (ARGV_EOLN == av)
854 if (ARGV_ARG == av)
994 enum margverr av; local
1019 av = mdoc_argv(m, line, tok, &arg, pos, buf);
1021 if (ARGV_WORD == av) {
1026 if (ARGV_EOLN == av)
1028 if (ARGV_ARG == av)
1479 enum margverr av; local
1603 enum margverr av; local
[all...]
/freebsd-10.0-release/lib/libprocstat/
H A Dlibprocstat.c1680 struct argvec *av; local
1682 av = malloc(sizeof(*av));
1683 if (av == NULL)
1685 av->bufsize = bufsize;
1686 av->buf = malloc(av->bufsize);
1687 if (av->buf == NULL) {
1688 free(av);
1691 av
1702 argvec_free(struct argvec * av) argument
1714 struct argvec *av, **avp; local
[all...]
/freebsd-10.0-release/contrib/ofed/libmlx4/src/
H A Dverbs.c689 ah->av.port_pd = htonl(to_mpd(pd)->pdn | (attr->port_num << 24));
690 ah->av.g_slid = attr->src_path_bits;
691 ah->av.dlid = htons(attr->dlid);
693 ah->av.stat_rate = attr->static_rate + MLX4_STAT_RATE_OFFSET;
696 ah->av.sl_tclass_flowlabel = htonl(attr->sl << 28);
698 ah->av.g_slid |= 0x80;
699 ah->av.gid_index = attr->grh.sgid_index;
700 ah->av.hop_limit = attr->grh.hop_limit;
701 ah->av.sl_tclass_flowlabel |=
704 memcpy(ah->av
[all...]

Completed in 393 milliseconds

12345678