Searched refs:p_end (Results 1 – 2 of 2) sorted by relevance
35 const char* p_end = p + n; in memccpy() local39 if (ch == c || p >= p_end) break; in memccpy()43 if (p >= p_end && ch != c) in memccpy()
33 char* p_end = p + n; in memswap() local36 while (p < p_end) { in memswap()