Searched refs:set (Results 201 - 225 of 1536) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Drepeat.h37 # error Internal error: _GLIBCXX_REPEAT_HEADER must be set
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h29 #include <set>
111 auto vars = reinterpret_cast<std::set<std::string> *>(ud);
313 // Implicit constructor: vector-like objects (std::list, std::vector, std::set, etc)
530 std::set<std::string> vars;
552 std::set<std::string> vars;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js221 // The number of elements contained in the matched element set
230 // Get the Nth element in the matched element set OR
231 // Get the whole matched element set as a clean array
243 // (returning the new matched element set)
245 // Build a new jQuery matched element set
266 // Return the newly-formed element set
270 // Execute a callback for every element in the matched set.
827 // Mutifunctional method to get and set values to a collection
1547 // Check if table cells still have offsetWidth/Height when they are set
2001 // Make sure we set th
[all...]
H A Djquery.qtip.js342 if(content && once) { api.set('content.text', content); }
347 api.set('content.text', status + ': ' + error);
350 return !once ? (api.set('content.text', loading), deferred) : loading;
391 // Setup builtin .set() option checks
435 this.set('content.'+o, v); // Backwards title.text/button compat
529 PROTOTYPE.set = function(option, value) {
566 * Execute any valid callbacks for the set options
567 * Also set positioning flag so we don't get loads of redundant repositioning calls.
717 // Force left top and set position
838 // Viewport adjustment is disabled, set value
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dspec.c101 static void set(char *, NODE *);
139 /* Grab file name, "$", "set", or "unset". */
147 if (strcmp(p + 1, "set") == 0)
148 set(next, &ginfo);
215 set(next, centry);
540 set(char *t, NODE *ip) function
555 /* Just set flag bit (F_IGN and F_OPT) */
599 mtree_err("cannot set file mode `%s' (%s)",
693 "set(): unsupported key type 0x%x (INTERNAL ERROR)",
717 * pathparent->child. Keep the list sorted if Sflag is set
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk60 # man2html if we set the top/bottom margins to 6 (the default is 7). Newer
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c156 * whether to pay attention to evl argument. If set, the smallest of
189 fd_set set; local
341 FD_ZERO(&set);
345 FD_SET(sp->_ifd, &set);
351 FD_SET(fd, &set);
361 FD_SET(ev->data.fev.fd, &set);
369 for (saved_set = set;; set = saved_set) {
374 FD_ZERO(&set);
375 FD_SET(sp->_ifd, &set);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_cpuset.c47 cpuset_t *set; local
49 set = cpuset_create();
50 ATF_REQUIRE(set != NULL);
52 ATF_CHECK(cpuset_set(-1, set) == -1);
53 ATF_CHECK(cpuset_clr(-1, set) == -1);
54 ATF_CHECK(cpuset_isset(-1, set) == -1);
56 ATF_CHECK(cpuset_set(INT_MAX, set) == -1);
57 ATF_CHECK(cpuset_clr(INT_MAX, set) == -1);
58 ATF_CHECK(cpuset_isset(INT_MAX, set) == -1);
60 cpuset_destroy(set);
71 cpuset_t *set; local
92 cpuset_t *set; local
[all...]
H A Dt_siginfo.c178 sigset_t set; local
186 sigemptyset(&set);
187 sigaddset(&set, SIGCHLD);
188 sigprocmask(SIG_BLOCK, &set, NULL);
202 sigset_t set; local
216 sigemptyset(&set);
217 sigsuspend(&set);
232 sigset_t set; local
248 sigemptyset(&set);
249 sigsuspend(&set);
264 sigset_t set; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c89 sigset_t set, oset, nset; local
101 sigfillset(&set);
102 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1)
108 sigemptyset(&set);
114 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) {
H A Dt_timer_create.c59 sigset_t set; local
74 ATF_REQUIRE(sigemptyset(&set) == 0);
81 ATF_REQUIRE(sigaddset(&set, SIGALRM) == 0);
82 ATF_REQUIRE(sigprocmask(SIG_SETMASK, &set, NULL) == 0);
101 (void)sigprocmask(SIG_UNBLOCK, &set, NULL);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigalarm.c90 sigset_t set; local
95 sigemptyset(&set);
96 sigsuspend(&set);
H A Dt_sigsuspend.c65 sigset_t set; local
75 sigemptyset(&set);
76 sigaddset(&set, SIGUSR1);
78 sigsuspend(&set);
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmsgcat.h78 * will be set to NULL. If a NULL msgcat is given to isc_msgcat_get(),
112 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
115 * Get message 'message' from message set 'set' in 'msgcat'. If it
122 *\li set > 0
H A Dresult.h105 const char **text, isc_msgcat_t *msgcat, int set);
/freebsd-11-stable/contrib/ntp/lib/isc/nls/
H A Dmsgcat.c111 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message, argument
115 * Get message 'message' from message set 'set' in 'msgcat'. If it
120 REQUIRE(set > 0);
127 return (catgets(msgcat->catalog, set, message, default_text));
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dresult.c39 int set; member in struct:resulttable
117 isc_msgcat_t *msgcat, int set)
136 table->set = set;
193 txt = isc_msgcat_get(table->msgcat, table->set,
209 const char **txt, isc_msgcat_t *msgcat, int set)
213 return (register_table(base, nresults, txt, msgcat, set));
116 register_table(unsigned int base, unsigned int nresults, const char **txt, isc_msgcat_t *msgcat, int set) argument
208 isc_result_register(unsigned int base, unsigned int nresults, const char **txt, isc_msgcat_t *msgcat, int set) argument
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dtask_test.c42 set(isc_task_t *task, isc_event_t *event) { function
121 set, &a, sizeof (isc_event_t));
128 set, &b, sizeof (isc_event_t));
194 set, &a, sizeof (isc_event_t));
202 set, &b, sizeof (isc_event_t));
210 set, &c, sizeof (isc_event_t));
218 set, &d, sizeof (isc_event_t));
226 set, &e, sizeof (isc_event_t));
240 /* We're waiting for *all* variables to be set */
251 * we do know the privileged tasks that set
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h157 #define FD_CLR(fd, set) do { \
159 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
160 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
161 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
162 ((fd_set FAR *)(set))->fd_array[__i] = \
163 ((fd_set FAR *)(set))->fd_array[__i+1]; \
166 ((fd_set FAR *)(set))->fd_count--; \
173 #define FD_SET(fd, set) do { \
175 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
176 if (((fd_set FAR *)(set))
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Diosignal.c115 * set non-blocking, async I/O on the descriptor
280 # include "Bletch: Need to set process(group) to receive SIG(IO|POLL)"
337 sigset_t set; local
339 if (sigemptyset(&set))
342 if (sigaddset(&set, SIGIO))
346 if (sigaddset(&set, SIGPOLL))
349 if (sigaddset(&set, SIGALRM))
352 if (sigprocmask(SIG_BLOCK, &set, NULL))
361 sigset_t set; local
369 if (sigemptyset(&set))
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py29 want_inserted = set(text[expect_inserted_pos+1:expect_active_pos])
30 want_active = set(text[expect_active_pos+1:got_inserted_pos-1])
31 got_inserted = set(text[got_inserted_pos+1:got_active_pos])
32 got_active = set(text[got_active_pos+1:])
44 cleaned_inserted = set( pat.sub(replace_time, s) for s in got_inserted
51 if set(got_active) != set(want_active):
H A Dtinytest.c278 tinytest_set_flag_(struct testgroup_t *groups, const char *arg, int set, unsigned long flag) argument
301 if (set)
H A Dtinytest.h83 int tinytest_set_flag_(struct testgroup_t *, const char *, int set, unsigned long);
96 /** Run a set of testcases from an END_OF_GROUPS-terminated array of groups,
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dwin32select.c125 struct win_fd_set *set = read ? op->readset_in : op->writeset_in; local
133 if (set->fd_count == op->num_fds_in_fd_sets) {
136 /* set pointer will have changed and needs reiniting! */
137 set = read ? op->readset_in : op->writeset_in;
139 set->fd_array[set->fd_count] = s;
141 ent->read_pos_plus1 = set->fd_count+1;
143 ent->write_pos_plus1 = set->fd_count+1;
144 return (set->fd_count++);
152 struct win_fd_set *set local
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c93 int set; member in struct:__anon3671
250 IBEXIT("smp set portinfo failed");
252 printf("\nAfter PortInfo set:\n");
277 IBEXIT("smp set MLNX ext portinfo failed");
279 printf("\nAfter MLNXExtendedPortInfo set:\n");
440 port_args[j].set = 1;
528 if ((port_args[MKEY].set || port_args[MKEYLEASE].set ||
529 port_args[MKEYPROT].set) && is_switch && portnum != 0)
530 IBEXIT("Can't set M_Ke
[all...]

Completed in 217 milliseconds

1234567891011>>