Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/libkern/
HDmemcchr.c58 memcchr(const void *begin, int c, size_t n) in memcchr() function
/freebsd-11-stable/sys/fs/ext2fs/
HDext2_alloc.c1134 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg()
1138 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg()
1284 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch()
1288 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch()
/freebsd-11-stable/sys/sys/
HDlibkern.h132 void *memcchr(const void *s, int c, size_t n);
/freebsd-11-stable/sys/ufs/ffs/
HDffs_alloc.c2041 loc = memcchr(&inosused[start], 0xff, len);
2045 loc = memcchr(&inosused[start], 0xff, len);
/freebsd-11-stable/share/man/man9/
HDMakefile188 memcchr.9 \
/freebsd-11-stable/sys/conf/
HDfiles3862 libkern/memcchr.c standard