Searched refs:sbuf (Results 1 – 2 of 2) sorted by relevance
13 static char sbuf[L_ctermid]; in ctermid() local18 s = sbuf; in ctermid()25 return strcpy((s ? s : sbuf), "/dev/tty"); in ctermid()
28 unsigned char sbuf[1]; in fgetwc_unlocked() local51 munge_stream(stream, sbuf); in fgetwc_unlocked()100 if (stream->__bufstart == sbuf) { /* Need to un-munge the stream. */ in fgetwc_unlocked()
Completed in 4 milliseconds