HomeSort by relevance Sort by last modified time
    Searched defs:qname (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/speculative/
18-2.c 32 char qname[NAMESIZE]; local
37 sprintf(qname, "/msgqueue_%d", getpid());
39 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
51 mq_unlink(qname);
56 mq_unlink(qname);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
13-1.c 29 char qname[NAMESIZE]; local
34 sprintf(qname, "/mq_open_13-1_%d", getpid());
38 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
49 mq_unlink(qname);
61 mq_unlink(qname);
66 mq_unlink(qname);
20-1.c 39 char qname[NAMESIZE]; local
45 sprintf(qname, "/mq_open_20-1_%d", getpid());
47 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
67 mq_unlink(qname);
25-2.c 34 char qname[NAMESIZE]; local
39 sprintf(qname, "/mq_open_25-1_%d", getpid());
44 queue = mq_open(qname, O_CREAT | O_RDWR,
50 mq_unlink(qname);
74 queue = mq_open(qname, O_CREAT | O_RDWR,
80 mq_unlink(qname);
16-1.c 41 char qname[NAMESIZE]; local
54 sprintf(qname, "/mq_open_16-1_%d", getpid());
88 childqueue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR,
105 queue = mq_open(qname, O_CREAT | O_EXCL | O_RDWR,
121 mq_unlink(qname);
129 mq_unlink(qname);
19-1.c 40 char qname[NAMESIZE], msgrcd[BUFFER]; local
47 sprintf(qname, "/mq_open_19-1_%d", getpid());
52 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
71 mq_unlink(qname);
75 queue = mq_open(qname, O_RDWR | O_NONBLOCK, S_IRUSR | S_IWUSR, NULL);
81 mq_unlink(qname);
92 mq_unlink(qname);
7-1.c 34 char qname[NAMESIZE], msgrcd[BUFFER]; local
40 sprintf(qname, "/mq_open_7-1_%d", getpid());
44 rdwrqueue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
56 mq_unlink(qname);
63 roqueue = mq_open(qname, O_RDONLY, S_IRUSR | S_IWUSR, &attr);
69 mq_unlink(qname);
82 mq_unlink(qname);
95 mq_unlink(qname);
104 mq_unlink(qname);
8-1.c 34 char qname[NAMESIZE], msgrcd[BUFFER]; local
40 sprintf(qname, "/mq_open_8-1_%d", getpid());
44 woqueue = mq_open(qname, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR, &attr);
56 mq_unlink(qname);
68 mq_unlink(qname);
75 woqueue2 = mq_open(qname, O_WRONLY, S_IRUSR | S_IWUSR, &attr);
81 mq_unlink(qname);
91 mq_unlink(qname);
104 mq_unlink(qname);
113 mq_unlink(qname);
    [all...]
9-1.c 38 char qname[NAMESIZE], msgrcd[BUFFER], msgrcd2[BUFFER]; local
44 sprintf(qname, "/mq_open_9-1_%d", getpid());
48 rdwrqueue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
60 mq_unlink(qname);
72 mq_unlink(qname);
79 rdwrqueue2 = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, &attr);
84 mq_unlink(qname);
94 mq_unlink(qname);
106 mq_unlink(qname);
115 mq_unlink(qname);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
11-1.c 29 char qname[NAMESIZE]; local
34 sprintf(qname, "/mq_send_11-1_%d", getpid());
36 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
57 if (mq_unlink(qname) != 0) {
11-2.c 29 char qname[NAMESIZE]; local
34 sprintf(qname, "/mq_send_11-2_%d", getpid());
36 queue = mq_open(qname, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR, NULL);
57 if (mq_unlink(qname) != 0) {
2-1.c 28 char qname[NAMESIZE]; local
34 sprintf(qname, "/mq_send_2-1_%d", getpid());
39 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
55 if (mq_unlink(qname) != 0) {
4-1.c 28 char qname[NAMESIZE]; local
33 sprintf(qname, "/mq_send_4-1_%d", getpid());
35 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
51 if (mq_unlink(qname) != 0) {
4-2.c 28 char qname[NAMESIZE]; local
33 sprintf(qname, "/mq_send_4-2_%d", getpid());
35 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
51 if (mq_unlink(qname) != 0) {
1-1.c 33 char qname[NAMESIZE], msgrcd[BUFFER]; local
40 sprintf(qname, "/mq_send_1-1_%d", getpid());
44 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
70 if (mq_unlink(qname) != 0) {
10-1.c 33 char qname[NAMESIZE]; local
39 sprintf(qname, "/mq_send_10-1_%d", getpid());
43 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
67 if (mq_unlink(qname) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
11-1.c 30 char qname[NAMESIZE]; local
36 sprintf(qname, "/mq_timedsend_11-1_%d", getpid());
38 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
61 if (mq_unlink(qname) != 0) {
11-2.c 30 char qname[NAMESIZE]; local
36 sprintf(qname, "/mq_timedsend_11-2_%d", getpid());
38 queue = mq_open(qname, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR, NULL);
61 if (mq_unlink(qname) != 0) {
4-1.c 29 char qname[NAMESIZE]; local
35 sprintf(qname, "/mq_timedsend_4-1_%d", getpid());
37 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
56 if (mq_unlink(qname) != 0) {
4-2.c 29 char qname[NAMESIZE]; local
35 sprintf(qname, "/mq_timedsend_4-2_%d", getpid());
37 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
56 if (mq_unlink(qname) != 0) {
  /external/strace/tests/
readdir.c 50 static const char qname[] = variable
87 e.d_name[0] == '.' ? e.d_name : qname, rc);
  /external/strace/tests-m32/
readdir.c 50 static const char qname[] = variable
87 e.d_name[0] == '.' ? e.d_name : qname, rc);
  /external/strace/tests-mx32/
readdir.c 50 static const char qname[] = variable
87 e.d_name[0] == '.' ? e.d_name : qname, rc);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DOM2Helper.java 91 String qname = n.getNodeName(); local
92 int index = qname.indexOf(':');
94 return (index < 0) ? qname : qname.substring(index + 1);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncQname.java 29 * Execute the Qname() function.
53 String qname = dtm.getNodeNameX(context); local
54 val = (null == qname) ? XString.EMPTYSTRING : new XString(qname);

Completed in 194 milliseconds

12 3 4 5 6 7 8