Home | History | Annotate | Download | only in librumphijack

Lines Matching refs:strcmp

86 	if (strcmp(pwd, prefix) != 0)
94 if (strcmp(pwd, makepath("dir")) != 0)
102 if (strcmp(pwd, makepath("dir/dir")) != 0)
108 if (strcmp(pwd, makepath("dir")) != 0)
115 if (strcmp(pwd, prefix) != 0)
121 if (strcmp(pwd, "/") != 0)
141 if (strcmp(pwd, makepath("adir")) != 0)
142 errx(EXIT_FAILURE, "strcmp");
155 if (strcmp(argv[3], "chdir") == 0)
157 else if (strcmp(argv[3], "fchdir") == 0)
162 if (strcmp(argv[2], "simple") == 0)
164 if (strcmp(argv[2], "symlink") == 0)