Searched refs:av (Results 1 - 25 of 193) sorted by last modified time

12345678

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c1454 attr_val * av; local
1458 UNLINK_FIFO(av, *av_fifo, link);
1459 if (av == NULL)
1461 if (T_String == av->type)
1462 free(av->value.s);
1463 free(av);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write.c71 static struct archive_vtable av; local
75 av.archive_close = _archive_write_close;
76 av.archive_free = _archive_write_free;
77 av.archive_write_header = _archive_write_header;
78 av.archive_write_finish_entry = _archive_write_finish_entry;
79 av.archive_write_data = _archive_write_data;
81 return (&av);
/freebsd-9.3-release/crypto/openssl/apps/
H A Dpkcs12.c999 ASN1_TYPE *av; local
1022 av = sk_ASN1_TYPE_value(attr->value.set, 0);
1023 switch (av->type) {
1025 value = uni2asc(av->value.bmpstring->data,
1026 av->value.bmpstring->length);
1032 hex_prin(out, av->value.octet_string->data,
1033 av->value.octet_string->length);
1038 hex_prin(out, av->value.bit_string->data,
1039 av->value.bit_string->length);
1044 BIO_printf(out, "<Unsupported tag %d>\n", av
[all...]
/freebsd-9.3-release/bin/sh/
H A Dexpand.c870 char **av; local
872 for (av = shellparam.p; *av; av++)
873 if (**av != '\0')
/freebsd-9.3-release/bin/expr/
H A Dexpr.y43 char **av;
239 if (*av == NULL)
242 p = *av++;
276 av = argv + 1;
289 av = argv + optind;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A Djdtrace.c38 char **av, **p; local
41 av = p = alloca(sizeof (char *) * ac);
55 (void) execvp(av[0], av);
/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_attrval.c37 Dwarf_AttrValue av; local
39 STAILQ_FOREACH(av, &die->die_attrval, av_next) {
40 if (av->av_attrib == attr)
44 return av;
50 Dwarf_AttrValue av; local
53 if ((av = malloc(sizeof(struct _Dwarf_AttrValue))) == NULL) {
58 memcpy(av, avref, sizeof(struct _Dwarf_AttrValue));
61 STAILQ_INSERT_TAIL(&die->die_attrval, av, av_next);
64 if (av->av_attrib == DW_AT_name)
65 switch (av
85 Dwarf_AttrValue av; local
122 Dwarf_AttrValue av; local
163 Dwarf_AttrValue av; local
200 Dwarf_AttrValue av; local
[all...]
H A Ddwarf_dump.c584 dwarf_dump_av_attr(Dwarf_Die die __unused, Dwarf_AttrValue av) argument
586 switch (av->av_attrib) {
628 dwarf_dump_av(Dwarf_Die die, Dwarf_AttrValue av) argument
633 get_attr_desc(av->av_attrib),
634 get_form_desc(av->av_form));
636 switch (av->av_form) {
638 printf("0x%llx", (unsigned long long) av->u[0].u64);
644 printf("%lu byte block:", (u_long) av->u[0].u64);
645 for (i = 0; i < av->u[0].u64; i++)
646 printf(" %02x", av
704 Dwarf_AttrValue av; local
[all...]
H A Ddwarf_finish.c39 Dwarf_AttrValue av; local
64 STAILQ_FOREACH_SAFE(av, &die->die_attrval, av_next, tav) {
65 STAILQ_REMOVE(&die->die_attrval, av, _Dwarf_AttrValue, av_next);
66 free(av);
H A Ddwarf_func.c108 Dwarf_AttrValue av; local
142 STAILQ_FOREACH(av, &die->die_attrval,
144 switch (av->av_attrib) {
147 av->u[0].u64;
151 av->u[0].u64;
155 av->u[0].u64;
173 STAILQ_FOREACH(av, &die->die_attrval, av_next) {
174 switch (av->av_attrib) {
176 offset = av->u[0].u64 +
203 av
[all...]
H A Ddwarf_loc.c533 Dwarf_AttrValue av; local
546 if ((av = dwarf_attrval_find(die, attr)) == NULL) {
554 switch (av->av_form) {
561 av->u[1].u8p, av->u[0].u64)) < 0) {
574 av->u[1].u8p, av->u[0].u64)) != DWARF_E_NONE) {
582 __LINE__,get_form_desc(av->av_form));
/freebsd-9.3-release/lib/libedit/TEST/
H A Dtest.c174 const char **av; local
195 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
231 (void) fprintf(stderr, "`%s'\n", av[i]);
234 co, av[i], av[i] + co);
238 if (strcmp(av[0], "history") == 0) {
250 if (strcmp(av[1], "clear") == 0)
257 if (strcmp(av[1], "load") == 0)
258 history(hist, &ev, H_LOAD, av[2]);
259 else if (strcmp(av[
[all...]
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.c1681 struct argvec *av; local
1683 av = malloc(sizeof(*av));
1684 if (av == NULL)
1686 av->bufsize = bufsize;
1687 av->buf = malloc(av->bufsize);
1688 if (av->buf == NULL) {
1689 free(av);
1692 av
1703 argvec_free(struct argvec * av) argument
1715 struct argvec *av, **avp; local
[all...]
/freebsd-9.3-release/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c91 int ac __unused, const char *av[] __unused)
/freebsd-9.3-release/lib/libipsec/
H A Dtest-policy.c96 main(ac, av)
98 char **av;
/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c1150 /* Update the offset in the response packet based on av pairs count */
1162 snprintf(dbgstr, sizeof dbgstr, "av-pair-%d", i);
1264 tac_set_av(struct tac_handle *h, u_int index, const char *av) argument
1268 return save_str(h, &(h->avs[index]), av, av != NULL ? strlen(av) : 0);
/freebsd-9.3-release/lib/libc/net/
H A Dsctp_sys_calls.c76 struct sctp_assoc_value av; local
78 av.assoc_value = family;
79 siz = sizeof(av);
90 ret = getsockopt(sd, IPPROTO_SCTP, SCTP_GET_ADDR_LEN, &av, &siz);
93 return ((int)av.assoc_value);
/freebsd-9.3-release/usr.sbin/watch/
H A Dwatch.c284 main(int ac, char *av[]) argument
298 while ((ch = getopt(ac, av, "Wciotnf:")) != -1)
337 if (*(av += optind) == NULL) {
343 strncpy(dev_name, *av, DEV_NAME_LEN);
/freebsd-9.3-release/usr.sbin/nghook/
H A Dmain.c76 main(int ac, char *av[]) argument
92 while ((ch = getopt(ac, av, "aedlm:nsS")) != -1) {
125 av += optind;
134 path = av[0];
135 hook = av[1];
136 av += 2;
142 hook = av[1];
145 path = av[0];
176 (void)execv(av[0], av);
[all...]
/freebsd-9.3-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-9.3-release/usr.sbin/ngctl/
H A Dconfig.c50 static int ConfigCmd(int ac, char **av);
61 ConfigCmd(int ac, char **av) argument
73 path = av[1];
79 strcat(buf, av[i]);
H A Dconnect.c46 static int ConnectCmd(int ac, char **av);
61 ConnectCmd(int ac, char **av) argument
69 path = av[1];
71 av++;
74 snprintf(con.path, sizeof(con.path), "%s", av[1]);
75 snprintf(con.ourhook, sizeof(con.ourhook), "%s", av[2]);
76 snprintf(con.peerhook, sizeof(con.peerhook), "%s", av[3]);
H A Ddebug.c47 static int DebugCmd(int ac, char **av);
61 DebugCmd(int ac, char **av) argument
68 if (!strcmp(av[1], "+"))
70 else if (!strcmp(av[1], "-"))
72 else if ((level = atoi(av[1])) < 0)
H A Ddot.c52 static int DotCmd(int ac, char **av);
63 DotCmd(int ac, char **av) argument
73 while ((ch = getopt(ac, av, "")) != -1) {
82 av += optind;
87 f = fopen(av[0], "w");
89 warn("Could not open %s for writing", av[0]);
H A Dlist.c50 static int ListCmd(int ac, char **av);
65 ListCmd(int ac, char **av) argument
76 while ((ch = getopt(ac, av, "ln")) != -1) {
91 av += optind;

Completed in 163 milliseconds

12345678