Home
last modified time | relevance | path

Searched refs:fp_ungetc (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c495 static void fp_ungetc(int c, struct tok_state *tok) { in fp_ungetc() function
522 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c475 static void fp_ungetc(int c, struct tok_state *tok) { in fp_ungetc() function
502 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()