HomeSort by: relevance | last modified time | path
    Searched refs:ioctl_t (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
file.c 187 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &c);
189 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &svchars[i]);
196 if (ioctl(SHOUT, FIONREAD, (ioctl_t) &nbuf) ||
235 (void)ioctl(SHOUT, FIONREAD, (ioctl_t) &i);
311 if (ioctl(SHOUT, TIOCGWINSZ, (ioctl_t) & win) < 0 || win.ws_col == 0)
csh.h 81 typedef void *ioctl_t; /* Third arg of ioctl */ typedef in typeref:typename:void *
lex.c 1521 (void)ioctl(SHIN, FIONBIO, (ioctl_t) & iooff);

Completed in 14 milliseconds