| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 106 declaration dec; in def_struct() local 117 get_declaration(&dec, DEF_STRUCT); in def_struct() 119 decls->decl = dec; in def_struct() 133 declaration dec; in def_program() local 174 get_prog_declaration(&dec, DEF_PROGRAM, num_args); in def_program() 175 if (streq(dec.type, "void")) in def_program() 179 decls->decl = dec; in def_program() 184 get_prog_declaration(&dec, DEF_STRUCT, in def_program() 187 decls->decl = dec; in def_program() 189 if (streq(dec.type, "void")) in def_program() [all …]
|
| H A D | rpc_hout.c | 442 pdeclaration(const char *name, declaration *dec, int tab, const char *separator) in pdeclaration() argument 448 if (streq(dec->type, "void")) { in pdeclaration() 452 if (streq(dec->type, name) && !dec->prefix) { in pdeclaration() 455 if (streq(dec->type, "string")) { in pdeclaration() 456 f_print(fout, "char *%s", dec->name); in pdeclaration() 459 if (streq(dec->type, "bool")) { in pdeclaration() 461 } else if (streq(dec->type, "opaque")) { in pdeclaration() 464 if (dec->prefix) { in pdeclaration() 465 s_print(buf, "%s ", dec->prefix); in pdeclaration() 468 type = dec->type; in pdeclaration() [all …]
|
| /freebsd/usr.bin/calendar/tests/ |
| H A D | calendar.calibrate | 343 12/01 dec 1 344 12/02 dec 2 345 12/03 dec 3 346 12/04 dec 4 347 12/05 dec 5 348 12/06 dec 6 349 12/07 dec 7 350 12/08 dec 8 351 12/09 dec 9 352 12/10 dec 10 [all …]
|
| H A D | regress.a1.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.b1.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-4.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-5.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-6.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-7.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30 4 Dec 31 dec 31
|
| H A D | regress.wn-3.out | 1 Dec 28 dec 28 2 Dec 29 dec 29 3 Dec 30 dec 30
|
| H A D | regress.a2.out | 1 Dec 29 dec 29 2 Dec 30 dec 30 3 Dec 31 dec 31
|
| H A D | regress.b2.out | 1 Dec 29 dec 29 2 Dec 30 dec 30 3 Dec 31 dec 31
|
| H A D | regress.s1.out | 1 Dec 29 dec 29 2 Dec 30 dec 30 3 Dec 31 dec 31
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | dolfptoa.c | 20 int dec; in dolfptoa() 41 for (dec = (int)(cp - cbuf); dec > 0 && fpi != 0; dec--) { in dolfptoa() 55 dec = ndec; in dolfptoa() 56 if (dec < 0) in dolfptoa() 57 dec = 0; in dolfptoa() 59 dec += 3; in dolfptoa() 62 if ((size_t)dec > sizeof(cbuf) - (cpend - cbuf)) in dolfptoa() 63 dec in dolfptoa() 22 int dec; dolfptoa() local [all...] |
| H A D | dofptoa.c | 20 register short dec; in dofptoa() 64 dec = (short)(ndec + 3); in dofptoa() 65 if (dec < 3) in dofptoa() 66 dec = 3; in dofptoa() 69 dec = ndec; in dofptoa() 73 if (dec > 6) in dofptoa() 74 dec = 6; in dofptoa() 76 if (dec > 0) { in dofptoa() 81 } while (--dec > 0); in dofptoa() 22 register short dec; dofptoa() local
|
| /freebsd/usr.sbin/ppp/ |
| H A D | fsm.c | 469 struct fsm_decode dec; in FsmRecvConfigReq() local 490 dec.ackend = dec.ack; in FsmRecvConfigReq() 491 dec.nakend = dec.nak; in FsmRecvConfigReq() 492 dec.rejend = dec.rej; in FsmRecvConfigReq() 494 (*fp->fn->DecodeConfig)(fp, cp, cp + flen, MODE_REQ, &dec); in FsmRecvConfigReq() 498 if (dec.nakend == dec.nak && dec.rejend == dec.rej) in FsmRecvConfigReq() 540 if (dec.rejend != dec.rej) in FsmRecvConfigReq() 541 fsm_Output(fp, CODE_CONFIGREJ, lhp->id, dec.rej, dec.rejend - dec.rej, in FsmRecvConfigReq() 543 if (dec.nakend != dec.nak) in FsmRecvConfigReq() 544 fsm_Output(fp, CODE_CONFIGNAK, lhp->id, dec.nak, dec.nakend - dec.nak, in FsmRecvConfigReq() [all …]
|
| H A D | lcp.c | 621 lcp_auth_nak(struct lcp *lcp, struct fsm_decode *dec) in lcp_auth_nak() argument 631 fsm_nak(dec, &nak); in lcp_auth_nak() 641 fsm_nak(dec, &nak); in lcp_auth_nak() 646 fsm_nak(dec, &nak); in lcp_auth_nak() 649 fsm_nak(dec, &nak); in lcp_auth_nak() 660 struct fsm_decode *dec) in LcpDecodeConfig() argument 703 fsm_nak(dec, &nak); in LcpDecodeConfig() 710 fsm_nak(dec, &nak); in LcpDecodeConfig() 713 fsm_ack(dec, opt); in LcpDecodeConfig() 717 fsm_rej(dec, opt); in LcpDecodeConfig() [all …]
|
| H A D | ipcp.c | 978 ipcp_ValidateReq(struct ipcp *ipcp, struct in_addr ip, struct fsm_decode *dec) in ipcp_ValidateReq() argument 1012 *dec->rejend++ = TY_IPADDR; in ipcp_ValidateReq() 1013 *dec->rejend++ = 6; in ipcp_ValidateReq() 1014 memcpy(dec->rejend, &ip.s_addr, 4); in ipcp_ValidateReq() 1015 dec->rejend += 4; in ipcp_ValidateReq() 1017 *dec->nakend++ = TY_IPADDR; in ipcp_ValidateReq() 1018 *dec->nakend++ = 6; in ipcp_ValidateReq() 1019 memcpy(dec->nakend, &ipcp->peer_ip.s_addr, 4); in ipcp_ValidateReq() 1020 dec->nakend += 4; in ipcp_ValidateReq() 1030 *dec->nakend++ = TY_IPADDR; in ipcp_ValidateReq() [all …]
|
| /freebsd/crypto/openssl/crypto/ct/ |
| H A D | ct_b64.c | 67 unsigned char *dec = NULL; in SCT_new_from_base64() local 85 declen = ct_base64_decode(logid_base64, &dec); in SCT_new_from_base64() 90 if (!SCT_set0_log_id(sct, dec, declen)) in SCT_new_from_base64() 92 dec = NULL; in SCT_new_from_base64() 94 declen = ct_base64_decode(extensions_base64, &dec); in SCT_new_from_base64() 99 SCT_set0_extensions(sct, dec, declen); in SCT_new_from_base64() 100 dec = NULL; in SCT_new_from_base64() 102 declen = ct_base64_decode(signature_base64, &dec); in SCT_new_from_base64() 108 p = dec; in SCT_new_from_base64() 111 OPENSSL_free(dec); in SCT_new_from_base64() [all …]
|
| /freebsd/contrib/opencsd/decoder/source/mem_acc/ |
| H A D | trc_mem_acc_cache.cpp | 80 …cMemAccCache:: hit [page: " << std::dec << m_mru_idx << "[addr:0x" << std::hex << address << ", by… in readBytesFromCache() 89 …MemAccCache:: miss [addr:0x" << std::hex << address << ", bytes: " << std::dec << reqBytes << "]\n… in readBytesFromCache() 113 …MemAccCache:: load [page: " << std::dec << m_mru_idx << "[addr:0x" << std::hex << address << ", by… in readBytesFromCache() 133 …:: miss-after-load [page: " << std::dec << m_mru_idx << "[addr:0x" << std::hex << address << ", by… in readBytesFromCache() 161 …oss << "TrcMemAccCache:: cache performance: hits(" << std::dec << m_hits << "), miss(" << m_misses… in logAndClearCounts() 168 oss << "Run length max page " << std::dec << i << ": " << m_hit_rl_max[i] << "\n"; in logAndClearCounts()
|
| /freebsd/usr.bin/calendar/ |
| H A D | sunpos.c | 193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \ argument 195 y, m, d, hh, mm, pdec, dec) 196 #define DEBUG2(y, m, d, hh, mm, pdec, dec, pang, ang) \ argument 198 y, m, d, hh, mm, pdec, dec, pang, ang) 214 double dec, prevdec, L; in fequinoxsolstice() local 314 0.0, 0.0, &L, &dec); in fequinoxsolstice() 315 angle = ANGLE(prevdec, dec); in fequinoxsolstice() 319 prevdec, dec, prevangle, angle); in fequinoxsolstice() 326 prevdec = dec; in fequinoxsolstice() 344 0.0, 0.0, &L, &dec); in fequinoxsolstice() [all …]
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_pr.h | 675 CK_PR_UNARY_S(dec, sub, char, char) 680 CK_PR_UNARY_Z_S(dec, char, char, -, 1) 682 CK_PR_UNARY_Z_STUB(dec, char, char) 703 CK_PR_UNARY_S(dec, sub, int, int) 708 CK_PR_UNARY_Z_S(dec, int, int, -, 1) 710 CK_PR_UNARY_Z_STUB(dec, int, int) 725 CK_PR_UNARY_S(dec, sub, double, double) 746 CK_PR_UNARY_S(dec, sub, uint, unsigned int) 751 CK_PR_UNARY_Z_S(dec, uint, unsigned int, -, 1) 753 CK_PR_UNARY_Z_STUB(dec, uint, unsigned int) [all …]
|
| /freebsd/crypto/libecc/src/nn/ |
| H A D | nn_logical.c | 41 int ipos, opos, dec, ret; in nn_lshift_fixedlen() local 50 dec = cnt / WORD_BITS; in nn_lshift_fixedlen() 57 ipos = opos - dec - 1; in nn_lshift_fixedlen() 62 ipos = opos - dec; in nn_lshift_fixedlen() 97 int ipos, opos, dec, ret; in nn_lshift() local 114 dec = cnt / WORD_BITS; in nn_lshift() 121 ipos = opos - dec - 1; in nn_lshift() 126 ipos = opos - dec; in nn_lshift() 159 int ipos, opos, dec, ret; in nn_rshift_fixedlen() local 168 dec = cnt / WORD_BITS; in nn_rshift_fixedlen() [all …]
|
| /freebsd/contrib/opencsd/decoder/source/ |
| H A D | trc_gen_elem.cpp | 135 oss << "num_i(" << std::dec << num_instr_range << ") "; in toString() 153 oss << "num_i(" << std::dec << num_instr_range << ") "; in toString() 173 oss << "EL" << std::dec << (int)(context.exception_level); in toString() 205 oss << " Numbered:" << std::dec << trace_event.ev_number << "; "; in toString() 224 …oss << "EL" << std::dec << (int)sw_ite.el << "; 0x" << std::setfill('0') << std::setw(16) << std::… in toString() 230 oss << std::dec << " [CC=" << cycle_count << "]; "; in toString()
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_gnutls.c | 398 gcry_cipher_hd_t dec; member 420 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0); in crypto_cipher_init() 430 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 435 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 440 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 448 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 461 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) { in crypto_cipher_init() 463 gcry_cipher_close(ctx->dec); in crypto_cipher_init() 470 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) { in crypto_cipher_init() 472 gcry_cipher_close(ctx->dec); in crypto_cipher_init() [all …]
|