| /netbsd-src/usr.sbin/bootp/bootpef/ |
| H A D | bootpef.c | 128 char *stmp; in main() local 144 stmp = NULL; in main() 156 stmp = &(argv[0][2]); in main() 160 stmp = argv[0]; in main() 162 if (!stmp || (stmp[0] != '/')) { in main() 167 chdir_path = stmp; in main() 172 stmp = &(argv[0][2]); in main() 183 stmp = argv[0]; in main() 185 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { in main() 195 stmp = &(argv[0][2]); in main() [all …]
|
| /netbsd-src/usr.sbin/bootp/bootpgw/ |
| H A D | bootpgw.c | 143 char *stmp; in main() local 202 stmp = NULL; in main() 223 stmp = &(argv[0][2]); in main() 234 stmp = argv[0]; in main() 236 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { in main() 246 stmp = &(argv[0][2]); in main() 250 stmp = argv[0]; in main() 252 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || in main() 272 stmp = &(argv[0][2]); in main() 276 stmp = argv[0]; in main() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
| H A D | app_x509.c | 90 char *stmp, *vtmp = NULL; in do_x509_ctrl_string() local 94 stmp = OPENSSL_strdup(value); in do_x509_ctrl_string() 95 if (stmp == NULL) in do_x509_ctrl_string() 97 vtmp = strchr(stmp, ':'); in do_x509_ctrl_string() 104 if (strcmp(stmp, "distid") == 0) { in do_x509_ctrl_string() 108 } else if (strcmp(stmp, "hexdistid") == 0) { in do_x509_ctrl_string() 114 OPENSSL_free(stmp); in do_x509_ctrl_string() 115 stmp = vtmp = hexid; in do_x509_ctrl_string() 125 OPENSSL_free(stmp); in do_x509_ctrl_string()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| H A D | x509_att.c | 249 ASN1_STRING *stmp = NULL; in X509_ATTRIBUTE_set1_data() local 254 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data() 256 if (!stmp) { in X509_ATTRIBUTE_set1_data() 260 atype = stmp->type; in X509_ATTRIBUTE_set1_data() 262 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) in X509_ATTRIBUTE_set1_data() 264 if (!ASN1_STRING_set(stmp, data, len)) in X509_ATTRIBUTE_set1_data() 274 ASN1_STRING_free(stmp); in X509_ATTRIBUTE_set1_data() 283 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data() 284 stmp = NULL; in X509_ATTRIBUTE_set1_data() 292 ASN1_STRING_free(stmp); in X509_ATTRIBUTE_set1_data()
|
| H A D | x509_lu.c | 294 X509_OBJECT stmp, *tmp; in X509_STORE_CTX_get_by_subject() local 300 stmp.type = X509_LU_NONE; in X509_STORE_CTX_get_by_subject() 301 stmp.data.ptr = NULL; in X509_STORE_CTX_get_by_subject() 311 j = X509_LOOKUP_by_subject(lu, type, name, &stmp); in X509_STORE_CTX_get_by_subject() 313 tmp = &stmp; in X509_STORE_CTX_get_by_subject() 477 X509_OBJECT stmp; in x509_object_idx_cnt() local 482 stmp.type = type; in x509_object_idx_cnt() 485 stmp.data.x509 = &x509_s; in x509_object_idx_cnt() 489 stmp.data.crl = &crl_s; in x509_object_idx_cnt() 497 idx = sk_X509_OBJECT_find(h, &stmp); in x509_object_idx_cnt() [all …]
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | bootpd.c | 178 char *stmp; in main() local 240 stmp = NULL; in main() 253 stmp = &(argv[0][2]); in main() 257 stmp = argv[0]; in main() 259 if (!stmp || (stmp[0] != '/')) { in main() 264 chdir_path = stmp; in main() 269 stmp = &(argv[0][2]); in main() 280 stmp = argv[0]; in main() 282 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { in main() 292 stmp = &(argv[0][2]); in main() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| H A D | x509_att.c | 336 ASN1_STRING *stmp = NULL; in X509_ATTRIBUTE_set1_data() local 341 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data() 343 if (!stmp) { in X509_ATTRIBUTE_set1_data() 347 atype = stmp->type; in X509_ATTRIBUTE_set1_data() 349 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) in X509_ATTRIBUTE_set1_data() 351 if (!ASN1_STRING_set(stmp, data, len)) in X509_ATTRIBUTE_set1_data() 361 ASN1_STRING_free(stmp); in X509_ATTRIBUTE_set1_data() 370 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data() 371 stmp = NULL; in X509_ATTRIBUTE_set1_data() 379 ASN1_STRING_free(stmp); in X509_ATTRIBUTE_set1_data()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | t-vxworks | 29 # stmp-int-hdrs removes it (because it was told we don't provide it). 33 install-stdint.h: stmp-int-hdrs 44 STMP_FIXINC = stmp-fixinc 49 # substituting the headers used by stmp-int-headers with alternative versions 53 # Before the standard stmp-int-headers operations take place, arrange to 57 stmp-int-hdrs: subst-glimits.h 70 restore-glimits.h: stmp-int-hdrs
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | cgen.c | 348 symbolS * stmp = NULL; in gas_cgen_parse_operand() local 442 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, in gas_cgen_parse_operand() 444 symbol_set_value_expression (stmp, & exp); in gas_cgen_parse_operand() 447 stmp = make_expr_symbol (& exp); in gas_cgen_parse_operand() 453 stmp = expr_build_binary (O_subtract, stmp, expr_build_dot ()); in gas_cgen_parse_operand() 462 if (symbol_symbolS (stmp) in gas_cgen_parse_operand() 463 && (bsym = symbol_get_bfdsym (stmp)) != NULL in gas_cgen_parse_operand() 465 && ! S_IS_LOCAL (stmp)) in gas_cgen_parse_operand() 476 exp.X_add_symbol = stmp; in gas_cgen_parse_operand() 808 symbolS * stmp = 0; in make_right_shifted_expr() local [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | cgen.c | 348 symbolS * stmp = NULL; in gas_cgen_parse_operand() local 440 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, in gas_cgen_parse_operand() 442 symbol_set_value_expression (stmp, & exp); in gas_cgen_parse_operand() 445 stmp = make_expr_symbol (& exp); in gas_cgen_parse_operand() 451 stmp = expr_build_binary (O_subtract, stmp, expr_build_dot ()); in gas_cgen_parse_operand() 460 if (symbol_symbolS (stmp) in gas_cgen_parse_operand() 461 && (bsym = symbol_get_bfdsym (stmp)) != NULL in gas_cgen_parse_operand() 463 && ! S_IS_LOCAL (stmp)) in gas_cgen_parse_operand() 474 exp.X_add_symbol = stmp; in gas_cgen_parse_operand() 806 symbolS * stmp = 0; in make_right_shifted_expr() local [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_PARAM_allocate_from_text.pod | 129 char *stmp, *vtmp = NULL; 131 stmp = OPENSSL_strdup(value); 132 if (stmp == NULL) 134 vtmp = strchr(stmp, ':'); 137 rv = EVP_MAC_ctrl_str(ctx, stmp, vtmp); 138 OPENSSL_free(stmp); 167 char *stmp, *vtmp = NULL; 170 if ((stmp = OPENSSL_strdup(opt)) == NULL 171 || (vtmp = strchr(stmp, ':')) == NULL) 176 paramdefs, stmp,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | x_algor.c | 169 ASN1_STRING *stmp = NULL; in ossl_x509_algor_md_to_mgf1() local 177 if (ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp) == NULL) in ossl_x509_algor_md_to_mgf1() 182 if (!X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp)) { in ossl_x509_algor_md_to_mgf1() 187 stmp = NULL; in ossl_x509_algor_md_to_mgf1() 189 ASN1_STRING_free(stmp); in ossl_x509_algor_md_to_mgf1()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpz/ |
| H A D | gcdext.c | 101 mpz_t gtmp, stmp; in mpz_gcdext() local 106 PTR (stmp) = tmp_sp; in mpz_gcdext() 107 SIZ (stmp) = tmp_ssize; in mpz_gcdext() 113 mpz_mul (x, stmp, a); in mpz_gcdext()
|
| /netbsd-src/usr.bin/stat/ |
| H A D | stat.c | 649 char *stmp, lfmt[24], tmp[20]; in format1() local 723 stmp = smode; in format1() 724 l = strlen(stmp); in format1() 725 if (stmp[l - 1] == ' ') in format1() 726 stmp[--l] = '\0'; in format1() 729 stmp += 1; in format1() 730 stmp[3] = '\0'; in format1() 735 stmp += 4; in format1() 736 stmp[3] = '\0'; in format1() 741 stmp += 7; in format1() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | a_strex.c | 607 ASN1_STRING stmp, *str = &stmp; in ASN1_STRING_to_UTF8() local 618 stmp.data = NULL; in ASN1_STRING_to_UTF8() 619 stmp.length = 0; in ASN1_STRING_to_UTF8() 620 stmp.flags = 0; in ASN1_STRING_to_UTF8() 626 *out = stmp.data; in ASN1_STRING_to_UTF8() 627 return stmp.length; in ASN1_STRING_to_UTF8()
|
| H A D | tasn_dec.c | 797 ASN1_STRING *stmp; in asn1_ex_c2i() local 889 stmp = ASN1_STRING_type_new(utype); in asn1_ex_c2i() 890 if (stmp == NULL) { in asn1_ex_c2i() 894 *pval = (ASN1_VALUE *)stmp; in asn1_ex_c2i() 896 stmp = (ASN1_STRING *)*pval; in asn1_ex_c2i() 897 stmp->type = utype; in asn1_ex_c2i() 901 OPENSSL_free(stmp->data); in asn1_ex_c2i() 902 stmp->data = (unsigned char *)cont; /* UGLY CAST! RL */ in asn1_ex_c2i() 903 stmp->length = len; in asn1_ex_c2i() 906 if (!ASN1_STRING_set(stmp, cont, len)) { in asn1_ex_c2i() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | zfs_znode.h | 300 #define ZFS_TIME_ENCODE(tp, stmp) \ argument 302 (stmp)[0] = (uint64_t)(tp)->tv_sec; \ 303 (stmp)[1] = (uint64_t)(tp)->tv_nsec; \ 307 #define ZFS_TIME_DECODE(tp, stmp) \ argument 309 (tp)->tv_sec = (time_t)(stmp)[0]; \ 310 (tp)->tv_nsec = (long)(stmp)[1]; \
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | Makefile.am | 910 $(BFD_H): stmp-bfd-h ; @true 912 stmp-bfd-h: bfd-in3.h 917 touch stmp-bfd-h 928 headers: stmp-bin2-h stmp-lbfd-h stmp-lcoff-h 952 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true 953 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) $(MKDOC) 956 $(AM_V_at)touch stmp-bin2-h 958 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true 959 stmp-lbfd-h: $(LIBBFD_H_FILES) $(MKDOC) 962 $(AM_V_at)touch stmp-lbfd-h [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | Makefile.am | 923 $(BFD_H): stmp-bfd-h ; @true 925 stmp-bfd-h: bfd-in3.h 930 touch stmp-bfd-h 942 headers: stmp-bin2-h stmp-lbfd-h stmp-lcoff-h 966 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true 967 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) $(MKDOC) 970 $(AM_V_at)touch stmp-bin2-h 972 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true 973 stmp-lbfd-h: $(LIBBFD_H_FILES) $(MKDOC) 976 $(AM_V_at)touch stmp-lbfd-h [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | unwind-dw2.c | 426 _sleb128_t stmp; in extract_cie_info() local 450 p = read_sleb128 (p, &stmp); in extract_cie_info() 451 fs->data_align = (_Unwind_Sword)stmp; in extract_cie_info() 540 _sleb128_t offset, stmp; in execute_stack_op() local 629 op_ptr = read_sleb128 (op_ptr, &stmp); in execute_stack_op() 630 result = (_Unwind_Sword)stmp; in execute_stack_op() 974 _sleb128_t offset, stmp; in execute_cfa_program() local 1141 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() 1142 offset = stmp * fs->data_align; in execute_cfa_program() 1154 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/cr16/ |
| H A D | unwind-cr16.c | 399 _sleb128_t stmp; in extract_cie_info() local 423 p = read_sleb128 (p, &stmp); in extract_cie_info() 424 fs->data_align = (_Unwind_Sword)stmp; in extract_cie_info() 508 _sleb128_t offset, stmp; in execute_stack_op() local 597 op_ptr = read_sleb128 (op_ptr, &stmp); in execute_stack_op() 598 result = (_Unwind_Sword)stmp; in execute_stack_op() 942 _sleb128_t offset, stmp; in execute_cfa_program() local 1088 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() 1089 offset = stmp * fs->data_align; in execute_cfa_program() 1098 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/cr16/ |
| H A D | unwind-cr16.c | 399 _sleb128_t stmp; in extract_cie_info() local 423 p = read_sleb128 (p, &stmp); in extract_cie_info() 424 fs->data_align = (_Unwind_Sword)stmp; in extract_cie_info() 508 _sleb128_t offset, stmp; in execute_stack_op() local 597 op_ptr = read_sleb128 (op_ptr, &stmp); in execute_stack_op() 598 result = (_Unwind_Sword)stmp; in execute_stack_op() 942 _sleb128_t offset, stmp; in execute_cfa_program() local 1088 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() 1089 offset = stmp * fs->data_align; in execute_cfa_program() 1098 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | unwind-dw2.c | 426 _sleb128_t stmp; in extract_cie_info() local 450 p = read_sleb128 (p, &stmp); in extract_cie_info() 451 fs->data_align = (_Unwind_Sword)stmp; in extract_cie_info() 540 _sleb128_t offset, stmp; in execute_stack_op() local 629 op_ptr = read_sleb128 (op_ptr, &stmp); in execute_stack_op() 630 result = (_Unwind_Sword)stmp; in execute_stack_op() 974 _sleb128_t offset, stmp; in execute_cfa_program() local 1141 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() 1142 offset = stmp * fs->data_align; in execute_cfa_program() 1154 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | t-sdemtk | 34 STMP_FIXINC = stmp-sdefixinc 35 stmp-sdefixinc: gsyslimits.h 41 $(STAMP) stmp-sdefixinc
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | t-sdemtk | 34 STMP_FIXINC = stmp-sdefixinc 35 stmp-sdefixinc: gsyslimits.h 41 $(STAMP) stmp-sdefixinc
|