Searched defs:REDZONE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c67 #define REDZONE 64 macro
133 nbytes = (MAXSUM + 3) * (MAXLINE + REDZONE);
143 output_area += (MAXLINE + REDZONE);
146 output_area += MAXLINE + REDZONE;
148 output_area += MAXLINE + REDZONE;
150 output_area += MAXLINE + REDZONE;
153 if ((sigstk.ss_sp = (char *)malloc(SIGSTKSZ+REDZONE)) == NULL) {

Completed in 59 milliseconds