Home
last modified time | relevance | path

Searched refs:word (Results 1 – 3 of 3) sorted by relevance

/libev/
H A Dev_select.c108 int word = fd / NFDBITS; in select_modify()
111 if (expect_false (vec_max <= word)) in select_modify()
113 int new_max = word + 1; in select_modify()
128 ((fd_mask *)vec_ri) [word] |= mask; in select_modify()
130 ((fd_mask *)vec_ri) [word] &= ~mask; in select_modify()
132 ((fd_mask *)vec_wi) [word] |= mask; in select_modify()
134 ((fd_mask *)vec_wi) [word] &= ~mask; in select_modify()
247 int word, bit; in select_poll() local
248 for (word = vec_max; word--; ) in select_poll()
250 fd_mask word_r = ((fd_mask *)vec_ro) [word]; in select_poll()
[all …]
H A Daclocal.m41538 # (2) before a word containing "conftest.", or (3) at the end.
2013 # (2) before a word containing "conftest.", or (3) at the end.
2971 dnl POSIX.2 word splitting is done only on the output of word expansions,
2972 dnl not every word. This closes a longstanding sh security hole.
H A Dev.pod2566 the status word (use the macros from C<sys/wait.h> and see your systems