| /src/crypto/external/apache2/openssl/dist/os-dep/ |
| haiku.h | 10 #include <sys/select.h>
|
| /src/crypto/external/bsd/openssl/dist/os-dep/ |
| haiku.h | 10 #include <sys/select.h>
|
| /src/crypto/external/bsd/openssl.old/dist/os-dep/ |
| haiku.h | 1 #include <sys/select.h>
|
| /src/external/gpl2/xcvs/dist/lib/ |
| xselect.h | 11 /* This file simply performs the include magic necessary for using select */ 13 /* select also requires <sys/types.h>, "xtime.h", and <unistd.h> */ 20 # include <sys/select.h>
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tsp_pcr.c | 60 pcrs_calc_composite(TPM_PCR_SELECTION *select, TPM_PCRVALUE *arrayOfPcrs, TPM_DIGEST *digestOut) 69 if (select->sizeOfSelect > 0) { 71 Trspi_LoadBlob_PCR_SELECTION(&sizeOffset, hashBlob, select); 74 for (size = 0; size < select->sizeOfSelect; size++) { 76 if (select->pcrSelect[size] & mask) { 99 TPM_PCR_SELECTION *select) 108 /* Is the current select object going to be interpretable by the TPM? 109 * If the select object is of a size greater than the one the TPM 113 if (bytes_to_hold > select->sizeOfSelect) { 114 if ((select->pcrSelect = realloc(select->pcrSelect, bytes_to_hold)) == NULL) [all...] |
| obj_pcrs.c | 191 TPM_PCR_SELECTION *select = &(pcrComp->select); local 194 for (i = 0; i < select->sizeOfSelect * 8; i++) { 195 if (select->pcrSelect[i / 8] & (1 << (i % 8))) { 213 TPM_PCR_SELECTION *select; local 225 select = &pcrs->info.info11.pcrSelection; 230 select = &pcrs->info.infoshort.pcrSelection; 235 select = &pcrs->info.infolong.releasePCRSelection; 246 if (select->pcrSelect == NULL) { 247 if ((select->pcrSelect = malloc(bytes_to_hold)) == NULL) 304 TPM_PCR_SELECTION *select; local 403 TPM_PCR_SELECTION *select; local 480 TPM_PCR_SELECTION *select; local 734 BYTE select[] = { 0, 0, 0 }; local [all...] |
| /src/sys/arch/vax/boot/boot/ |
| data.h | 44 long select; /* 4 Selection entry */ member in struct:bqo
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/ |
| gmonster1-select-file.exp | 24 GenPerfTest::standard_run_driver gmonster1.exp make_testcase_config gmonster-select-file.py GmonsterSelectFile
|
| gmonster2-select-file.exp | 25 GenPerfTest::standard_run_driver gmonster2.exp make_testcase_config gmonster-select-file.py GmonsterSelectFile
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/ |
| gmonster1-select-file.exp | 24 GenPerfTest::standard_run_driver gmonster1.exp make_testcase_config gmonster-select-file.py GmonsterSelectFile
|
| gmonster2-select-file.exp | 25 GenPerfTest::standard_run_driver gmonster2.exp make_testcase_config gmonster-select-file.py GmonsterSelectFile
|
| /src/external/public-domain/sqlite/dist/tea/ |
| teaish.test.tcl | 6 [string match 3.* [db eval {select sqlite_version()}]] 9 test-expect 1.2-select { 10 db eval {select 'hi, world',1,2,3}
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| inclhack.def | 33 select = "define fopen fopen64"; 75 select = "define open[ \t]open64"; 206 select = 371 select = "/\\*\t@\\(#\\)" 506 select = "#define[ \t]static_assert[ \t]_Static_assert"; 520 select = "#define[ \t]_Complex_I[ \t]__I"; 556 select = "#ifndef _KERNEL\n" 573 select = "#endif /\\* COMPAT_43 \\*/\n" 590 select = "#if !defined\\(__cplusplus\\) \\|\\| defined\\(__STDC_FORMAT_MACROS\\)"; 603 select = "#ifdef __cplusplus\n [all...] |
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| inclhack.def | 33 select = "define fopen fopen64"; 75 select = "define open[ \t]open64"; 206 select = 371 select = "/\\*\t@\\(#\\)" 506 select = "#define[ \t]static_assert[ \t]_Static_assert"; 520 select = "#define[ \t]_Complex_I[ \t]__I"; 556 select = "#ifndef _KERNEL\n" 573 select = "#endif /\\* COMPAT_43 \\*/\n" 590 select = "#if !defined\\(__cplusplus\\) \\|\\| defined\\(__STDC_FORMAT_MACROS\\)"; 603 select = "#ifdef __cplusplus\n [all...] |
| /src/external/bsd/nsd/dist/compat/ |
| pselect.c | 2 * Like select(2) but set the signals to block while waiting in 3 * select. This version is not entirely race condition safe. Only 12 #include <sys/select.h> 35 result = select(n, readfds, writefds, exceptfds, &saved_timeout); 37 result = select(n, readfds, writefds, exceptfds, NULL);
|
| /src/share/doc/psd/20.ipctut/ |
| strchkread.c | 41 * This program uses select() to check that someone is trying to connect 83 if (select(sock + 1, &ready, 0, 0, &to) < 0) { 84 perror("select");
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| doze.c | 36 #include <sys/select.h> 54 while (select(0, (fd_set *) 0, (fd_set *) 0, (fd_set *) 0, &tv) < 0) 56 msg_fatal("doze: select: %m");
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| posixselect.h | 1 /* posixselect.h -- wrapper for select(2) includes and definitions */ 34 # include <sys/select.h>
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| posixselect.h | 1 /* posixselect.h -- wrapper for select(2) includes and definitions */ 34 # include <sys/select.h>
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_select.h | 1 /* Slightly more portable version of <sys/select.h>. 24 #include <sys/select.h> 38 from a different thread while select is blocked. The quit flag is
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_select.h | 1 /* Slightly more portable version of <sys/select.h>. 24 #include <sys/select.h> 38 from a different thread while select is blocked. The quit flag is
|
| /src/lib/libc/compat/sys/ |
| compat_select.c | 43 #include <sys/select.h> 44 #include <compat/sys/select.h> 50 __warn_references(select, 51 "warning: reference to compatibility select(); include <sys/select.h> to generate correct reference") 53 "warning: reference to compatibility pselect(); include <sys/select.h> to generate correct reference") 56 __weak_alias(select, _select) 78 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, function
|
| /src/lib/libc/rpc/ |
| svc_fdset.h | 17 # undef select macro 18 # define select(a, b, c, d, e) rump_sys_select(a, b, c, d, e) macro
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_select.h | 14 # include <sys/select.h> 17 extern int select(int width, fd_set *pReadFds, fd_set *pWriteFds,
|
| /src/sys/arch/hpcmips/tx/ |
| tx39iovar.h | 38 txreg_t select; /* MFIO */ member in union:tx39io_port_status::__anon1400
|