Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/dc/
H A Ddc.h52 #define sgetc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd++)) macro
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c2058 sgetc(void *arg) in sgetc() function