Home
last modified time | relevance | path

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

/external/trusty/musl/include/
Dstropts.h109 struct strioctl { struct
110 int ic_cmd;
111 int ic_timout;
112 int ic_len;
113 char *ic_dp;
/external/musl/include/
Dstropts.h109 struct strioctl { struct
110 int ic_cmd;
111 int ic_timout;
112 int ic_len;
113 char *ic_dp;
/external/libpcap/
Ddlpisubs.c391 strioctl(int fd, int cmd, int len, char *dp) in strioctl() function
/external/toybox/toys/pending/
Dstrace.c82 static char *strioctl(int i) in strioctl() function