| /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/crypto/openssl/test/ |
| H A D | danetest.in | 56 notBefore=Dec 14 00:10:34 2015 GMT 57 notAfter=Dec 13 00:10:34 2015 GMT 71 notBefore=Dec 14 00:10:34 2015 GMT 72 notAfter=Dec 13 00:10:34 2015 GMT 86 notBefore=Dec 14 00:10:34 2015 GMT 87 notAfter=Dec 13 00:10:34 2015 GMT 101 notBefore=Dec 14 00:10:34 2015 GMT 102 notAfter=Dec 13 00:10:34 2015 GMT 116 notBefore=Dec 14 00:10:34 2015 GMT 117 notAfter=Dec 13 00:10:34 2015 GMT [all …]
|
| /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 …]
|
| /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/contrib/tzdata/ |
| H A D | leapseconds | 41 Leap 1972 Dec 31 23:59:60 + S 42 Leap 1973 Dec 31 23:59:60 + S 43 Leap 1974 Dec 31 23:59:60 + S 44 Leap 1975 Dec 31 23:59:60 + S 45 Leap 1976 Dec 31 23:59:60 + S 46 Leap 1977 Dec 31 23:59:60 + S 47 Leap 1978 Dec 31 23:59:60 + S 48 Leap 1979 Dec 31 23:59:60 + S 53 Leap 1987 Dec 31 23:59:60 + S 54 Leap 1989 Dec 3 [all...] |
| /freebsd/usr.sbin/vidcontrol/ |
| H A D | decode.c | 42 #define DEC(c) (((c) - ' ') & 0x3f) in decode() macro 53 if ((n = DEC(*p)) <= 0) in decode() 58 tbuffer[tpos++] = DEC(p[0])<<2 | DEC(p[1])>>4; in decode() 59 tbuffer[tpos++] = DEC(p[1])<<4 | DEC(p[2])>>2; in decode() 60 tbuffer[tpos++] = DEC(p[2])<<6 | DEC(p[3]); in decode() 65 DEC(p[0])<<2 | DEC(p[1])>>4; in decode() 69 DEC(p[1])<<4 | DEC(p[2])>>2; in decode() 73 DEC(p[2])<<6 | DEC(p[3]); in decode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 80 MachineInstr *Dec); 81 void expandCTRLoops(MachineLoop *ML, MachineInstr *Start, MachineInstr *Dec); 173 MachineInstr *Dec = nullptr; in processLoop() local 218 Dec = &MI; in processLoop() 223 if (Dec && InvalidCTRLoop) in processLoop() 227 assert(Dec && "CTR loop is not complete!"); in processLoop() 230 expandNormalLoops(ML, Start, Dec); in processLoop() 234 expandCTRLoops(ML, Start, Dec); in processLoop() 241 MachineInstr *Dec) { in expandNormalLoops() argument 246 MachineBasicBlock *Exiting = Dec->getParent(); in expandNormalLoops() [all …]
|
| /freebsd/usr.bin/calendar/ |
| H A D | sunpos.c | 100 int inSEC, double eastlongitude, double latitude, double *L, double *DEC) in sunpos() argument 134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos() 135 fixup(DEC); in sunpos() 142 inMM, inDD, inHOUR, inMIN, inSEC, latitude, *DEC, HA); in sunpos() 151 *ALT = ASIN(SIN(latitude) * SIN(*DEC) + in sunpos() 152 COS(latitude) * COS(*DEC) * COS(HA)); /* 13 */ in sunpos() 155 (COS(HA) * SIN(latitude) - TAN(*DEC) * COS(latitude))); /* 14 */ in sunpos() 175 comp("DEC", DEC, fixup(&expDEC)); in sunpos() 193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \ argument 195 y, m, d, hh, mm, pdec, dec) [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/libarchive/ |
| H A D | NEWS | 29 Dec 07, 2022: libarchive 3.6.2 released 39 Dec 26, 2020: libarchive 3.5.1 released 41 Dec 01, 2020: libarchive 3.5.0 released 59 Dec 30, 2019: libarchive 3.4.1 released 61 Dec 11, 2019: New pax write option "xattrhdr" 105 Dec 27, 2016: NFSv4 ACL read and write support for pax 145 Dec 1, 2013: Rewrite Zip write logic 160 Dec 07, 2012: Implement functions to manually set the format and filters used. 187 Dec 24, 2011: libarchive 3.0.2 released 188 Dec 23, 2011: Various fixes merged from FreeBSD [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ExprMutationAnalyzer.h | 46 const Stmt *findMutation(const Decl *Dec); 49 const Stmt *findPointeeMutation(const Decl *Dec); 59 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder); 87 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() argument 89 const Stmt *findMutation(const Decl *Dec) { return A.findMutation(Dec); } in findMutation() argument 94 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated() argument 95 return findPointeeMutation(Dec) != nullptr; in isPointeeMutated() 100 const Stmt *findPointeeMutation(const Decl *Dec) { in findPointeeMutation() argument 101 return A.findPointeeMutation(Dec); in findPointeeMutation()
|