Searched refs:select (Results 201 - 210 of 210) sorted by relevance

123456789

/haiku-fatelf/src/bin/network/ping6/
H A Dping6.c1051 cc = select(s + 1, fdmaskp, NULL, NULL, tv);
1058 warn("select");
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A DbtClient.c205 select(sock + 1, &sockSet, NULL, NULL, &timeout);
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnettest_unix.c1723 /* side. that could be a select with a one second timeout, but then */
2525 select(0,
H A Dnettest_bsd.c4514 select(s_data+1,&readfds,NULL,NULL,&timeout);
5978 /* side. that could be a select with a one second timeout, but then */
12317 /* we need to select either the discard port, echo port or
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c963 if ((comp->select == NULL) || (comp->comp == NULL))
1020 "xsltComputeSortResult: select didn't evaluate to a number\n");
1030 "xsltComputeSortResult: select didn't evaluate to a string\n");
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1756 OVERLAY_CALL(select, cookie, event, sync)
/haiku-fatelf/src/bin/bash/
H A Djobs.c1923 using select to wait for an appropriate length of time. This is
1953 select (fd, (fd_set *)0, (fd_set *)0, (fd_set *)0, &tv);
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp370 NULL, // select()
386 NULL, // select()
402 NULL, // select()
418 NULL, // select()
435 NULL, // select()
452 NULL, // select()
5605 // If the FS has no select() hook, notify select() now.
5606 if (!HAS_FS_CALL(vnode, select))
5609 return FS_CALL(vnode, select, descripto
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c54 #include <sys/select.h>
2149 "Use up/down to select a color, left/right to change fields.");
2224 P("You are in the RGB value editor. Use the arrow keys to select one of");
3238 int si = lri - uli + 1; /* depth of the select area */
3239 int sj = lrj - ulj + 1; /* width of the select area */
3240 int i = 0, j = 0; /* offsets into the select area */
4565 mvaddstr(2, 0, " Use up and down arrow to move the select bar.");
4722 mvaddstr(3, 0, " Use up and down arrow to move the select bar.");
5656 puts("You may select a test from the main menu by typing the");
5823 * select termina
[all...]
/haiku-fatelf/src/kits/interface/
H A DColumnListView.cpp284 void SetFocusRow(BRow* row, bool select);
3897 // so we will select the first visible item in the list.

Completed in 140 milliseconds

123456789