Searched refs:zget (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/
H A Dcu.c2018 const char *zget;
2063 for (i = 0, zget = zbuf; i < csend; i++, zget++)
2065 if (isprint (*zget)
2066 || *zget == '\t')
2067 *zput++ = *zget;
2068 else if (*zget == '\n')
2080 *zput++ = *zget;
2104 for (zget = zsendbuf; zget < zpu
2011 const char *zget; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.h244 extern void * zget(
H A Dzalloc.c2624 * zget returns an element from the specified zone
2635 zget( function
2974 * were never zalloc'd/zget'd. The correct way to stuff memory
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c1679 if ((m = (vm_page_t)zget(vm_page_zone))) {

Completed in 173 milliseconds