Home
last modified time | relevance | path

Searched refs:memcchr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/libkern/
H A Dmemcchr.c58 memcchr(const void *begin, int c, size_t n) in memcchr() function
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c1374 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg()
1378 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg()
1533 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch()
1537 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch()
/freebsd/sys/sys/
H A Dlibkern.h242 void *memcchr(const void *s, int c, size_t n);
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2156 loc = memcchr(&inosused[start], 0xff, len); in ffs_nodealloccg()
2160 loc = memcchr(&inosused[start], 0xff, len); in ffs_nodealloccg()
/freebsd/share/man/man9/
H A DMakefile223 memcchr.9 \
/freebsd/sys/conf/
H A Dfiles4055 libkern/memcchr.c standard