Home
last modified time | relevance | path

Searched refs:docheck (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/diag/localeck/
H A DMakefile8 sh docheck.sh ${LOCALEDIR}
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mmap.c103 testloan(void *vp, void *vp2, char pat, int docheck) in testloan() argument
114 if (docheck != 0) in testloan()
149 if (docheck != 0 && memcmp(backup, buf + page, nread) != 0) in testloan()
/freebsd/sbin/fsck/
H A Dpreen.c79 checkfstab(int flags, int (*docheck)(struct fstab *), in checkfstab()
111 if ((*docheck)(fs) == 0) in checkfstab()