Home
last modified time | relevance | path

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

/trueos/sys/libkern/
HDmemcchr.c58 memcchr(const void *begin, int c, size_t n) in memcchr() function
/trueos/sys/fs/ext2fs/
HDext2_alloc.c923 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg()
927 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg()
1069 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch()
1073 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch()
/trueos/sys/sys/
HDlibkern.h109 void *memcchr(const void *s, int c, size_t n);
/trueos/sys/ufs/ffs/
HDffs_alloc.c2016 loc = memcchr(&inosused[start], 0xff, len);
2020 loc = memcchr(&inosused[start], 0xff, len);
/trueos/share/man/man9/
HDMakefile176 memcchr.9 \
/trueos/sys/conf/
HDfiles3228 libkern/memcchr.c standard