Home | History | Annotate | Download | only in strace

Lines Matching refs:NSIG_BYTES

105  * Use NSIG_BYTES as a size instead.
170 * is NSIG_BYTES * 8 * 2 / 3.
175 static char outstr[128 + 8 * (NSIG_BYTES * 8 * 2 / 3)];
179 uint32_t inverted_mask[NSIG_BYTES / 4];
188 size = (bytes >= NSIG_BYTES) ? NSIG_BYTES / 4 : (bytes + 3) / 4;
259 * Here len is usually equal to NSIG_BYTES or current_wordsize.
262 if (len < min_len || len > NSIG_BYTES) {
266 int mask[NSIG_BYTES / sizeof(int)] = {};
282 print_sigset_addr_len_limit(tcp, addr, NSIG_BYTES, NSIG_BYTES);
484 /* Note: arg[3] is the length of the sigset. Kernel requires NSIG_BYTES */
563 * We just fetch the right size, which is NSIG_BYTES.
603 * is allowed to be <= NSIG_BYTES, not strictly ==.
616 /* NB: kernel requires arg[1] == NSIG_BYTES */
650 /* NB: kernel requires arg[3] == NSIG_BYTES */