Lines Matching defs:as
24 Except as contained in this notice, the name of The Open Group shall not be
378 as;
387 for (i = 0, as = altservers; i < num_alts; i++, as++) {
388 altlen += (2 + as->namelen + 3) >> 2;
405 for (i = 0, as = altservers; i < num_alts; i++, as++) {
407 (char *) as, 2); /* XXX */
409 (char *) as->name, as->namelen);
410 altlen = 2 + as->namelen;