Searched refs:I_STR (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/iodbc-42.5/iodbc/iodbc/trace/
H A DInfo.c83 #define I_STR(T) case T: \ macro
1283 I_STR (SQL_ACCESSIBLE_TABLES);
1285 I_STR (SQL_ACCESSIBLE_PROCEDURES);
1323 I_STR (SQL_DATA_SOURCE_NAME);
1325 I_STR (SQL_DATA_SOURCE_READ_ONLY);
1327 I_STR (SQL_DATABASE_NAME);
1329 I_STR (SQL_DBMS_NAME);
1331 I_STR (SQL_DBMS_VER);
1341 I_STR (SQL_DRIVER_NAME);
1343 I_STR (SQL_DRIVER_VE
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-snit.c254 if (ioctl(p->fd, I_STR, (char *)&si) < 0) {
267 if (ioctl(p->fd, I_STR, (char *)&si) < 0) {
279 if (ioctl(p->fd, I_STR, (char *)&si) < 0) {
349 if (ioctl(fd, I_STR, (char *)&si) < 0) {
361 if (ioctl(fd, I_STR, (char *)&si) < 0) {
371 if (ioctl(fd, I_STR, (char *)&si) < 0) {
H A Ddlpisubs.c343 * Issue a STREAMS I_STR ioctl. Returns -1 on error, otherwise
356 if ((retv = ioctl(fd, I_STR, &str)) < 0)
/macosx-10.10/sudo-73/src/
H A Dinterfaces.c212 if (ioctl(sock, I_STR, (caddr_t) &strioctl) < 0) {
278 if (ioctl(sock, I_STR, (caddr_t) &strioctl) == 0) {
/macosx-10.10/ppp-786.1.1/Helpers/pppstats/
H A Dpppstats.c253 if (ioctl(fd, I_STR, &str) == -1)
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_parse.c1757 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1)
1759 msyslog(LOG_ERR, "PARSE receiver #%d: stream_setcs: ioctl(fd, I_STR, PARSEIOC_SETCS): %m", CLK_UNIT(parse->peer));
1780 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1)
1782 msyslog(LOG_ERR, "PARSE receiver #%d: stream_enable: ioctl(fd, I_STR, PARSEIOC_ENABLE): %m", CLK_UNIT(parse->peer));
1804 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1)
1806 msyslog(LOG_ERR, "PARSE receiver #%d: stream_disable: ioctl(fd, I_STR, PARSEIOC_DISABLE): %m", CLK_UNIT(parse->peer));
1828 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1)
1830 msyslog(LOG_ERR, "PARSE receiver #%d: ioctl(fd, I_STR, PARSEIOC_GETFMT): %m", CLK_UNIT(parse->peer));
1852 if (ioctl(parse->generic->io.fd, I_STR, (caddr_t)&strioc) == -1)
1854 msyslog(LOG_ERR, "PARSE receiver #%d: stream_setfmt: ioctl(fd, I_STR, PARSEIOC_SETFM
[all...]

Completed in 148 milliseconds