Searched refs:alist (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D980310-4.f20 * neval,ier,alist,blist,rlist,elist,iord,last)
132 c alist(1) and blist(1) are set to a and b
135 c alist - double precision
175 double precision a,abserr,alist,area,area1,area12,area2,a1,a2,b, local in subroutine:dqage
182 dimension alist(limit),blist(limit),elist(limit),iord(limit),
190 c alist - list of left end points of all subintervals
195 c (alist(i),blist(i))
227 alist(1) = a
273 a1 = alist(maxerr)
274 b1 = 0.5d+00*(alist(maxer
[all...]
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dmri.c142 struct section_name_struct *alist; local
148 for (alist = address;
149 alist != NULL;
150 alist = alist->next)
156 if (strcmp (alist->name, olist->name) == 0)
158 olist->vma = alist->vma;
166 mri_add_to_list (&order, alist->name, alist->vma, 0, 0, 0);
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dmri.c129 struct section_name_struct *alist; local
135 for (alist = address;
136 alist != NULL;
137 alist = alist->next)
143 if (strcmp (alist->name, olist->name) == 0)
145 olist->vma = alist->vma;
153 mri_add_to_list (&order, alist->name, alist->vma, 0, 0, 0);
/openbsd-current/usr.bin/cvs/
H A Dadmin.c53 static char *alist, *comment, *elist, *logmsg, *logstr, *koptstr; variable
66 alist = comment = elist = logmsg = logstr = NULL;
75 alist = optarg;
154 if (alist != NULL)
155 cvs_client_send_request("Argument -a%s", alist);
286 if (alist != NULL) {
289 aargv = cvs_strsplit(alist, ",");
/openbsd-current/usr.sbin/ldapd/
H A Dschema.c61 static struct attr_list *push_attr(struct attr_list *alist, struct attr_type *a);
203 push_attr(struct attr_list *alist, struct attr_type *a) argument
207 if (alist == NULL) {
208 if ((alist = calloc(1, sizeof(*alist))) == NULL) {
212 SLIST_INIT(alist);
217 free(alist);
221 SLIST_INSERT_HEAD(alist, aptr, next);
223 return alist;
576 struct attr_list *alist local
1141 schema_dump_attrlist(const char *desc, struct attr_list *alist, char *buf, size_t size) argument
[all...]
H A Dvalidate.c192 has_attribute(struct attr_type *at, struct attr_list *alist) argument
196 if (alist == NULL)
199 SLIST_FOREACH(ap, alist, next) {
/openbsd-current/usr.bin/ssh/
H A Dscp.c981 arglist alist; local
986 memset(&alist, '\0', sizeof(alist));
987 alist.list = NULL;
1097 freeargs(&alist);
1098 addargs(&alist, "%s", ssh_program);
1099 addargs(&alist, "-x");
1100 addargs(&alist, "-oClearAllForwardings=yes");
1101 addargs(&alist, "-n");
1103 addargs(&alist, "
1175 arglist alist; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdp.c400 va_list alist; local
401 va_start (alist, template);
413 val = va_arg (alist, int);
417 val = va_arg (alist, int);
431 pstat = va_arg (alist, int *);
432 pi = va_arg (alist, int *);
466 pi = va_arg (alist, int *);
471 pc = va_arg (alist, char *);
472 val = va_arg (alist, int);
480 pc = va_arg (alist, cha
[all...]
/openbsd-current/usr.bin/rcs/
H A Drcsprog.c189 char *alist, *comment, *elist, *lrev, *urev; local
201 logstr = alist = comment = elist = NULL;
216 alist = rcs_optarg;
398 if (alist != NULL) {
401 aargv = rcs_strsplit(alist, ",");
/openbsd-current/sbin/isakmpd/
H A Disakmp_cfg.c180 struct conf_list *alist; local
188 alist = conf_get_list(id_string, "Attributes");
189 if (alist) {
190 for (anode = TAILQ_FIRST(&alist->fields); anode;
228 conf_free_list(alist);
/openbsd-current/usr.sbin/rarpd/
H A Drarpd.c434 * Given a list of IP addresses, 'alist', return the first address that
439 choose_ipaddr(u_int32_t **alist, u_int32_t net, u_int32_t netmask) argument
441 for (; *alist; ++alist) {
442 if ((**alist & netmask) == net)
443 return **alist;
/openbsd-current/usr.sbin/pppd/
H A Dauth.c1166 struct wordlist *ap, *addr_list, *alist, *alast; local
1250 alist = alast = NULL;
1264 if (alist == NULL)
1265 alist = ap;
1274 if (ipaddr != 0 && !ip_addr_check(ipaddr, alist)) {
1275 free_wordlist(alist);
1285 addr_list = alist;
/openbsd-current/lib/libpcap/
H A Dgencode.c1348 gen_gateway(const u_char *eaddr, bpf_u_int32 **alist, int proto, int dir) argument
1368 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR);
1369 while (*alist) {
1370 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR);
2211 bpf_u_int32 **alist; local
2278 alist = pcap_nametoaddr(name);
2279 if (alist == NULL || *alist == NULL)
2284 b = gen_host(**alist++, 0xffffffff, tproto, dir);
2285 while (*alist) {
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dembed.pl570 my $alist = join ",", @az[0..$#$args];
571 my $ret = "# define perl_$func($alist) ";
572 print $em add_indent($ret,"$func($alist)\n");
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dste.c2248 tree alist;
2322 alist = ffeste_io_ialist_ (errl || iostat, FFESTV_unitINTEXPR,
2328 ffeste_io_call_ (ffecom_call_gfrt (rt, alist, NULL_TREE),
2247 tree alist; local

Completed in 295 milliseconds