HomeSort by relevance Sort by last modified time
    Searched refs:my_fgets (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
myreadline.c 40 my_fgets(char *buf, int len, FILE *fp) function
128 switch (my_fgets(p, (int)n, sys_stdin)) {
149 if (my_fgets(p+n, (int)incr, sys_stdin) != 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
myreadline.c 40 my_fgets(char *buf, int len, FILE *fp) function
131 switch (my_fgets(p, (int)n, sys_stdin)) {
152 if (my_fgets(p+n, (int)incr, sys_stdin) != 0)

Completed in 239 milliseconds