Searched refs:thechdir (Results 1 – 1 of 1) sorted by relevance
77 static void (*thechdir)(const char *, const char *); variable83 thechdir(prefix, "chdir1"); in simple()91 thechdir("dir", "chdir2"); in simple()99 thechdir("dir", "chdir3"); in simple()105 thechdir("..", "chdir4"); in simple()112 thechdir("../../../../../../..", "chdir5"); in simple()118 thechdir("/", "chdir6"); in simple()129 thechdir(prefix, "chdir1"); in symlinktest()138 thechdir("anotherdir/lincthesink", "chdir2"); in symlinktest()156 thechdir = dochdir; in main()[all …]