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

12345678910

/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dprog_asm.c50 av[na++] = "-p";
51 av[na++] = "gnu";
53 av[na++] = "-f";
55 av[na++] = "win32";
57 av[na++] = "macho";
59 av[na++] = "elf";
64 av[na++] = "-m64";
69 av[na++] = "-static";
74 av[na++] = "-v";
77 av[n
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr23428.c15 ElfW(auxv_t) *av;
25 av = (ElfW(auxv_t) *) evp;
27 for (; av->a_type != AT_NULL; ++av)
28 switch (av->a_type)
31 phdr = (const void *) av->a_un.a_val;
34 phnum = av->a_un.a_val;
/netbsd-current/sbin/mount/
H A Dvfslist.c67 const char **av; local
85 if ((av = malloc((i + 2) * sizeof(char *))) == NULL) {
92 av[i++] = nextcp;
95 av[i++] = nextcp;
97 av[i++] = NULL;
98 return av;
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dterandom.c70 mpfr_t av, va, tmp; local
72 mpfr_init2 (av, prec);
76 mpfr_set_ui (av, 0, MPFR_RNDN);
80 mpfr_add (av, av, t[i], MPFR_RNDN);
84 mpfr_div_ui (av, av, nbtests, MPFR_RNDN);
86 mpfr_sqr (tmp, av, MPFR_RNDN);
87 mpfr_sub (va, va, av, MPFR_RNDN);
89 mpfr_printf ("Average = %.5Rf\nVariance = %.5Rf\n", av, v
[all...]
H A Dtnrandom.c104 mpfr_t av, va, tmp; local
106 mpfr_init2 (av, prec);
110 mpfr_set_ui (av, 0, MPFR_RNDN);
114 mpfr_add (av, av, t[i], MPFR_RNDN);
118 mpfr_div_ui (av, av, nbtests, MPFR_RNDN);
120 mpfr_sqr (tmp, av, MPFR_RNDN);
121 mpfr_sub (va, va, av, MPFR_RNDN);
123 mpfr_printf ("Average = %.5Rf\nVariance = %.5Rf\n", av, v
[all...]
H A Dtgrandom.c79 mpfr_t av, va, tmp; local
81 mpfr_init2 (av, prec);
85 mpfr_set_ui (av, 0, MPFR_RNDN);
89 mpfr_add (av, av, t[i], MPFR_RNDN);
93 mpfr_div_ui (av, av, nbtests, MPFR_RNDN);
95 mpfr_sqr (tmp, av, MPFR_RNDN);
96 mpfr_sub (va, va, av, MPFR_RNDN);
98 mpfr_printf ("Average = %.5Rf\nVariance = %.5Rf\n", av, v
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-ar.c126 main (int ac, char **av) argument
139 setup_prefixes (av[0]);
143 if (!strncmp (av[i], "-B", 2))
145 const char *arg = av[i] + 2;
149 memmove (av + i, av + i + 1, sizeof (char *) * ((ac + 1) - i));
153 arg = av[i];
159 memmove (av + i, av + i + 1, sizeof (char *) * ((ac + 1) - i));
187 fprintf (stderr, "%s: Cannot find plugin '%s'\n", av[
[all...]
H A Dgenattrtab.c200 struct attr_value *av; member in struct:attr_value_list
690 struct attr_value *av; local
741 for (av = attr2->first_value; av; av = av->next)
742 if (GET_CODE (av->value) == CONST_STRING
743 && ! strcmp (XSTR (exp, 1), XSTR (av->value, 0)))
746 if (av == NULL)
852 struct attr_value *av; local
1232 struct attr_value *av; local
1367 struct attr_value *av; local
1495 struct attr_value *av, *new_av; local
1569 struct attr_value *av; local
1767 remove_insn_ent(struct attr_value *av, struct insn_ent *ie) argument
1790 insert_insn_ent(struct attr_value *av, struct insn_ent *ie) argument
1937 struct attr_value *av = NULL; local
2421 struct attr_value *av; local
2838 struct attr_value *av; local
2862 struct attr_value *av; local
2893 struct attr_value *av; local
3049 struct attr_value *av; local
4047 struct attr_value *av, *common_av; local
4294 write_attr_case(FILE *outf, class attr_desc *attr, struct attr_value *av, int write_case_lines, const char *prefix, const char *suffix, int indent, rtx known_true) argument
4511 struct attr_value *av, *common_av; local
4709 struct attr_value *av; local
4763 struct attr_value *av; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc-ar.cc126 main (int ac, char **av) argument
139 setup_prefixes (av[0]);
143 if (startswith (av[i], "-B"))
145 const char *arg = av[i] + 2;
149 memmove (av + i, av + i + 1, sizeof (char *) * ((ac + 1) - i));
153 arg = av[i];
159 memmove (av + i, av + i + 1, sizeof (char *) * ((ac + 1) - i));
187 fprintf (stderr, "%s: Cannot find plugin '%s'\n", av[
[all...]
H A Dgenattrtab.cc200 struct attr_value *av; member in struct:attr_value_list
690 struct attr_value *av; local
741 for (av = attr2->first_value; av; av = av->next)
742 if (GET_CODE (av->value) == CONST_STRING
743 && ! strcmp (XSTR (exp, 1), XSTR (av->value, 0)))
746 if (av == NULL)
852 struct attr_value *av; local
1232 struct attr_value *av; local
1367 struct attr_value *av; local
1495 struct attr_value *av, *new_av; local
1569 struct attr_value *av; local
1767 remove_insn_ent(struct attr_value *av, struct insn_ent *ie) argument
1790 insert_insn_ent(struct attr_value *av, struct insn_ent *ie) argument
1937 struct attr_value *av = NULL; local
2421 struct attr_value *av; local
2838 struct attr_value *av; local
2862 struct attr_value *av; local
2893 struct attr_value *av; local
3048 struct attr_value *av; local
4046 struct attr_value *av, *common_av; local
4293 write_attr_case(FILE *outf, class attr_desc *attr, struct attr_value *av, int write_case_lines, const char *prefix, const char *suffix, int indent, rtx known_true) argument
4510 struct attr_value *av, *common_av; local
4708 struct attr_value *av; local
4762 struct attr_value *av; local
[all...]
/netbsd-current/external/mit/libcbor/dist/examples/
H A Dsort.c18 uint8_t av = cbor_get_uint8(*(cbor_item_t **)a), local
21 if (av < bv)
23 else if (av == bv)
/netbsd-current/libexec/fingerd/
H A Dfingerd.c73 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog, *s; local
75 const char *av[ENTRIES + 1], **comp;
100 av[ac++] = __UNCONST("-s");
103 av[ac++] = __UNCONST("-h");
106 av[ac++] = __UNCONST("-m");
109 av[ac++] = __UNCONST("-p");
112 av[ac++] = __UNCONST("-g");
115 av[ac++] = __UNCONST("-8");
153 av[ac++] = __UNCONST("--");
154 comp = &av[
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dracoonctl.c251 main(ac, av)
253 char **av;
258 pname = *av;
274 while ((c = getopt(ac, av, "lds:")) != -1) {
295 av += optind;
297 combuf = get_combuf(ac, av);
334 get_combuf(ac, av)
336 char **av;
347 if (strcmp(*av, cp->str) == 0) {
352 printf("Invalid command [%s]\n", *av);
[all...]
H A Dmain.c165 parse(int ac, char **av) argument
174 pname = strrchr(*av, '/');
178 pname = *av;
180 while ((c = getopt(ac, av, "dLFp:P:f:l:vVZBC"
256 av += optind;
265 main(int ac, char **av) argument
268 parse(ac, av);
/netbsd-current/sys/arch/hppa/stand/common/
H A Dexec_hppa.c55 void *av = (void *)BOOTARG_OFF; local
57 makebootargs(av, &ac);
81 BOOTARG_APIVER, ac, av); local
/netbsd-current/usr.bin/qsubst/
H A Dqsubst.c502 main(int ac, char **av) argument
552 if ((access(av[1], R_OK | W_OK) == 0) &&
553 (access(av[ac - 1], R_OK | W_OK) < 0) &&
554 (access(av[ac - 2], R_OK | W_OK) < 0)) {
557 str1 = av[1];
558 str2 = av[2];
559 av += 2;
574 for (ac--, av++; ac; ac--, av++) {
579 if (**av
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-respawn-window.c57 struct args_value *av; local
67 av = args_first_value(args, 'e');
68 while (av != NULL) {
69 environ_put(sc.environ, av->string, 0);
70 av = args_next_value(av);
H A Dcmd-respawn-pane.c57 struct args_value *av; local
68 av = args_first_value(args, 'e');
69 while (av != NULL) {
70 environ_put(sc.environ, av->string, 0);
71 av = args_next_value(av);
/netbsd-current/usr.sbin/srtconfig/
H A Dsrtconfig.c42 static void handleargs(int ac, char **av) argument
44 txt_dev = av[1];
48 else if ((ac == 3) && !strcmp(av[2],"debug"))
51 else if ((ac == 3) && !strcmp(av[2],"flags"))
56 txt_n = av[2];
58 else if ((ac == 4) && !strcmp(av[2],"del"))
60 txt_n = av[3];
62 else if ((ac == 4) && !strcmp(av[2],"flags"))
64 txt_flg = av[3];
66 else if ((ac == 7) && !strcmp(av[
281 main(int ac, char **av) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dseqmod.c64 Avlnode *av; local
69 av = ldap_avl_find2( sm->sm_mods, &mtdummy, sm_avl_cmp );
70 assert(av != NULL);
72 mt = av->avl_data;
76 av->avl_data = mt->mt_next;
94 Avlnode *av; local
108 av = ldap_avl_find2( sm->sm_mods, mt, sm_avl_cmp );
109 if ( av ) {
110 modtarget *mtp = av->avl_data;
120 mtp = av
[all...]
/netbsd-current/games/fortune/unstr/
H A Dunstr.c88 main(int ac __unused, char **av) argument
92 getargs(av);
115 getargs(char *av[]) argument
117 if (!*++av ||
123 Infile = *av;
/netbsd-current/lib/libedit/TEST/
H A Dtc1.c180 const char **av; local
201 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
237 (void) fprintf(stderr, "`%s'\n", av[i]);
240 co, av[i], av[i] + co);
244 if (strcmp(av[0], "history") == 0) {
256 if (strcmp(av[1], "clear") == 0)
263 if (strcmp(av[1], "load") == 0)
264 history(hist, &ev, H_LOAD, av[2]);
265 else if (strcmp(av[
[all...]
H A Dwtc1.c159 const wchar_t **av; local
182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
204 (void)fwprintf(stderr, L"`%ls'\n", av[i]);
207 co, av[i], av[i] + co);
211 if (wcscmp (av[0], L"history") == 0) {
221 if (wcscmp(av[1], L"clear") == 0)
227 if (wcscmp(av[1], L"load") == 0)
229 my_wcstombs(av[2]));
230 else if (wcscmp(av[
[all...]
/netbsd-current/bin/csh/
H A Dmisc.c91 blkpr(FILE *fp, Char **av) argument
93 for (; *av; av++) {
94 (void)fprintf(fp, "%s", vis_str(*av));
95 if (av[1])
101 blklen(Char **av) argument
106 while (*av++)
114 Char **av; local
116 av = oav;
117 while ((*av
132 Char **av; local
[all...]
/netbsd-current/sbin/reboot/
H A Dreboot.c76 char *bootstr, **av; local
127 for (av = argv, len = 0; *av; av++)
128 len += strlen(*av) + 1;
131 for (av = argv; *av; av++) {
132 strcat(bootstr, *av);

Completed in 267 milliseconds

12345678910