HomeSort by: relevance | last modified time | path
    Searched defs:o_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
ar_io.c 1424 sigset_t o_mask; local in function:ar_next
1431 if (sigprocmask(SIG_BLOCK, &s_mask, &o_mask) < 0)
1434 if (sigprocmask(SIG_SETMASK, &o_mask, NULL) < 0)
ar_io.c 1424 sigset_t o_mask; local in function:ar_next
1431 if (sigprocmask(SIG_BLOCK, &s_mask, &o_mask) < 0)
1434 if (sigprocmask(SIG_SETMASK, &o_mask, NULL) < 0)

Completed in 22 milliseconds