Searched refs:ev (Results 1 - 25 of 88) sorted by relevance

1234

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_create/
H A D16-1.c22 struct sigevent ev; local
25 ev.sigev_notify = SIGEV_SIGNAL;
26 ev.sigev_signo = SIGALRM;
28 if (timer_create(INVALIDCLOCKID, &ev, &tid) == -1) {
H A D3-1.c34 struct sigevent ev; local
47 ev.sigev_notify = SIGEV_SIGNAL;
48 ev.sigev_signo = SIGTOTEST;
49 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D9-1.c39 struct sigevent ev; local
44 ev.sigev_notify = SIGEV_SIGNAL;
45 ev.sigev_signo = SIGTOTEST;
64 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D1-1.c44 struct sigevent ev; local
50 ev.sigev_notify = SIGEV_SIGNAL;
51 ev.sigev_signo = SIGTOTEST;
73 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D7-1.c40 struct sigevent ev; local
46 ev.sigev_notify = SIGEV_SIGNAL;
47 ev.sigev_signo = SIGTOTEST;
69 if (timer_create(CLOCK_MONOTONIC, &ev, &tid) != 0) {
/haiku-fatelf/src/libs/edit/
H A Dhistory.c70 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
71 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev)
72 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev)
73 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
74 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev)
112 HistEvent ev; /* What we return */ member in struct:hentry_t
198 history_def_first(ptr_t p, HistEvent *ev) argument
218 history_def_last(ptr_t p, HistEvent *ev) argument
238 history_def_next(ptr_t p, HistEvent *ev) argument
263 history_def_prev(ptr_t p, HistEvent *ev) argument
289 history_def_curr(ptr_t p, HistEvent *ev) argument
310 history_def_set(ptr_t p, HistEvent *ev, const int n) argument
336 history_def_add(ptr_t p, HistEvent *ev, const char *str) argument
403 history_def_insert(history_t *h, HistEvent *ev, const char *str) argument
432 history_def_enter(ptr_t p, HistEvent *ev, const char *str) argument
484 history_def_clear(ptr_t p, HistEvent *ev) argument
505 HistEvent ev; local
536 HistEvent ev; local
549 history_setsize(History *h, HistEvent *ev, int num) argument
569 history_getsize(History *h, HistEvent *ev) argument
588 history_setunique(History *h, HistEvent *ev, int uni) argument
604 history_getunique(History *h, HistEvent *ev) argument
621 HistEvent ev; local
672 HistEvent ev; local
726 HistEvent ev; local
770 history_prev_event(History *h, HistEvent *ev, int num) argument
787 history_next_event(History *h, HistEvent *ev, int num) argument
804 history_prev_string(History *h, HistEvent *ev, const char *str) argument
822 history_next_string(History *h, HistEvent *ev, const char *str) argument
840 history(History *h, HistEvent *ev, int fun, ...) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_create/speculative/
H A D15-1.c32 struct sigevent ev; local
36 ev.sigev_notify = SIGEV_SIGNAL;
37 ev.sigev_signo = SIGALRM;
40 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) {
H A D2-1.c35 struct sigevent ev; local
40 ev.sigev_notify = SIGEV_SIGNAL;
41 ev.sigev_signo = SIGALRM;
57 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_gettime/
H A D2-1.c26 struct sigevent ev; local
30 ev.sigev_notify = SIGEV_SIGNAL;
31 ev.sigev_signo = SIGCONT;
33 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D2-2.c28 struct sigevent ev; local
32 ev.sigev_notify = SIGEV_SIGNAL;
33 ev.sigev_signo = SIGCONT;
40 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_twait.c105 _nc_event **ev, **last; local
110 ev = evl->events;
111 last = ev + evl->count;
113 while (ev < last) {
114 if ((*ev)->type == _NC_EVENT_TIMEOUT_MSEC) {
115 event_delay = (*ev)->data.timeout_msec;
215 _nc_event **ev = evl->events; local
216 _nc_event **last = ev + evl->count;
218 while (ev < last) {
219 if ((*ev)
233 _nc_event **ev = evl->events; local
321 _nc_event **ev = evl->events; local
345 _nc_event **ev = evl->events; local
373 _nc_event **ev = evl->events; local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsockets.c39 WSANETWORKEVENTS ev; local
43 ev.lNetworkEvents = 0xDEADBEEF;
44 WSAEnumNetworkEvents (sock, NULL, &ev);
45 if (ev.lNetworkEvents != 0xDEADBEEF)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_open/
H A D20-1.c40 struct sigevent ev; local
54 ev.sigev_notify = SIGEV_SIGNAL;
55 ev.sigev_signo = SIGUSR1;
60 if (mq_notify(queue, &ev) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_delete/
H A D1-2.c31 struct sigevent ev; local
35 ev.sigev_notify = SIGEV_SIGNAL;
36 ev.sigev_signo = SIGTOTEST;
38 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D1-1.c42 struct sigevent ev; local
47 ev.sigev_notify = SIGEV_SIGNAL;
48 ev.sigev_signo = SIGTOTEST;
67 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_settime/
H A D8-3.c33 struct sigevent ev; local
37 ev.sigev_notify = SIGEV_SIGNAL;
38 ev.sigev_signo = SIGCONT;
44 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D8-4.c30 struct sigevent ev; local
34 ev.sigev_notify = SIGEV_SIGNAL;
35 ev.sigev_signo = SIGCONT;
41 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_encoding.c34 pdc_encodingvector *ev; local
97 p->encodings[enc].ev = pdc_new_encoding(p->pdc, encoding);
98 p->encodings[enc].ev->flags |= PDC_ENC_USER;
99 p->encodings[enc].ev->flags |= PDC_ENC_SETNAMES;
100 p->encodings[enc].ev->flags |= PDC_ENC_ALLOCCHARS;
103 else if (!(p->encodings[enc].ev->flags & PDC_ENC_USER))
107 else if (p->encodings[enc].ev->flags & PDC_ENC_USED)
113 ev = p->encodings[enc].ev;
114 if (ev
304 pdc_encodingvector *ev = NULL; local
422 pdc_encodingvector *ev = NULL; local
534 pdc_encodingvector *ev = NULL; local
623 pdc_encodingvector *ev = p->encodings[enc].ev; local
641 pdc_encodingvector *ev = p->encodings[enc].ev; local
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_encoding.h75 void pdc_init_encoding(pdc_core *pdc, pdc_encodingvector *ev,
78 void pdc_cleanup_encoding(pdc_core *pdc, pdc_encodingvector *ev);
79 int pdc_get_encoding_bytecode(pdc_core *pdc, pdc_encodingvector *ev,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/timers/timers/
H A Dtwoptimers.c37 struct sigevent ev; local
54 ev.sigev_notify = SIGEV_SIGNAL;
55 ev.sigev_signo = SIGABRT;
56 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
82 struct sigevent ev; local
100 ev.sigev_notify = SIGEV_SIGNAL;
101 ev.sigev_signo = SIGALRM;
102 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_settime/
H A D4-2.c47 struct sigevent ev; local
58 ev.sigev_notify = SIGEV_SIGNAL;
59 ev.sigev_signo = SIGTOTEST;
79 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_getoverrun/
H A D1-1.c41 struct sigevent ev; local
48 ev.sigev_notify = SIGEV_SIGNAL;
49 ev.sigev_signo = SIGTOTEST;
70 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D2-1.c34 struct sigevent ev; local
54 ev.sigev_notify = SIGEV_SIGNAL;
55 ev.sigev_signo = SIGCONT;
60 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D2-2.c36 struct sigevent ev; local
57 ev.sigev_notify = SIGEV_SIGNAL;
58 ev.sigev_signo = SIGCONT;
63 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {
H A D2-3.c51 struct sigevent ev; local
74 ev.sigev_notify = SIGEV_SIGNAL;
75 ev.sigev_signo = SIGCONT;
80 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) {

Completed in 186 milliseconds

1234