| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pftn.c | 424 oalloc(p, &autooff); 429 oalloc(p, &argoff); 649 oalloc(parr[i], &argoff); 1370 oalloc(struct symtab *p, int *poff ) function 3025 oalloc(&s, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pftn.c | 458 oalloc(p, &autooff); 463 oalloc(p, &argoff); 681 oalloc(parr[i], &argoff); 1347 oalloc(struct symtab *p, int *poff ) function 3085 oalloc(&s, &autooff);
|
| /src/crypto/external/bsd/openssh/dist/ |
| channels.c | 2683 u_int i, oalloc; local 2688 for (sc->nbulk = i = 0, oalloc = sc->channels_alloc; i < oalloc; i++) { 2747 u_int i, oalloc; local 2749 for (i = 0, oalloc = sc->channels_alloc; i < oalloc; i++) { 2882 u_int i, oalloc, p, npfd = npfd_reserved; local 2901 oalloc = sc->channels_alloc; 2905 if (oalloc != sc->channels_alloc) { 2908 "(was %u, now %u)", oalloc, sc->channels_alloc) [all...] |