Home
last modified time | relevance | path

Searched refs:checksize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/lpd/
H A Dlp.c48 static int checksize(struct lp_printer *, size_t);
815 if (checksize(lp, sz) == -1) in lp_create()
870 checksize(struct lp_printer *lp, size_t sz) in checksize() function
/openbsd-src/sbin/fsck_msdos/
H A Ddir.c90 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
356 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize() function
817 mod |= k = checksize(boot, fat, p, &dirent); in readDosDirSection()