Searched refs:obits (Results 1 - 13 of 13) sorted by path

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dsys_bsd.c76 static fd_set ibits, obits, xbits; variable
85 FD_ZERO(&obits);
787 FD_SET(net, &obits);
790 FD_SET(tout, &obits);
803 if ((c = select(FD_SETSIZE, &ibits, &obits, &xbits,
971 if (FD_ISSET(net, &obits)) {
972 FD_CLR(net, &obits);
975 if (FD_ISSET(tout, &obits)) {
976 FD_CLR(tout, &obits);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dtelnetd.c996 fd_set ibits, obits, xbits; local
1010 FD_ZERO(&obits);
1022 FD_SET(f, &obits);
1027 FD_SET(p, &obits);
1034 if ((c = select(nfd, &ibits, &obits, &xbits,
1207 if (FD_ISSET(f, &obits) && (nfrontp - nbackp) > 0)
1211 if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0)
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dumask.c120 char ubits[4], gbits[4], obits[4]; /* u=rwx,g=rwx,o=rwx */ local
143 obits[i++] = 'r';
145 obits[i++] = 'w';
147 obits[i++] = 'x';
148 obits[i] = '\0';
150 printf ("u=%s,g=%s,o=%s\n", ubits, gbits, obits);
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dfinfo.c177 char ubits[4], gbits[4], obits[4]; /* u=rwx,g=rwx,o=rwx */ local
200 obits[i++] = 'r';
202 obits[i++] = 'w';
204 obits[i++] = 'x';
205 obits[i] = '\0';
212 obits[2] = (m & S_IXOTH) ? 't' : 'T';
214 printf ("u=%s,g=%s,o=%s", ubits, gbits, obits);
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dns32k.h106 int obits; /* number of opcode bits */ member in struct:not_wot
/macosx-10.9.5/pcre-7/pcre/
H A Dpcretest.c2406 unsigned int obits = ((real_pcre *)re)->options; local
2408 if ((obits & PCRE_NEWLINE_BITS) == 0)
2414 obits = (d == 13)? PCRE_NEWLINE_CR :
2420 if (((obits & PCRE_NEWLINE_BITS) == PCRE_NEWLINE_ANY ||
2421 (obits & PCRE_NEWLINE_BITS) == PCRE_NEWLINE_ANYCRLF)
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c461 fd_set ibits, obits, ebits, *omask; local
465 FD_ZERO(&obits);
468 FD_SET(p, &obits);
469 omask = &obits;
474 FD_SET(f, &obits);
475 omask = &obits;
533 FD_SET(p, &obits); /* try write */
537 if (FD_ISSET(p, &obits) && fcc > 0) {
557 FD_SET(f, &obits); /* try write */
566 if ((FD_ISSET(f, &obits))
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c1029 fd_set ibits, obits, xbits; local
1036 FD_ZERO(&obits);
1043 FD_SET(f, &obits);
1048 FD_SET(p, &obits);
1055 if ((c = select(nfd, &ibits, &obits, &xbits,
1230 if (FD_ISSET(f, &obits) && (nfrontp - nbackp) > 0)
1234 if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0)
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImgGIF.c1834 int obits;
1949 binformat(statePtr->obuf, statePtr->obits), statePtr->obits,
1951 statePtr->obuf |= val << statePtr->obits;
1952 statePtr->obits += statePtr->outputBits;
1953 while (statePtr->obits >= 8) {
1956 statePtr->obits -= 8;
1959 binformat(statePtr->obuf, statePtr->obits), statePtr->obits));
1968 if (statePtr->obits >
1811 int obits; member in struct:__anon13437
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImgGIF.c1755 static int obits;
1857 binformat(obuf, obits), obits, out_bits));
1858 obuf |= val << obits;
1859 obits += out_bits;
1860 while (obits >= 8) {
1863 obits -= 8;
1865 DEBUGMSG(("output leaving [%s %d]\n", binformat(obuf, obits), obits));
1872 if (obits >
1741 static int obits; variable
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c1547 FREE(sel->obits, M_TEMP);
H A Dsys_generic.c996 if (sel->obits != NULL) {
997 FREE(sel->obits, M_TEMP);
999 sel->obits = NULL;
1005 MALLOC(sel->obits, u_int32_t *, nbytes, M_TEMP, M_WAITOK | M_ZERO);
1006 if (sel->obits == NULL) {
1017 bzero((caddr_t)sel->obits, sel->nbytes);
1188 /* cleanup obits and try again */
1250 copyout((caddr_t)&sel->obits[(x) * nw], uap->name, ni))) \
1295 u_int32_t *ibits, *obits; local
1310 obits
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Duser.h177 u_int32_t *ibits, *obits; /* bits to select on */ member in struct:uthread::_select
178 uint nbytes; /* number of bytes in ibits and obits */

Completed in 436 milliseconds