HomeSort by relevance Sort by last modified time
    Searched refs:mq_unlink (Results 101 - 125 of 187) sorted by null

1 2 3 45 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
7-1.c 87 if (mq_unlink(qname) != 0) {
88 perror("mq_unlink() did not return success");
8-1.c 68 if (mq_unlink(qname) != 0) {
69 perror("mq_unlink() did not return success");
9-1.c 78 if (mq_unlink(qname) != 0) {
79 perror("mq_unlink() did not return success");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/
1-1.c 13 * 2/17/2004 call mq_close and mq_unlink before exit to release mq
64 if (mq_unlink(mqname) != 0) {
65 perror(ERROR_PREFIX "mq_unlink");
1-2.c 13 * 2/17/2004 call mq_close and mq_unlink before exit to release mq
75 mq_unlink(mqname);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
10-1.c 69 if (mq_unlink(mqname) != 0) {
70 perror(ERROR_PREFIX "mq_unlink");
10-2.c 79 if (mq_unlink(mqname) != 0) {
80 perror(ERROR_PREFIX "mq_unlink");
13-1.c 67 if (mq_unlink(mqname) != 0) {
68 perror(ERROR_PREFIX "mq_unlink");
14-1.c 68 if (mq_unlink(mqname) != 0) {
69 perror(ERROR_PREFIX "mq_unlink()");
15-1.c 74 if (mq_unlink(mqname) != 0) {
75 perror(ERROR_PREFIX "mq_unlink");
17-1.c 68 if (mq_unlink(mqname) != 0) {
69 perror(ERROR_PREFIX "mq_unlink");
17-2.c 69 if (mq_unlink(mqname) != 0) {
70 perror(ERROR_PREFIX "mq_unlink");
17-3.c 69 if (mq_unlink(mqname) != 0) {
70 perror(ERROR_PREFIX "mq_unlink");
2-1.c 67 if (mq_unlink(mqname) != 0) {
68 perror(ERROR_PREFIX "mq_unlink");
5-1.c 82 if (mq_unlink(mqname) != 0) {
83 perror(ERROR_PREFIX "mq_unlink");
7-1.c 64 if (mq_unlink(mqname) != 0) {
65 perror(ERROR_PREFIX "mq_unlink");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/speculative/
10-2.c 73 if (mq_unlink(mqname) != 0) {
74 perror(ERROR_PREFIX "mq_unlink");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
1-1.c 74 if (mq_unlink(qname) != 0) {
75 perror("mq_unlink() did not return success");
10-1.c 71 if (mq_unlink(qname) != 0) {
72 perror("mq_unlink() did not return success");
11-1.c 61 if (mq_unlink(qname) != 0) {
62 perror("mq_unlink() did not return success");
11-2.c 61 if (mq_unlink(qname) != 0) {
62 perror("mq_unlink() did not return success");
13-1.c 71 if (mq_unlink(qname) != 0) {
72 perror("mq_unlink() did not return success");
14-1.c 73 if (mq_unlink(qname) != 0) {
74 perror("mq_unlink() did not return success");
2-1.c 59 if (mq_unlink(qname) != 0) {
60 perror("mq_unlink() did not return success");
4-3.c 76 if (mq_unlink(qname) != 0) {
77 perror("mq_unlink() did not return success");

Completed in 94 milliseconds

1 2 3 45 6 7 8