Searched defs:file1 (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | cmp.c | 145 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags, Sfoff_t count, Sfoff_t differences) argument 171 error(ERROR_exit(1), "EOF on %s", file1); 215 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u\n", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines); 226 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines); 252 char* file1; local 313 if (error_info.errors || !(file1 = *argv++) || !(file2 = *argv++)) 316 if (streq(file1, "-")) 318 else if (!(f1 = sfopen(NiL, file1, "r"))) 321 error(ERROR_system(0), "%s: cannot open", file1); 337 error(ERROR_exit(0), "%s: %s: invalid skip", file1, [all...] |
/ast/src/cmd/ksh93/bltins/ |
H A D | test.c | 521 static time_t test_time(const char *file1,const char *file2) argument 526 if(test_stat(file1,&statb1)<0) 543 int test_inode(const char *file1,const char *file2) argument 546 if(test_stat(file1,&stat1)>=0 && test_stat(file2,&stat2)>=0)
|
Completed in 11 milliseconds