Searched refs:memstr (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/cmd/ |
D | setexpr.c | 67 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr() function 89 char *p = memstr(string, *slen, old, olen); in substitute() 255 char *p = memstr(np, nlen, backref, 2); in regex_sub()
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 2035 const unsigned char *memstr = in array__array_reconstructor_impl() local 2043 _PyFloat_Unpack4(&memstr[i * 4], le)); in array__array_reconstructor_impl() 2057 const unsigned char *memstr = in array__array_reconstructor_impl() local 2065 _PyFloat_Unpack8(&memstr[i * 8], le)); in array__array_reconstructor_impl() 2113 const unsigned char *memstr = in array__array_reconstructor_impl() local 2141 &memstr[i * mf_descr.size], in array__array_reconstructor_impl()
|