Lines Matching refs:p
25 static char *p; variable
51 if (strcmp (p, p2) != 0) in tf()
53 printf ("initial cwd mismatch: \"%s\" vs \"%s\"\n", p, p2); in tf()
57 free (p); in tf()
66 p = getcwd (NULL, 0); in tf()
67 if (p == NULL) in tf()
93 p = getcwd (NULL, 0); in do_test()
94 if (p == NULL) in do_test()
116 if (strcmp (p, p2) != 0) in do_test()
118 printf ("cwd after chdir mismatch: \"%s\" vs \"%s\"\n", p, p2); in do_test()
122 free (p); in do_test()