| /src/external/mpl/bind/dist/lib/isc/ |
| condition.c | 28 int presult; local 56 presult = pthread_cond_timedwait(c, m, &ts); 57 if (presult == 0) { 60 if (presult == ETIMEDOUT) { 63 } while (presult == EINTR); 65 UNEXPECTED_SYSERROR(presult, "pthread_cond_timedwait()");
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/ |
| condition.c | 37 int presult; local 59 presult = pthread_cond_timedwait(c, &m->mutex, &ts); 61 presult = pthread_cond_timedwait(c, m, &ts); 63 if (presult == 0) 65 if (presult == ETIMEDOUT) 67 } while (presult == EINTR); 69 isc__strerror(presult, strbuf, sizeof(strbuf));
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/ |
| condition.c | 28 int presult; local 58 presult = pthread_cond_timedwait(c, &m->mutex, &ts); 60 presult = pthread_cond_timedwait(c, m, &ts); 62 if (presult == 0) { 65 if (presult == ETIMEDOUT) { 68 } while (presult == EINTR); 70 strerror_r(presult, strbuf, sizeof(strbuf));
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| drbgtest.c | 410 drbg_fork_result *presult = &result[2]; local 416 presult[0].pindex = presult[1].pindex = i; 418 BIO_snprintf(presult[0].name, sizeof(presult[0].name), "child %d", i); 419 strcpy(presult[1].name, presult[0].name); 425 presult))) 428 presult += 2;
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| drbgtest.c | 418 drbg_fork_result *presult = &result[2]; local 424 presult[0].pindex = presult[1].pindex = i; 426 BIO_snprintf(presult[0].name, sizeof(presult[0].name), "child %d", i); 427 strcpy(presult[1].name, presult[0].name); 433 presult))) 436 presult += 2;
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| app.c | 147 int presult; local 178 presult = pthread_sigmask(SIG_BLOCK, &sset, NULL); 179 if (presult != 0) { 180 strerror_r(presult, strbuf, sizeof(strbuf));
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcdrv.c | 158 mask_shift_set (eventsel_t *presult, eventsel_t invalue, 163 *presult &= ~(mask << shift); /* clear all the mask bits */ 164 *presult |= (invalue << shift); /* set bits according to invalue */
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcdrv.c | 158 mask_shift_set (eventsel_t *presult, eventsel_t invalue, 163 *presult &= ~(mask << shift); /* clear all the mask bits */ 164 *presult |= (invalue << shift); /* set bits according to invalue */
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-dw2.c | 588 _Unwind_Ptr presult; 589 op_ptr = read_encoded_value (context, *op_ptr, op_ptr+1, &presult); 590 result = presult; 584 _Unwind_Ptr presult; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/ |
| unwind-cr16.c | 558 _Unwind_Ptr presult; 559 op_ptr = read_encoded_value (context, *op_ptr, op_ptr+1, &presult); 560 result = presult; 554 _Unwind_Ptr presult; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-dw2.c | 590 _Unwind_Ptr presult; 591 op_ptr = read_encoded_value (context, *op_ptr, op_ptr+1, &presult); 592 result = presult; 586 _Unwind_Ptr presult; local
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| tlsstream.c | 453 tls_try_handshake(isc_nmsocket_t *sock, isc_result_t *presult) { 498 if (presult != NULL) { 499 *presult = result;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| expression.d | 3863 extern (D) MATCH matchType(Type to, Scope* sc, FuncExp* presult, int flag = 0) 3874 if (presult) 3875 *presult = null; 3950 return ef.matchType(to, sc, presult, flag); 4014 if (presult) 4016 (*presult) = cast(FuncExp)copy(); 4017 (*presult).type = to; 4021 (*presult).fd.modifyReturns(sc, tof.next);
|
| /src/external/mit/expat/dist/tests/ |
| basic_tests.c | 2995 get_feature(enum XML_FeatureEnum feature_id, long *presult) { 3002 *presult = feature->value;
|