Lines Matching defs:buf1
941 char buf1[MAXNAMELEN];
951 separate_pathname(name1, buf1, &newname1);
953 if (strcmp(buf1, buf2) == 0) {
954 if (chdir(buf1) == 0) {
959 if (strcmp(buf1, "..") == 0)
963 else if (strlen(buf1) == 0)
974 if (chdir(buf1) == 0) {
1162 char buf1[MAXNAMELEN];
1172 separate_pathname(name1, buf1, &newname1);
1174 if (strcmp(buf1, buf2) == 0) {
1175 if (chdir(buf1) == 0) {
1180 if (strcmp(buf1, "..") == 0)
1184 else if (strlen(buf1) == 0)
1195 if (chdir(buf1) == 0) {