Searched defs:newap (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
| H A D | scanf.c | 44 static unsigned char newap[ARGMAX * sizeof(double)]; variable 62 if (format_arg((unsigned char *)strcpy(nf, fmt), ap, newap) 65 ret_val = _doscan(stdin, nf, newap); 70 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) 73 return(_doscan(stdin, newform, newap)); 97 if (format_arg((unsigned char *)strcpy(nf, fmt), ap, newap) 100 ret_val = _doscan(stdin, nf, newap); 105 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) 108 return(_doscan(iop, newform, newap)); 130 if (format_arg((unsigned char *)strcpy(nf, fmt), ap, newap) [all...] |
| /illumos-gate/usr/src/uts/common/vm/ |
| H A D | seg_vn.c | 1504 struct anon *ap, *newap; local 1540 pp = anon_zero(newseg, addr, &newap, 1550 pp = anon_private(&newap, newseg, addr, prot, 1556 (void) anon_set_ptr(newsvd->amp->ahp, new_idx, newap,
|
Completed in 116 milliseconds