Home
last modified time | relevance | path

Searched refs:ioctl_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dsocket.h94 # define ioctl_t u_long macro
161 #ifndef ioctl_t
162 # define ioctl_t int macro
/netbsd-src/bin/csh/
H A Dfile.c187 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &c); in pushback()
189 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &svchars[i]); in pushback()
196 if (ioctl(SHOUT, FIONREAD, (ioctl_t) &nbuf) || in pushback()
235 (void)ioctl(SHOUT, FIONREAD, (ioctl_t) &i); in pushback()
311 if (ioctl(SHOUT, TIOCGWINSZ, (ioctl_t) & win) < 0 || win.ws_col == 0) in print_by_column()
H A Dcsh.h81 typedef void *ioctl_t; /* Third arg of ioctl */ typedef
H A Dlex.c1521 (void)ioctl(SHIN, FIONBIO, (ioctl_t) & iooff); in bgetc()
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c357 ioctl_t status = nb ? 1 : 0; in ber_pvt_socket_set_nonblock()