OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mq_unlink
(Results
76 - 100
of
187
) sorted by null
1
2
3
4
5
6
7
8
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
16-1.c
121
mq_unlink
(qname);
129
mq_unlink
(qname);
20-1.c
67
mq_unlink
(qname);
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/
send_rev_2.c
139
mq_unlink
(MQ_NAME_1);
140
mq_unlink
(MQ_NAME_2);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/
2-2.c
12
* 2/17/2004 call mq_close and
mq_unlink
before exit to release mq
70
mq_unlink
(mqname);
3-1.c
13
* 2/17/2004 call mq_close and
mq_unlink
before exit to release mq
66
mq_unlink
(mqname);
4-1.c
72
mq_unlink
(mqname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
1-1.c
19
* 2/17/2004 call mq_close and
mq_unlink
before exit to release mq
49
mq_unlink
(qname);
2-1.c
16
* 2/17/2004 call mq_close and
mq_unlink
before exit to release mq
39
mq_unlink
(qname);
4-1.c
18
* 2/17/2004 call mq_close and
mq_unlink
before exit to release mq
46
mq_unlink
(qname);
9-1.c
14
* 2/17/2004 call mq_close and
mq_unlink
before exit to release mq
38
mq_unlink
(qname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/
26-1.c
81
mq_unlink
(qname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
10-1.c
64
if (
mq_unlink
(mqname) != 0) {
65
perror(ERROR_PREFIX "
mq_unlink
");
11-1.c
64
if (
mq_unlink
(mqname) != 0) {
65
perror(ERROR_PREFIX "
mq_unlink
()");
11-2.c
64
if (
mq_unlink
(mqname) != 0) {
65
perror(ERROR_PREFIX "
mq_unlink
()");
12-1.c
71
if (
mq_unlink
(mqname) != 0) {
72
perror(ERROR_PREFIX "
mq_unlink
");
13-1.c
82
if (
mq_unlink
(mqname) != 0) {
83
perror("
mq_unlink
() did not return success");
2-1.c
64
if (
mq_unlink
(mqname) != 0) {
65
perror(ERROR_PREFIX "
mq_unlink
");
5-1.c
78
if (
mq_unlink
(mqname) != 0) {
79
perror(ERROR_PREFIX "
mq_unlink
");
7-1.c
60
if (
mq_unlink
(mqname) != 0) {
61
perror(ERROR_PREFIX "
mq_unlink
");
8-1.c
83
if (
mq_unlink
(mqname) != 0) {
84
perror(ERROR_PREFIX "
mq_unlink
");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
1-1.c
70
if (
mq_unlink
(qname) != 0) {
71
perror("
mq_unlink
() did not return success");
10-1.c
67
if (
mq_unlink
(qname) != 0) {
68
perror("
mq_unlink
() did not return success");
13-1.c
66
if (
mq_unlink
(qname) != 0) {
67
perror("
mq_unlink
() did not return success");
14-1.c
68
if (
mq_unlink
(qname) != 0) {
69
perror("
mq_unlink
() did not return success");
4-3.c
71
if (
mq_unlink
(qname) != 0) {
72
perror("
mq_unlink
() did not return success");
Completed in 294 milliseconds
1
2
3
4
5
6
7
8