| /netbsd/src/external/bsd/ntp/dist/tests/ntpd/ |
| D | t-ntp_scanner.c | 13 const char * temp = keyword(999); in test_keywordIncorrectToken() local 21 const char * temp = keyword(T_Server); in test_keywordServerToken() local 54 int temp = lex_pop_file(); in test_PopEmptyStack() local 62 int temp = is_integer("123"); in test_IsInteger() local 81 int temp; in test_IsUint() local 95 int temp; in test_IsDouble() local 109 int temp ; in test_SpecialSymbols() local 120 int temp; in test_EOC() local
|
| D | t-ntp_signd.c | 88 int temp = ux_socket_connect("/socket"); in test_connect_correct_socket() local 112 int temp = write_all(fd, str,strlen(str)); in test_write_all() local 128 int temp = send_packet(fd, str2, strlen(str2)); in test_send_packet() local
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | m10300-dis.c | 151 unsigned long temp = 0; in disassemble() local 186 unsigned long temp = 0; in disassemble() local 228 unsigned long temp = 0; in disassemble() local 257 unsigned long temp = 0; in disassemble() local 281 unsigned long temp = 0; in disassemble() local 329 unsigned long temp; in disassemble() local 341 unsigned long temp; in disassemble() local
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | m10300-dis.c | 151 unsigned long temp = 0; in disassemble() local 186 unsigned long temp = 0; in disassemble() local 228 unsigned long temp = 0; in disassemble() local 257 unsigned long temp = 0; in disassemble() local 281 unsigned long temp = 0; in disassemble() local 329 unsigned long temp; in disassemble() local 341 unsigned long temp; in disassemble() local
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_pqdeg.c | 97 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local 136 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local 153 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local 192 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local
|
| D | rf_evenodd_dags.c | 80 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local 128 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local 141 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local 155 RF_PhysDiskAddr_t *temp; in RF_CREATE_DAG_FUNC_DECL() local
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | refidsmear.c | 22 l_fp temp; in convertRefIDToLFP() local 40 uint32_t temp; in convertLFPToRefID() local
|
| /netbsd/src/external/gpl3/gdb/dist/sim/arm/ |
| D | armvirt.c | 286 ARMword temp, offset; in ARMul_LoadHalfWord() local 302 ARMword temp, offset; in ARMul_ReadByte() local 374 ARMword temp, offset; in ARMul_StoreHalfWord() local 404 ARMword temp, offset; in ARMul_WriteByte() local 443 ARMword temp; in ARMul_SwapWord() local 462 ARMword temp; in ARMul_SwapByte() local 498 ARMword temp, offset; in ARMul_SafeReadByte() local 509 ARMword temp, offset; in ARMul_SafeWriteByte() local
|
| /netbsd/src/external/bsd/flex/dist/examples/manual/ |
| D | string2.lex | 52 int temp =0,loop = 0; variable 63 int temp =0,loop = 0; variable
|
| /netbsd/src/lib/libc/db/btree/ |
| D | bt_overflow.c | 88 size_t temp; in __ovfl_get() local 146 size_t temp; in __ovfl_put() local 202 size_t temp; in __ovfl_delete() local
|
| /netbsd/src/external/bsd/ntp/dist/tests/libntp/ |
| D | lfpfunc.c | 123 l_fp temp; in l_fp_init() local 133 l_fp temp = first; in l_fp_add() local 142 l_fp temp = first; in l_fp_subtract() local 151 l_fp temp = first; in l_fp_negate() local 160 l_fp temp = first; in l_fp_abs() local 185 l_fp temp; in l_fp_init_from_double() local 193 l_fp temp = *second; in l_fp_swap() local 445 l_fp temp = l_fp_subtract(op1, op3); in test_FDF_RoundTrip() local
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | mkmodules.c | 780 char *temp; in mkmodules() local 932 char *temp; in make_tempfile() local 956 checkout_file (char *file, char *temp) in checkout_file() 1000 write_dbmfile( char *temp ) in write_dbmfile() 1107 rename_dbmfile( char *temp ) in rename_dbmfile() 1196 rename_rcsfile (char *temp, char *real) in rename_rcsfile()
|
| D | wrapper.c | 251 wrap_add_file (const char *file, int temp) in wrap_add_file() 336 char *temp; in wrap_add() local 451 wrap_add_entry (WrapperEntry *e, int temp) in wrap_add_entry() 476 char *temp; in wrap_name_has() local
|
| /netbsd/src/lib/libc/db/hash/ |
| D | hash_page.c | 100 size_t temp; in putpair() local 138 size_t temp; in __delpair() local 195 size_t temp; in __split_page() local 296 size_t temp; in ugly_split() local 484 size_t temp; in __add_ovflpage() local 541 size_t temp; in __get_page() local 872 size_t temp; in squeeze_key() local
|
| /netbsd/src/sys/dev/i2c/ |
| D | lm75.c | 494 int temp; in lmtemp_decode_lm75() local 516 int temp; in lmtemp_decode_ds75() local 537 int temp; in lmtemp_decode_lm77() local 559 int temp; in lmtemp_encode_lm75() local 572 int temp; in lmtemp_encode_ds75() local 585 int temp; in lmtemp_encode_lm77() local 619 int temp, error; in sysctl_lm75_temp() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-cmd-catch.c | 36 int temp = 0; in mi_cmd_catch_assert() local 94 int temp = 0; in mi_cmd_catch_exception() local 168 int temp = 0; in mi_cmd_catch_handlers() local 229 int temp = 0; in mi_catch_load_unload() local 300 bool temp = false; in mi_cmd_catch_exception_event() local
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_map11.c | 149 VSTRING *temp = vstring_alloc(100); in cleanup_map11_tree() local 171 VSTRING *temp = vstring_alloc(100); in cleanup_map11_internal() local
|
| D | cleanup_masquerade.c | 159 VSTRING *temp = vstring_alloc(100); in cleanup_masquerade_tree() local 176 VSTRING *temp = vstring_alloc(100); in cleanup_masquerade_internal() local
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
| D | rijndael-alg-fst.c | 154 #define temp xtemp.x8 in rijndaelEncrypt() macro 242 word8 temp[4][4]; in rijndaelEncryptRound() local 319 #define temp xtemp.x8 in rijndaelDecrypt() macro 411 word8 temp[4], shift; in rijndaelDecryptRound() local
|
| /netbsd/src/lib/libcrypt/ |
| D | blowfish.c | 391 u_int32_t temp; in Blowfish_stream2word() local 412 u_int32_t temp; in Blowfish_expand0state() local 451 u_int32_t temp; in Blowfish_expandstate() local
|
| /netbsd/src/sys/dev/onewire/ |
| D | owtemp.c | 212 owtemp_update(struct owtemp_softc *sc, uint32_t *temp) in owtemp_update() 278 int temp; in owtemp_decode_ds18b20() local 296 int temp; in owtemp_decode_ds1920() local
|
| /netbsd/src/lib/libm/src/ |
| D | e_jnf.c | 37 float a, b, temp, di; in __ieee754_jnf() local 176 float a, b, temp; in __ieee754_ynf() local
|
| /netbsd/src/lib/libc/arch/m68k/hardfloat/ |
| D | ldexp_881.c | 49 double temp; local
|
| /netbsd/src/lib/libc/arch/m68k/gen/ |
| D | ldexp_881.c | 49 double temp; local
|
| /netbsd/src/lib/libm/noieee_src/ |
| D | n_jn.c | 116 double a, b, temp; in jn() local 268 double a, b, temp; in yn() local
|