Searched refs:select (Results 1 - 25 of 724) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A D_select.h30 * This is called from sys/select.h and sys/time.h for the common prototype
31 * of select(). Setting _DARWIN_C_SOURCE or _DARWIN_UNLIMITED_SELECT uses
32 * the version of select() that does not place a limit on the first argument
39 int select(int, fd_set * __restrict, fd_set * __restrict,
42 __DARWIN_EXTSN_C(select) variable
45 __DARWIN_1050(select)
47 __DARWIN_ALIAS_C(select)
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DAddSel.c30 register XMSelect *select; /* Newly created selection. */ local
52 select = (XMSelect *)calloc(1, sizeof(XMSelect));
53 if (select == NULL) {
68 select->type = SEPARATOR;
69 select->active = 0;
73 select->type = SELECTION;
74 select->active = active;
77 select->serial = -1;
78 select->label = label;
79 select
[all...]
H A DInsSel.c31 XMSelect *select; /* Newly created selection. */ local
60 select = (XMSelect *)calloc(1, sizeof(XMSelect));
61 if (select == NULL) {
78 select->type = SEPARATOR;
79 select->active = 0;
83 select->type = SELECTION;
84 select->active = active;
87 select->active = active;
88 select->serial = -1;
89 select
[all...]
H A DAddPane.c26 register XMSelect *select; /* Initial selection for the new pane. */ local
47 select = (XMSelect *)calloc(1, sizeof(XMSelect));
48 if (select == NULL) {
65 select->next = select;
66 select->prev = select;
67 select->type = SL_HEADER;
68 select->serial = -1;
69 select
[all...]
H A DInsPane.c29 register XMSelect *select; /* Initial selection for the new pane. */ local
57 select = (XMSelect *)calloc(1, sizeof(XMSelect));
58 if (select == NULL) {
73 select->next = select;
74 select->prev = select;
75 select->type = SL_HEADER;
76 select->serial = -1;
77 select
[all...]
H A DInternal.c211 _XMWinQueFlush(display, menu, pane, select)
946 _XMRefreshSelection(display, menu, select)
949 register XMSelect *select;
951 register int width = select->window_w;
952 register int height = select->window_h;
955 if (select->type == SEPARATOR) {
957 select->parent_p->window,
959 select->window_x,
960 select->window_y + height / 2,
961 select
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_process.cpp40 assert(select.uses(CSSM_ACL_MATCH_BITS));
50 if (select.uses(CSSM_ACL_MATCH_UID)) {
52 if (!(uid == select.uid || (select.uses(CSSM_ACL_MATCH_HONOR_ROOT) && uid == 0)))
57 if (select.uses(CSSM_ACL_MATCH_GID) && select.gid != env->getgid())
72 &select, sizeof(select)), sizeof(select));
115 pub(select);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_process.cpp40 assert(select.uses(CSSM_ACL_MATCH_BITS));
50 if (select.uses(CSSM_ACL_MATCH_UID)) {
52 if (!(uid == select.uid || (select.uses(CSSM_ACL_MATCH_HONOR_ROOT) && uid == 0)))
57 if (select.uses(CSSM_ACL_MATCH_GID) && select.gid != env->getgid())
72 &select, sizeof(select)), sizeof(select));
115 pub(select);
[all...]
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dsocket_p.h26 #include <sys/select.h>
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dselect.h5 int select(int num_fds, fd_set *in_fds, fd_set *out_fds,
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket_p.h26 #include <sys/select.h>
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_select.c92 DCETHREAD_SYSCALL(int, select(nfds, readfds, writefds, exceptfds, timeout));
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Desix.h16 #define select sys_select /* Emacs select() not good enough? */ macro
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_setup.h53 # undef select macro
54 /* change which select is used for the curl command line tool */
55 # define select(a,b,c,d,e) tpf_select_bsd(a,b,c,d,e) macro
H A Dtool_sleep.c25 # include <sys/select.h>
55 select(0, NULL, NULL, NULL, &timeout);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DTokenStreamSelector.cpp68 select(stream);
75 select(stream);
81 select(sname);
90 void TokenStreamSelector::select(TokenStream* stream) function in class:antlr::TokenStreamSelector
95 void TokenStreamSelector::select(const ANTLR_USE_NAMESPACE(std)string& sname)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysselect.h1 /* sysselect.h - System-dependent definitions for the select function.
26 #include <sys/select.h>
51 #define select sys_select macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddoze.c34 #include <sys/select.h>
52 while (select(0, (fd_set *) 0, (fd_set *) 0, (fd_set *) 0, &tv) < 0)
54 msg_fatal("doze: select: %m");
/macosx-10.10.1/vim-55/runtime/indent/
H A Dvb.vim15 setlocal indentkeys+==~else,=~elseif,=~end,=~wend,=~case,=~next,=~select,=~loop,<:>
51 if previous_line =~? '^\s*\<\(begin\|\%(\%(private\|public\|friend\)\s\+\)\=\%(function\|sub\|property\)\|select\|case\|default\|if\|else\|elseif\|do\|for\|while\|enum\|with\)\>'
56 if this_line =~? '^\s*\<end\>\s\+\<select\>'
57 if previous_line !~? '^\s*\<select\>'
60 " this case is for an empty 'select' -- 'end select'
63 " select case readwrite
64 " end select
70 if previous_line !~? '^\s*\<select\>'
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Diprop.h42 #include <sys/select.h>
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dsvc_run.c78 switch (select(svc_maxfd+1, &readfds, NULL, NULL,
84 perror("svc_run: - select failed");
/macosx-10.10.1/apache-793/httpd/test/
H A Dtest_select.c18 * produced by a select loop with an exponential backoff.
42 srv = select(0, NULL, NULL, NULL, &tv);
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dtad68k.h109 #define select gnu_select /* avoid select() name clash */ macro
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dusleep.c51 return (select(1, NULL, NULL, NULL, &tv));
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dnotebook.tcl32 set oldtab [$w select]
33 $w select $tab
34 set newtab [$w select] ;# NOTE: might not be $tab, if $tab is disabled
64 set select [expr {($current + $dir) % [$w index end]}]
65 while {[$w tab $select -state] != "normal" && ($select != $current)} {
66 set select [expr {($select + $dir) % [$w index end]}]
68 if {$select != $current} {
69 ActivateTab $w $select
[all...]

Completed in 189 milliseconds

1234567891011>>