Home
last modified time | relevance | path

Searched defs:locungetc (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c43 #define locungetc(x) (chcount-=1,ungetc(x,iop)) macro
[all...]
/titanic_52/usr/src/lib/libc/port/stdio/
H A Ddoscan.c61 #define locungetc(cnt, x) (cnt -= 1, (x == EOF) ? EOF : \ macro
[all...]