Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/cmp/
H A Dcmp.c90 parse_iskipspec(char *spec, off_t *skip1, off_t *skip2) in parse_iskipspec()
112 off_t skip1, skip2, limit; in main() local
H A Dlink.c42 c_link(const char *file1, off_t skip1, const char *file2, off_t skip2, in c_link()
H A Dspecial.c50 c_special(int fd1, const char *file1, off_t skip1, in c_special()
H A Dregular.c61 c_regular(int fd1, const char *file1, off_t skip1, off_t len1, in c_regular()
/freebsd-14.2/usr.bin/printf/
H A Dprintf.c212 static const char skip1[] = "#'-+ 0"; in printf_doformat() local