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

/freebsd-10.2-release/usr.bin/finger/
H A Dnet.c66 struct addrinfo *ai, *ai0; local
80 error = getaddrinfo(host, "finger", &hint, &ai0);
86 multi = (ai0->ai_next) != 0;
89 if (ai0->ai_canonname == 0)
92 printf("[%s]\n", ai0->ai_canonname);
94 for (ai = ai0; ai != 0; ai = ai->ai_next) {
103 freeaddrinfo(ai0);
/freebsd-10.2-release/usr.sbin/jail/
H A Dconfig.c455 struct addrinfo *ai0, *ai; local
536 gicode = getaddrinfo(hostname, NULL, &hints, &ai0);
547 for (ai = ai0; ai; ai = ai->ai_next)
578 freeaddrinfo(ai0);
/freebsd-10.2-release/lib/libc/net/
H A Dgetaddrinfo.c378 struct addrinfo ai, ai0, *afai; local
463 ai0 = *pai; /* backup *pai */
476 *pai = ai0;
479 ai0 = *pai;
488 *pai = ai0;
530 if ((pai->ai_flags & AI_ADDRCONFIG) != 0 && !addrconfig(&ai0))
536 *pai = ai0;
541 *pai = ai0;
/freebsd-10.2-release/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl368 ai0=f8; ai1=f9; ai2=f10; ai3=f11; ai4=f12; ai5=f13; ai6=f14; ai7=f15;
415 { .mmi; ldf8 ai0=[aptr],16 // ap[0]
501 (p16) xma.hu ahi[0]=ai0,bj[7],tf[1] // ap[0]*b[i]+t[0]
504 (p16) xma.lu alo[0]=ai0,bj[7],tf[1]

Completed in 52 milliseconds