Home
last modified time | relevance | path

Searched refs:c_regular (Results 1 – 3 of 3) sorted by relevance

/src/usr.bin/cmp/
H A Dextern.h38 int c_regular(int, const char *, off_t, off_t, int, const char *, off_t,
H A Dregular.c54 c_regular(int fd1, const char *file1, off_t skip1, off_t len1, in c_regular() function
H A Dcmp.c252 ret = c_regular(fd1, file1, skip1, sb1.st_size, in main()