Searched refs:skip1 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/usr.bin/cmp/ |
| D | regular.c | 47 c_regular(int fd1, char *file1, off_t skip1, off_t len1, in c_regular() argument 54 if (skip1 > len1) in c_regular() 56 len1 -= skip1; in c_regular() 67 c_special(fd1, file1, skip1, fd2, file2, skip2); in c_regular() 72 MAP_PRIVATE, fd1, skip1)) == MAP_FAILED) in c_regular()
|
| D | cmp.c | 56 off_t skip1, skip2; in main() local 104 skip1 = (argc > 2) ? get_skip(argv[2], "skip1") : 0; in main() 121 c_special(fd1, file1, skip1, fd2, file2, skip2); in main() 123 c_regular(fd1, file1, skip1, sb1.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 56 while (skip1--) in c_special()
|
| /openbsd/src/sys/dev/pci/drm/i915/gvt/ |
| D | opregion.c | 84 u8 skip1:4; 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
|