HomeSort by: relevance | last modified time | path
    Searched defs:getc_unlocked (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
getc.c 54 #undef getc_unlocked
70 getc_unlocked(FILE *fp) function in typeref:typename:int
  /src/include/
stdio.h 317 int getc_unlocked(FILE *);
521 #define getc_unlocked(fp) __sgetc(fp) macro
524 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 13 milliseconds