Searched refs:newap (Results 1 – 2 of 2) sorted by relevance
/titanic_44/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) in scanf() 65 ret_val = _doscan(stdin, nf, newap); in scanf() 70 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) in scanf() 73 return(_doscan(stdin, newform, newap)); in scanf() 97 if (format_arg((unsigned char *)strcpy(nf, fmt), ap, newap) in fscanf() 100 ret_val = _doscan(stdin, nf, newap); in fscanf() 105 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) in fscanf() 108 return(_doscan(iop, newform, newap)); in fscanf() 130 if (format_arg((unsigned char *)strcpy(nf, fmt), ap, newap) in sscanf() [all …]
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_vn.c | 1504 struct anon *ap, *newap; in segvn_dup_pages() local 1540 pp = anon_zero(newseg, addr, &newap, in segvn_dup_pages() 1550 pp = anon_private(&newap, newseg, addr, prot, in segvn_dup_pages() 1556 (void) anon_set_ptr(newsvd->amp->ahp, new_idx, newap, in segvn_dup_pages()
|