Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfile_decim.c45 #define myungetc(x, iop) ((iop->_flag & _IOWRT) ? *(--iop->_ptr) : \ macro
83 if (cp >= *ppc && current != EOF && myungetc(current, pf) in file_to_decimal()
90 if (myungetc((int)(unsigned char)*cp, pf) == EOF) in file_to_decimal()