Searched refs:sp_file (Results 1 – 1 of 1) sorted by relevance
553 FILE *sp_file; in read_pth_file() local555 sp_file = _Py_wfopen(path, L"r"); in read_pth_file()556 if (sp_file == NULL) { in read_pth_file()575 while (!feof(sp_file)) { in read_pth_file()577 char *p = fgets(line, Py_ARRAY_LENGTH(line), sp_file); in read_pth_file()662 fclose(sp_file); in read_pth_file()