Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/sudo/
Dinterfaces.c72 # define STRSET(cmd, param, len) {strioctl.ic_cmd=(cmd);\
73 strioctl.ic_dp=(param);\
74 strioctl.ic_timout=0;\
75 strioctl.ic_len=(len);}
174 struct strioctl strioctl; local
193 if (ioctl(sock, I_STR, (caddr_t) &strioctl) < 0) {
258 if (ioctl(sock, I_STR, (caddr_t) &strioctl) == 0) {