Searched refs:ifree (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dalloc.c56 while (q->ifree + c > CALLOC_SIZE)
71 q->ifree = 0;
77 pret = q->u.ab + q->ifree;
78 q->ifree += c;
H A Dalloc.h48 size_t ifree; member in struct:sblock
H A Dallblk.c47 qret->ifree = 0;
H A Dfree.c63 q->ifree = (char *) pbuf - q->u.ab;
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dscheck.c61 ifree(fbuf);
H A Dialloc.c73 ifree(p) function
H A Dprivate.h181 void ifree(char * pointer);
H A Dzic.c494 ifree(cp);
800 ifree(symlinkcontents);
814 ifree(fromname);
815 ifree(toname);
841 ifree(myname);
1016 ifree((char *) fields);
1432 ifree(dp);
1516 ifree(dp);
1521 ifree(dp);
1530 ifree(d
[all...]
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dscheck.c62 ifree(fbuf);
H A Dialloc.c73 ifree(p) function
H A Dprivate.h113 void ifree P((char * pointer));
H A Dzic.c430 ifree(cp);
636 ifree(symlinkcontents);
644 ifree(fromname);
645 ifree(toname);
697 ifree(myname);
864 ifree((char *) fields);
1253 ifree(dp);
1342 ifree(dp);
1347 ifree(dp);
1356 ifree(d
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_debug.c254 u_long ifree, lfree, nkeys; local
259 nkeys = ifree = lfree = 0;
265 ifree += h->upper - h->lower;
316 ((double)(pinternal - ifree) / pinternal) * 100,
317 pinternal - ifree, ifree);
/macosx-10.10.1/file_cmds-242/df/
H A Ddf.c110 int ifree; member in struct:maxwidths
464 mwp->ifree = imax(mwp->ifree, (int)strlen("ifree"));
466 "iused", mwp->ifree, "ifree");
504 mwp->ifree, (unsigned long)sfsp->f_ffree, inodes == 0 ? 100.0 :
533 mwp->ifree = imax(mwp->ifree, longwidth((unsigned)(sfsp->f_ffree)));
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h200 void ifree(char * pointer);
/macosx-10.10.1/uucp-11/uucp/
H A Dproti.c575 int ifree;
577 for (ifree = 0; ifree < iseq; ifree++)
578 free ((pointer) azIsendbuffers[ifree]);
568 int ifree; local
H A Duustat.c1832 int ifree;
1836 for (ifree = istdin; ifree < i; ifree++)
1837 ubuffree ((char *) pz[ifree]);
1826 int ifree; local

Completed in 164 milliseconds