Searched refs:select (Results 251 - 275 of 796) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_debug.c49 if(select(s+1, &fds, 0, 0, 0) < 0)
50 err(1, "select");
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dmini_inetd.c148 ret = select (max_fd + 1, &read_set, NULL, NULL, NULL);
150 err (1, "select");
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsInterface.h92 (void *thisPointer, FourCharCode select, CFTypeRef * capabilities);
/macosx-10.9.5/Libc-997.90.3/fbsdcompat/
H A D_fbsd_compat_.h113 #define _select select
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsandbox-seccomp-filter.c105 SC_ALLOW(select),
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dselector.cpp159 secdebug("selector", "select(%d) [%d-%d] for %ld clients",
169 switch (int hits = ::select(fdMax + 1,
175 secdebug("selector", "select failed: errno=%d", errno);
178 secdebug("selector", "select returned nothing");
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dselector.cpp159 secdebug("selector", "select(%d) [%d-%d] for %ld clients",
169 switch (int hits = ::select(fdMax + 1,
175 secdebug("selector", "select failed: errno=%d", errno);
178 secdebug("selector", "select returned nothing");
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp218 macro(select, Select) \
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DOverridesView.js162 this._selectElement = fieldsetElement.createChild("select");
608 var mediaSelectElement = p.createChild("select");
631 _emulateMediaChanged: function(checkbox, select)
633 select.disabled = !checkbox.checked;
635 var media = select.options[select.selectedIndex].value;
/macosx-10.9.5/WebKit2-7537.78.2/Platform/efl/
H A DWorkQueueEfl.cpp93 if (select(m_maxFileDescriptor + 1, &readFileDescriptorSet, 0, 0, getNextTimeOut()) >= 0) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Dotherchild.c28 #include <sys/select.h>
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/beos/
H A Dsendrecv.c41 srv = select(sock->socketdes + 1,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/private/
H A Dapr_dbd_internal.h87 /** set_dbname: select database name. May be a no-op if not supported.
91 * @param name - the database to select
124 /** select: execute an SQL query that returns a result set
135 int (*select)(apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, member in struct:apr_dbd_driver_t
146 * of a synchronous select
183 /** escape: escape a string so it is safe for use in query/select
202 * @param nvals - number of values passed in p[b]query/select
223 /** pvselect: select using a prepared statement + args
249 /** pselect: select using a prepared statement + args
302 /** pvbselect: select usin
[all...]
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Dotherchild.c28 #include <sys/select.h>
/macosx-10.9.5/apr-30/apr/apr/network_io/beos/
H A Dsendrecv.c41 srv = select(sock->socketdes + 1,
/macosx-10.9.5/apr-30/apr-util/apr-util/include/private/
H A Dapr_dbd_internal.h87 /** set_dbname: select database name. May be a no-op if not supported.
91 * @param name - the database to select
124 /** select: execute an SQL query that returns a result set
135 int (*select)(apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res, member in struct:apr_dbd_driver_t
146 * of a synchronous select
183 /** escape: escape a string so it is safe for use in query/select
202 * @param nvals - number of values passed in p[b]query/select
223 /** pvselect: select using a prepared statement + args
249 /** pselect: select using a prepared statement + args
302 /** pvbselect: select usin
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h147 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dmulti-debugcallback.c149 int rc; /* select() return code */
180 greater or equal than -1. We call select(maxfd + 1, ...), specially in
181 case of (maxfd == -1), we call select(0, ...), which is basically equal
184 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
188 /* select error */
190 printf("select() returns error, this is badness\n");
H A Dsmtp-multi.c141 int rc; /* select() return code */
172 greater or equal than -1. We call select(maxfd + 1, ...), specially in
173 case of (maxfd == -1), we call select(0, ...), which is basically equal
176 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
186 /* select error */
/macosx-10.9.5/less-23/less/
H A Dos.c133 if (select(fd+1, &readfds, 0, 0, 0) == -1)
/macosx-10.9.5/libpcap-42/libpcap/lbl/
H A Dos-sunos4.h147 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/macosx-10.9.5/libpcap-42/libpcap/tests/
H A Dnonblocktest.c36 #include <sys/select.h>
/macosx-10.9.5/ntp-88/libopts/compat/
H A Dcompat.h113 # include <sys/select.h>
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dcompat.h113 # include <sys/select.h>
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Ddefines.h159 # include <sys/select.h>

Completed in 137 milliseconds

<<11121314151617181920>>