Symbol: TEST_PATH
tools/regression/posixsem/posixsem.c
1010
if (ksem_open(&id, TEST_PATH, 0, 0, 0) < 0)
tools/regression/posixsem/posixsem.c
1025
if (ksem_open(&id, TEST_PATH, O_CREAT, 0777, 0)) {
tools/regression/posixsem/posixsem.c
1032
ksem_unlink(TEST_PATH);
tools/regression/posixsem/posixsem.c
1039
ksem_unlink(TEST_PATH);
tools/regression/posixsem/posixsem.c
1064
ksem_unlink(TEST_PATH);
tools/regression/posixsem/posixsem.c
1242
snprintf(buffer, sizeof(buffer), "%s%d", TEST_PATH, i);
tools/regression/posixsem/posixsem.c
1288
snprintf(buffer, sizeof(buffer), "%s%d", TEST_PATH, i);
tools/regression/posixsem/posixsem.c
1398
snprintf(buffer, sizeof(buffer), "%s%d", TEST_PATH, i);
tools/regression/posixsem/posixsem.c
239
if (ksem_open(&id, TEST_PATH, O_CREAT, 0777, 1) < 0) {
tools/regression/posixsem/posixsem.c
245
if (ksem_unlink(TEST_PATH) < 0) {
tools/regression/posixsem/posixsem.c
250
ksem_open_should_fail(TEST_PATH, O_RDONLY, 0777, 1, ENOENT);
tools/regression/posixsem/posixsem.c
266
ksem_open_should_fail(TEST_PATH, O_RDONLY | O_DIRECT, 0777, 1, EINVAL);
tools/regression/posixsem/posixsem.c
274
(void)ksem_unlink(TEST_PATH);
tools/regression/posixsem/posixsem.c
276
ksem_open_should_fail(TEST_PATH, O_CREAT, 0777, UINT_MAX, EINVAL);
tools/regression/posixsem/posixsem.c
314
if (ksem_open(&id, TEST_PATH, O_CREAT, 0777, 1) < 0) {
tools/regression/posixsem/posixsem.c
320
ksem_open_should_fail(TEST_PATH, O_CREAT | O_EXCL, 0777, 1, EEXIST);
tools/regression/posixsem/posixsem.c
322
ksem_unlink(TEST_PATH);
tools/regression/posixsem/posixsem.c
360
if (ksem_open(&id, TEST_PATH, O_CREAT, 0777, 1) < 0) {
tools/regression/posixsem/posixsem.c
368
ksem_unlink(TEST_PATH);
tools/regression/posixsem/posixsem.c
427
if (ksem_open(&id, TEST_PATH, O_CREAT, 0777, 1) < 0) {
tools/regression/posixsem/posixsem.c
437
if (ksem_unlink(TEST_PATH) < 0) {
tools/regression/posixsem/posixsem.c
573
if (ksem_open(&id, TEST_PATH, O_CREAT | O_EXCL, 0777, 1) < 0) {
tools/regression/posixsem/posixsem.c
577
if (ksem_unlink(TEST_PATH) < 0) {