Home
last modified time | relevance | path

Searched refs:CHDIR (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c262 #define CHDIR "chdir01" macro
389 CHDIR, 0, 0, 12, creat_symlink, ck_symlink, {
391 CHDIR, 1, ENOENT, 13, creat_symlink, ck_symlink, {
393 CHDIR, 1, ELOOP, 28, creat_symlink, ck_symlink, {
475 CHDIR, "chdir", 3, &test_objects[23],
993 else if (cktcsid(tc_ptr->tcid, CHDIR)) in do_syscalltests()
1086 } else if (cktcsid(tc_ptr->tcid, CHDIR)) { in do_ENOENT()
1165 } else if (cktcsid(tc_ptr->tcid, CHDIR)) { in do_ELOOP()
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c66 #define CHDIR(path) SetCurrentDirectoryA(path) macro
72 #define CHDIR(path) chdir(path) macro
277 if (!CHDIR_SUCCEEDED(CHDIR(path))) { in main()
283 CHDIR(appPath); in main()
309 CHDIR(path); in main()
343 CHDIR(appPath); in main()
472 CHDIR(currName); in process_sub()
478 CHDIR(".."); in process_sub()