Home
last modified time | relevance | path

Searched defs:skip1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/cmp/
H A Dcmp.c77 parse_iskipspec(char *spec, off_t *skip1, off_t *skip2) in parse_iskipspec()
99 off_t skip1, skip2, limit; in main() local
H A Dlink.c41 c_link(const char *file1, off_t skip1, const char *file2, off_t skip2, in c_link()
H A Dspecial.c43 c_special(int fd1, const char *file1, off_t skip1, in c_special()
H A Dregular.c54 c_regular(int fd1, const char *file1, off_t skip1, off_t len1, in c_regular()
/freebsd/usr.bin/printf/
H A Dprintf.c198 static const char skip1[] = "#'-+ 0"; in printf_doformat() local