Searched refs:ioctl_t (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/bin/csh/ | ||
| D | csh.h | 66 typedef void *ioctl_t; /* Third arg of ioctl */ typedef |
| D | file.c | 478 if (ioctl(SHOUT, TIOCGWINSZ, (ioctl_t) & win) == -1 || win.ws_col == 0) in print_by_column() |