Home
last modified time | relevance | path

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

/string/
A DMakefile25 headers := string.h bits/string_fortified.h \
26 strings.h bits/strings_fortified.h \
27 byteswap.h bits/byteswap.h \
28 endian.h bits/endian.h bits/endianness.h \
29 bits/uintn-identity.h \
30 memory.h argz.h envz.h
A Dstrcasestr.c39 #define AVAILABLE(h, h_l, j, n_l) \ argument
41 || ((h_l) += __strnlen ((void*)((h) + (h_l)), (n_l) + 512), \
A Dtest-strstr.c188 char *h = (char*) buf1; in pr23637() local
194 h[i] = ' '; in pr23637()
195 h[i + N] = 'x'; in pr23637()
199 h[N * 2] = '\0'; in pr23637()
202 h[0] = 'x'; in pr23637()
204 char *exp_result = stupid_strstr (h, n); in pr23637()
206 check_result (impl, h, n, exp_result); in pr23637()
A Dstrstr.c26 #define AVAILABLE(h, h_l, j, n_l) \ argument
28 || ((h_l) += __strnlen ((void*)((h) + (h_l)), (n_l) + 512), \
A Dmemmem.c29 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) argument
A DVersions60 # extern inline functions used by <bits/string2.h>

Completed in 32 milliseconds