Home
last modified time | relevance | path

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

/external/curl/src/
Dmkhelp.pl54 $wline++; # count number of cut off lines
64 if($wline && ($olen == $tlen)) {
71 $wline=0;
75 if($wline) {
77 $wline = 0;
/external/python/cpython3/PC/
Dgetpathp.c608 wchar_t *wline = (wchar_t*)PyMem_RawMalloc((wn + 1) * sizeof(wchar_t)); in read_pth_file() local
609 if (wline == NULL) { in read_pth_file()
612 wn = MultiByteToWideChar(CP_UTF8, 0, line, -1, wline, wn + 1); in read_pth_file()
613 wline[wn] = '\0'; in read_pth_file()
621 PyMem_RawFree(wline); in read_pth_file()
642 join(b, wline); in read_pth_file()
644 PyMem_RawFree(wline); in read_pth_file()
/external/elfutils/config/
Delfutils.spec.in497 - readelf: Improve output of -wline. Add support for printing SDT elf
/external/elfutils/
DNEWS381 readelf: Improve output of -wline. Add support for printing SDT elf notes.