h_cwd.c | 46 makepath(const char *tail) function in typeref:typename:const char * 94 if (strcmp(pwd, makepath("dir")) != 0) 102 if (strcmp(pwd, makepath("dir/dir")) != 0) 108 if (strcmp(pwd, makepath("dir")) != 0) 141 if (strcmp(pwd, makepath("adir")) != 0)
|