HomeSort by relevance Sort by last modified time
    Searched refs:SIGXFSZ (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
3-26.c 15 2. Set the signal handler for SIGXFSZ to handler
17 4. raise SIGXFSZ
40 if (sigaction(SIGXFSZ, &act, 0) == -1) {
46 if (sigaction(SIGXFSZ, 0, &oact) == -1) {
52 if (raise(SIGXFSZ) == -1) {
1-26.c 17 2. Use sigaction to setup a signal handler for SIGXFSZ
18 3. Raise SIGXFSZ.
40 if (sigaction(SIGXFSZ, &act, 0) == -1) {
46 if (raise(SIGXFSZ) == -1) {
28-26.c 24 * -> register a signal handler for SIGXFSZ with signal().
65 if (signal(SIGXFSZ, handler_1) == SIG_ERR) {
85 ret = sigaction(SIGXFSZ, &sa, &save);
93 ret = raise(SIGXFSZ);
106 ret = sigaction(SIGXFSZ, &save, 0);
114 ret = raise(SIGXFSZ);
22-26.c 18 3. (child) Setup a signal handler for SIGXFSZ with SA_NODEFER set
20 4. (child) raise SIGXFSZ
22 6. (child, signal handler) if count is 1 then raise SIGXFSZ
44 printf("SIGXFSZ caught\n");
54 printf("Raising SIGXFSZ\n");
55 raise(SIGXFSZ);
56 printf("Returning from raising SIGXFSZ\n");
72 if (sigaction(SIGXFSZ, &act, 0) == -1) {
78 if (raise(SIGXFSZ) == -1) {
25-26.c 17 3. (child) Setup a signal handler for SIGXFSZ
18 4. (child) raise SIGXFSZ
20 6. (child, signal handler) if count is 1 then raise SIGXFSZ
41 printf("SIGXFSZ caught\n");
52 printf("Raising SIGXFSZ\n");
53 raise(SIGXFSZ);
54 printf("Returning from raising SIGXFSZ\n");
70 if (sigaction(SIGXFSZ, &act, 0) == -1) {
76 if (raise(SIGXFSZ) == -1) {
8-1.c 26 printf("Caught SIGXFSZ\n");
32 raise(SIGXFSZ);
46 sigaddset(&act.sa_mask, SIGXFSZ);
56 if (sigaction(SIGXFSZ, &act, 0) == -1) {
13-26.c 31 printf("Caught SIGXFSZ\n");
52 if (sigaction(SIGXFSZ, &act, 0) == -1) {
64 if (raise(SIGXFSZ) == -1) {
2-26.c 14 1. Call sigaction to set handler for SIGXFSZ to use handler1
15 2. Call sigaction again to set handler for SIGXFSZ to use handler2,
42 if (sigaction(SIGXFSZ, &act, 0) == -1) {
50 if (sigaction(SIGXFSZ, &act, &oact) == -1) {
4-26.c 16 3. (child) Setup a signal handler for SIGXFSZ with SIGKILL added to
18 4. (child) raise SIGXFSZ
54 if (sigaction(SIGXFSZ, &act, 0) == -1) {
60 if (raise(SIGXFSZ) == -1) {
6-26.c 9 setting the SA_INFO bit in the signal mask for SIGXFSZ will result
37 if (sigaction(SIGXFSZ, &act, 0) == -1) {
43 if (raise(SIGXFSZ) == -1) {
12-26.c 32 printf("Caught SIGXFSZ\n");
53 if (sigaction(SIGXFSZ, &act, 0) == -1) {
73 if (raise(SIGXFSZ) == -1) {
12-52.c 30 printf("Caught SIGXFSZ\n");
51 if (sigaction(SIGXFSZ, &act, 0) == -1) {
63 if (raise(SIGXFSZ) == -1) {
18-26.c 24 * -> register a handler for SIGXFSZ without SA_SIGINFO, and a known function
26 * -> raise SIGXFSZ, and check the function has been called.
68 /* Install the signal handler for SIGXFSZ */
69 ret = sigaction(SIGXFSZ, &sa, 0);
82 ret = raise(SIGXFSZ);
85 perror("Failed to raise SIGXFSZ");
4-52.c 16 3. (child) Setup a signal handler for SIGXFSZ with SIGSTOP added to
18 4. (child) raise SIGXFSZ
53 if (sigaction(SIGXFSZ, &act, 0) == -1) {
59 if (raise(SIGXFSZ) == -1) {
8-26.c 31 printf("Caught SIGXFSZ\n");
47 if (sigaction(SIGXFSZ, &act, 0) == -1) {
62 if (raise(SIGXFSZ) == -1) {
4-104.c 10 that attempting to add SIGSTOP to the signal mask of SIGXFSZ will
33 if (sigaction(SIGXFSZ, &act, 0) == -1) {
4-78.c 10 that attempting to add SIGKILL to the signal mask of SIGXFSZ will
33 if (sigaction(SIGXFSZ, &act, 0) == -1) {
19-26.c 25 * -> register a handler for SIGXFSZ with SA_SIGINFO, and a known function
27 * -> raise SIGXFSZ, and check the function has been called.
54 if (info->si_signo != SIGXFSZ) {
88 /* Install the signal handler for SIGXFSZ */
89 ret = sigaction(SIGXFSZ, &sa, 0);
102 ret = raise(SIGXFSZ);
105 perror("Failed to raise SIGXFSZ");
17-26.c 10 errno set to EINTR if a handler for the SIGXFSZ signal is setup with
32 printf("Caught SIGXFSZ\n");
48 sigaction(SIGXFSZ, &act, 0);
67 process sending the SIGXFSZ signal, and the
82 kill(pid, SIGXFSZ);
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 35 SIGXFSZ = 25 # File size limit exceeded
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 35 SIGXFSZ = 25 # File size limit exceeded
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
13-1.c 38 (0 == SIGVTALRM) || (0 == SIGXCPU) || (0 == SIGXFSZ)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 59 #define SIGXFSZ 25 /* File size limit exceeded (4.2 BSD). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 59 #define SIGXFSZ 25 /* File size limit exceeded (4.2 BSD). */
  /external/ltp/lib/
signame.h 65 #ifdef SIGXFSZ
66 PAIR(SIGXFSZ)

Completed in 3370 milliseconds

1 2 3 4 5 6 7 8