Searched defs:memchr (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
H A Dmem.c86 void *memchr(const void *src, int c, size_t len) function
/device/linaro/bootloader/edk2/StdLib/LibC/String/
H A DSearching.c21 /** The memchr function locates the first occurrence of c (converted to an
25 @return The memchr function returns a pointer to the located character,
29 memchr(const void *s, int c, size_t n) function
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
H A Dlibfdt_env.h66 static inline void *memchr(const void *s, int c, size_t n) { function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
H A DOpenSslSupport.h202 void *memchr (const void *, int, size_t);
269 #define memchr(buf,ch,count) ScanMem8(buf,(UINTN)(count),(UINT8)ch) macro

Completed in 20 milliseconds