Searched refs:tmp_space (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c2571 unsigned char tmp_space[SOM_TMP_BUFSIZE]; local
2579 memset (tmp_space, 0, SOM_TMP_BUFSIZE);
2580 p = tmp_space;
2636 p = tmp_space;
2667 if (p - tmp_space + 100 > SOM_TMP_BUFSIZE)
2669 amt = p - tmp_space;
2670 if (bfd_bwrite ((void *) tmp_space, amt, abfd) != amt)
2673 p = tmp_space;
2936 amt = p - tmp_space;
2937 if (bfd_bwrite ((void *) tmp_space, am
2961 char *tmp_space = alloca (tmp_space_size); local
3066 char *tmp_space = alloca (tmp_space_size); local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_syscalls.c1464 int tmp_space; local
1477 tmp_space = CMSG_SPACE(sizeof(struct user64_timeval));
1485 tmp_space = CMSG_SPACE(sizeof(struct user32_timeval));
1487 if (len >= tmp_space) {
1488 tocopy = tmp_space;

Completed in 120 milliseconds