Searched refs:getc_maybe_unlocked (Results 1 – 1 of 1) sorted by relevance
39 # define getc_maybe_unlocked(fp) getc(fp) macro45 # define getc_maybe_unlocked(fp) getc(fp) macro47 # define getc_maybe_unlocked(fp) getc_unlocked(fp) macro87 i = getc_maybe_unlocked (fp); in getdelim()