Searched refs:stopByte (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/string/
H A Dmemccpy.c13 memccpy(void *_dest, const void *_source, int stopByte, size_t length) argument
20 if ((*dest++ = *source++) == (uint8)stopByte)
/haiku/src/tools/fs_shell/
H A Dstring.cpp37 fssh_memccpy(void *dest, const void *source, int stopByte, fssh_size_t length)
39 return memccpy(dest, source, stopByte, length);
/haiku/headers/private/fs_shell/
H A Dfssh_string.h23 extern void *fssh_memccpy(void *dest, const void *source, int stopByte,
/haiku/headers/posix/
H A Dstring.h22 extern void *memccpy(void *dest, const void *source, int stopByte, size_t length);

Completed in 40 milliseconds