| /src/sys/arch/x68k/stand/aout2hux/ |
| type_local.h | 27 u_int16_t hostval; member in union:be_uint16 32 u_int32_t hostval; member in union:be_uint32
|
| aout2hux.c | 151 if (hdr->a_trsize.hostval || hdr->a_drsize.hostval) { 502 if (b1.half[0].hostval != b2.half[0].hostval) \ 516 if (b1.hostval != b2.hostval && \ 527 } else if (b1.half[0].hostval == b2.half[0].hostval) {\
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_crypto.h | 189 extern struct value hostval; /* host name/value */
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_crypto.c | 167 struct value hostval; /* host value */ variable in typeref:struct:value 381 vp->fstamp = hostval.tstamp; 1140 len = crypto_send(fp, &hostval, start); 1602 vp->fstamp = hostval.tstamp; 1736 ep->fstamp = hostval.tstamp; 1825 * hostval host name (not signed) 1846 hostval.tstamp = htonl(crypto_time()); 1847 if (hostval.tstamp == 0) 1858 pubkey.tstamp = hostval.tstamp; 1878 cp->cert.tstamp = hostval.tstamp [all...] |
| ntp_control.c | 2546 if (hostval.ptr != NULL) 2547 ctl_putstr(sys_var[CS_HOST].text, hostval.ptr, 2548 strlen(hostval.ptr)); 2568 if (hostval.tstamp != 0) 2570 ntohl(hostval.tstamp));
|
| ntp_proto.c | 4348 peer->associd, hostval.ptr); 4391 peer->associd, hostval.ptr); 4415 peer->associd, hostval.ptr); 4446 peer->associd, hostval.ptr);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtins.cc | 787 unsigned HOST_WIDE_INT val, hostval; local 799 hostval = val; 801 hostval &= (HOST_WIDE_INT_1U << HOST_BITS_PER_CHAR) - 1; 803 if (val != hostval) 806 *p = hostval;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| builtins.cc | 773 unsigned HOST_WIDE_INT val, hostval; local 785 hostval = val; 787 hostval &= (HOST_WIDE_INT_1U << HOST_BITS_PER_CHAR) - 1; 789 if (val != hostval) 792 *p = hostval;
|