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

  /src/external/bsd/openldap/dist/include/ac/
socket.h 94 # define ioctl_t u_long macro
159 #ifndef ioctl_t
160 # define ioctl_t int macro
  /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
lex.c 1521 (void)ioctl(SHIN, FIONBIO, (ioctl_t) & iooff);
  /src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c 357 ioctl_t status = nb ? 1 : 0;

Completed in 53 milliseconds