Home
last modified time | relevance | path

Searched refs:skip2 (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.bin/cmp/
Dregular.c48 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()
Dcmp.c56 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()
Dspecial.c43 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/
Dopregion.c86 u8 skip2; member
/openbsd/src/gnu/usr.bin/binutils-2.17/config/
Dacx.m4354 dnl for the parameter format "cmp file1 file2 skip1 skip2" which is
/openbsd/src/gnu/gcc/config/
Dacx.m4371 dnl for the parameter format "cmp file1 file2 skip1 skip2" which is
/openbsd/src/gnu/gcc/fixincludes/
Daclocal.m459 dnl for the parameter format "cmp file1 file2 skip1 skip2" which is