Searched refs:check_coding_spec (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | tokenizer.c | 256 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() function 528 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) { in decoding_fgets() 703 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) in decode_str() 706 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0], in decode_str()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | tokenizer.c | 256 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() function 508 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) { in decoding_fgets() 683 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) in decode_str() 686 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0], in decode_str()
|