/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fgetstr.c | 118 if ((p = memchr((void *)fp->_p, sep, (size_t)fp->_r)) != NULL) { in __fgetstr() 160 if ((p = memchr((void *)fp->_p, sep, (size_t)fp->_r)) == NULL) in __fgetstr()
|
D | fgets.c | 103 t = memchr((void *)p, '\n', len); in fgets()
|
D | fvwrite.c | 192 nl = memchr((void *)p, '\n', len); // Divide the string at the first '\n' in __sfvwrite()
|
D | vsnprintf_ss.c | 326 char *p = memchr(cp, 0, (size_t)prec);
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/ |
D | string.h | 52 void *memchr(const void *, int, size_t) __pure;
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
D | mem.c | 110 void *memchr(const void *src, int c, size_t len) in memchr() function
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
D | libfdt_env.h | 66 static inline void *memchr(const void *s, int c, size_t n) { in memchr() function
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 194 void *memchr (const void *, int, size_t); 261 #define memchr(buf,ch,count) ScanMem8(buf,(UINTN)(count),(UINT8)ch) macro
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | string.h | 315 void *memchr(const void *S, int C, size_t N);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | MemoryFile.c | 180 EndOfLine = memchr (InputFile->CurrentFilePointer, '\n', BytesToEof); in ReadMemoryFileLine()
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | Searching.c | 29 memchr(const void *s, int c, size_t n) in memchr() function
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
D | fdt_ro.c | 72 else if (!memchr(s, '@', len) && (p[len] == '@')) in _fdt_nodename_eq() 527 p = memchr(strlist, '\0', listlen); in fdt_stringlist_contains()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 1261 p = memchr(pvfree, '\n', nfree); in getline_via_fgets() 1337 p = memchr(pvfree, '\n', nfree); in getline_via_fgets() 1659 p = (char *)memchr(buffer+nfilled, '\n', nread); in file_readlines() 1699 p = (char *)memchr(q, '\n', end-q); in file_readlines() 2224 bufptr = (char *)memchr(f->f_bufptr, '\n', len); in readahead_get_line_skip()
|
D | stringobject.c | 891 if (memchr(op->ob_sval, '\'', Py_SIZE(op)) && in string_print() 892 !memchr(op->ob_sval, '"', Py_SIZE(op))) in string_print() 945 memchr(op->ob_sval, '\'', Py_SIZE(op)) && in PyString_Repr() 946 !memchr(op->ob_sval, '"', Py_SIZE(op))) in PyString_Repr() 1815 while (i < len && memchr(sep, Py_CHARMASK(s[i]), seplen)) { in do_xstrip() 1824 } while (j >= i && memchr(sep, Py_CHARMASK(s[j]), seplen)); in do_xstrip() 2299 ((char *)memchr((const void *)(target), c, target_len))
|
D | bytearrayobject.c | 1298 return memchr(PyByteArray_AS_STRING(self), ival, Py_SIZE(self)) != NULL; in bytearray_contains() 1526 ((char *)memchr((const void *)(target), c, target_len)) 2414 while (i < mysize && memchr(argptr, myptr[i], argsize)) in lstrip_helper() 2424 while (i >= 0 && memchr(argptr, myptr[i], argsize)) in rstrip_helper()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 1286 p = memchr(pvfree, '\n', nfree); in getline_via_fgets() 1362 p = memchr(pvfree, '\n', nfree); in getline_via_fgets() 1719 p = (char *)memchr(buffer+nfilled, '\n', nread); in file_readlines() 1759 p = (char *)memchr(q, '\n', end-q); in file_readlines() 2292 bufptr = (char *)memchr(f->f_bufptr, '\n', len); in readahead_get_line_skip()
|
D | stringobject.c | 895 if (memchr(op->ob_sval, '\'', Py_SIZE(op)) && in string_print() 896 !memchr(op->ob_sval, '"', Py_SIZE(op))) in string_print() 950 memchr(op->ob_sval, '\'', Py_SIZE(op)) && in PyString_Repr() 951 !memchr(op->ob_sval, '"', Py_SIZE(op))) in PyString_Repr() 1832 while (i < len && memchr(sep, Py_CHARMASK(s[i]), seplen)) { in do_xstrip() 1841 } while (j >= i && memchr(sep, Py_CHARMASK(s[j]), seplen)); in do_xstrip() 2318 ((char *)memchr((const void *)(target), c, target_len))
|
D | bytearrayobject.c | 1302 return memchr(PyByteArray_AS_STRING(self), ival, Py_SIZE(self)) != NULL; in bytearray_contains() 1530 ((char *)memchr((const void *)(target), c, target_len)) 2422 while (i < mysize && memchr(argptr, myptr[i], argsize)) in lstrip_helper() 2432 while (i >= 0 && memchr(argptr, myptr[i], argsize)) in rstrip_helper()
|
/device/google/marlin/power/ |
D | power-helper.c | 700 offset = memchr(line, ':', len); in extract_stats()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | bz2module.c | 479 bufptr = memchr(f->f_bufptr, '\n', len); in Util_ReadAheadGetLineSkip() 726 p = memchr(buffer+nfilled, '\n', nread); in BZ2File_readlines() 765 p = memchr(q, '\n', end-q); in BZ2File_readlines()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzread.c | 526 eol = (unsigned char *)memchr(state->x.next, '\n', n);
|
/device/lge/bullhead/power/ |
D | power.c | 590 offset = memchr(line, ':', len); in extract_stats()
|
/device/huawei/angler/power/ |
D | power.c | 637 offset = memchr(line, ':', len); in extract_stats()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | peephole.c | 332 if (memchr(lineno, 255, tabsiz) != NULL)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | peephole.c | 321 if (memchr(lineno, 255, tabsiz) != NULL) in PyCode_Optimize()
|