Searched refs:skip2 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/usr.bin/cmp/ |
| D | regular.c | 48 int fd2, char *file2, off_t skip2, off_t len2) in c_regular() argument 57 if (skip2 > len2) in c_regular() 59 len2 -= skip2; in c_regular() 67 c_special(fd1, file1, skip1, fd2, file2, skip2); in c_regular() 75 MAP_PRIVATE, fd2, skip2)) == MAP_FAILED) { in c_regular()
|
| D | cmp.c | 56 off_t skip1, skip2; in main() local 105 skip2 = (argc == 4) ? get_skip(argv[3], "skip2") : 0; in main() 121 c_special(fd1, file1, skip1, fd2, file2, skip2); in main() 124 fd2, file2, skip2, sb2.st_size); in main()
|
| D | special.c | 43 c_special(int fd1, char *file1, off_t skip1, int fd2, char *file2, off_t skip2) in c_special() argument 59 while (skip2--) in c_special()
|
| /openbsd/src/sys/dev/pci/drm/i915/gvt/ |
| D | opregion.c | 86 u8 skip2; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | acx.m4 | 354 dnl for the parameter format "cmp file1 file2 skip1 skip2" which is
|
| /openbsd/src/gnu/gcc/config/ |
| D | acx.m4 | 371 dnl for the parameter format "cmp file1 file2 skip1 skip2" which is
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | aclocal.m4 | 59 dnl for the parameter format "cmp file1 file2 skip1 skip2" which is
|