HomeSort by relevance Sort by last modified time
    Searched refs:only_lf (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 332 int only_lf = 0; local
344 only_lf = (memchr(in_str, '\r', len * sizeof(Py_UNICODE)) == NULL);
347 if (only_lf) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 323 int only_lf = 0; local
335 only_lf = (memchr(in_str, '\r', len * sizeof(Py_UNICODE)) == NULL);
338 if (only_lf) {
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 332 int only_lf = 0; local
344 only_lf = (memchr(in_str, '\r', len * sizeof(Py_UNICODE)) == NULL);
347 if (only_lf) {
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 380 int only_lf = 0; local
394 only_lf = (memchr(in_str, '\r', kind * len) == NULL);
397 if (only_lf) {
    [all...]

Completed in 230 milliseconds