HomeSort by relevance Sort by last modified time
    Searched defs:current_klongsize (Results 1 - 2 of 2) sorted by null

  /external/strace/
syscall.c 243 # ifndef current_klongsize
244 unsigned current_klongsize = PERSONALITY0_KLONGSIZE; variable
305 # ifndef current_klongsize
306 current_klongsize = personality_klongsize[personality];
901 if (current_klongsize < sizeof(tcp->u_rval)) {
916 if (current_klongsize < sizeof(tcp->u_rval)) {
defs.h 834 # define current_klongsize PERSONALITY0_KLONGSIZE macro
842 # define current_klongsize PERSONALITY0_KLONGSIZE macro
844 extern unsigned current_klongsize;
904 #ifndef current_klongsize
908 #elif current_klongsize > 4
911 #else /* current_klongsize == 4 */
    [all...]

Completed in 87 milliseconds