Home
last modified time | relevance | path

Searched refs:wline (Results 1 – 4 of 4) sorted by relevance

/external/curl/src/
Dmkhelp.pl62 $wline++; # count number of cut off lines
72 if($wline && ($olen == $tlen)) {
79 $wline=0;
83 if($wline) {
85 $wline = 0;
/external/python/cpython3/PC/
Dgetpathp.c580 wchar_t *wline = (wchar_t*)PyMem_RawMalloc((wn + 1) * sizeof(wchar_t)); in read_pth_file() local
581 wn = MultiByteToWideChar(CP_UTF8, 0, line, -1, wline, wn + 1); in read_pth_file()
582 wline[wn] = '\0'; in read_pth_file()
589 PyMem_RawFree(wline); in read_pth_file()
609 join(b, wline); in read_pth_file()
611 PyMem_RawFree(wline); in read_pth_file()
/external/elfutils/config/
Delfutils.spec.in396 - readelf: Improve output of -wline. Add support for printing SDT elf
/external/elfutils/
DNEWS225 readelf: Improve output of -wline. Add support for printing SDT elf notes.