| /dragonfly/libexec/bootpd/tools/bootpef/ |
| HD | bootpef.c | 131 char *stmp; in main() local 147 stmp = NULL; in main() 159 stmp = &(argv[0][2]); in main() 163 stmp = argv[0]; in main() 165 if (!stmp || (stmp[0] != '/')) { in main() 170 chdir_path = stmp; in main() 175 stmp = &(argv[0][2]); in main() 186 stmp = argv[0]; in main() 188 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { in main() 198 stmp = &(argv[0][2]); in main() [all …]
|
| /dragonfly/libexec/bootpd/bootpgw/ |
| HD | bootpgw.c | 159 char *stmp; in main() local 216 stmp = NULL; in main() 240 stmp = &(argv[0][2]); in main() 251 stmp = argv[0]; in main() 253 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { in main() 262 stmp = &(argv[0][2]); in main() 266 stmp = argv[0]; in main() 268 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || in main() 287 stmp = &(argv[0][2]); in main() 291 stmp = argv[0]; in main() [all …]
|
| /dragonfly/libexec/bootpd/ |
| HD | bootpd.c | 186 char *stmp; in main() local 247 stmp = NULL; in main() 267 stmp = &(argv[0][2]); in main() 271 stmp = argv[0]; in main() 273 if (!stmp || (stmp[0] != '/')) { in main() 278 chdir_path = stmp; in main() 283 stmp = &(argv[0][2]); in main() 294 stmp = argv[0]; in main() 296 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { in main() 306 stmp = &(argv[0][2]); in main() [all …]
|
| /dragonfly/crypto/libressl/crypto/x509/ |
| HD | x509_att.c | 307 ASN1_STRING *stmp = NULL; in X509_ATTRIBUTE_set1_data() local 313 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data() 315 if (!stmp) { in X509_ATTRIBUTE_set1_data() 319 atype = stmp->type; in X509_ATTRIBUTE_set1_data() 321 if (!(stmp = ASN1_STRING_type_new(attrtype))) in X509_ATTRIBUTE_set1_data() 323 if (!ASN1_STRING_set(stmp, data, len)) in X509_ATTRIBUTE_set1_data() 333 ASN1_STRING_free(stmp); in X509_ATTRIBUTE_set1_data() 343 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data() 350 ASN1_STRING_free(stmp); in X509_ATTRIBUTE_set1_data()
|
| HD | x509_lu.c | 328 X509_OBJECT stmp, *tmp; in X509_STORE_CTX_get_by_subject() local 334 memset(&stmp, 0, sizeof(stmp)); in X509_STORE_CTX_get_by_subject() 343 if (X509_LOOKUP_by_subject(lu, type, name, &stmp) != 0) { in X509_STORE_CTX_get_by_subject() 344 tmp = &stmp; in X509_STORE_CTX_get_by_subject() 455 X509_OBJECT stmp; in x509_object_idx_cnt() local 462 stmp.type = type; in x509_object_idx_cnt() 465 stmp.data.x509 = &x509_s; in x509_object_idx_cnt() 470 stmp.data.crl = &crl_s; in x509_object_idx_cnt() 478 idx = sk_X509_OBJECT_find(h, &stmp); in x509_object_idx_cnt() 484 pstmp = &stmp; in x509_object_idx_cnt()
|
| HD | by_dir.c | 280 X509_OBJECT stmp, *tmp; in get_cert_by_subject() local 286 stmp.type = type; in get_cert_by_subject() 290 stmp.data.x509 = &data.x509.st_x509; in get_cert_by_subject() 295 stmp.data.crl = &data.crl.st_crl; in get_cert_by_subject() 362 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp); in get_cert_by_subject()
|
| /dragonfly/contrib/gmp/mpz/ |
| HD | gcdext.c | 36 __mpz_struct stmp, gtmp; in mpz_gcdext() local 93 PTR (&stmp) = tmp_sp; in mpz_gcdext() 94 SIZ (&stmp) = (tmp_ssize ^ SIZ (u)) >= 0 ? ssize : -ssize; in mpz_gcdext() 104 mpz_mul (x, &stmp, u); in mpz_gcdext() 116 SIZ (ss) = SIZ (&stmp); in mpz_gcdext()
|
| /dragonfly/usr.bin/stat/ |
| HD | stat.c | 624 char *stmp, lfmt[24], tmp[20]; in format1() local 688 stmp = smode; in format1() 689 l = strlen(stmp); in format1() 690 if (stmp[l - 1] == ' ') in format1() 691 stmp[--l] = '\0'; in format1() 694 stmp += 1; in format1() 695 stmp[3] = '\0'; in format1() 700 stmp += 4; in format1() 701 stmp[3] = '\0'; in format1() 706 stmp += 7; in format1() [all …]
|
| /dragonfly/usr.sbin/newsyslog/ |
| HD | newsyslog.c | 328 struct sigwork_entry *stmp; in main() local 362 SLIST_FOREACH(stmp, &swhead, sw_nextp) in main() 363 do_sigwork(stmp); in main() 392 stmp = SLIST_FIRST(&swhead); in main() 394 free(stmp); in main() 2151 struct sigwork_entry *sprev, *stmp; in save_sigwork() local 2157 SLIST_FOREACH(stmp, &swhead, sw_nextp) { in save_sigwork() 2158 ndiff = strcmp(ent->pid_cmd_file, stmp->sw_fname); in save_sigwork() 2162 if (ent->sig == stmp->sw_signum) in save_sigwork() 2164 if (ent->sig > stmp->sw_signum) { in save_sigwork() [all …]
|
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | unwind-dw2.c | 390 _sleb128_t stmp; in extract_cie_info() local 414 p = read_sleb128 (p, &stmp); in extract_cie_info() 415 fs->data_align = (_Unwind_Sword)stmp; in extract_cie_info() 499 _sleb128_t offset, stmp; in execute_stack_op() local 588 op_ptr = read_sleb128 (op_ptr, &stmp); in execute_stack_op() 589 result = (_Unwind_Sword)stmp; in execute_stack_op() 933 _sleb128_t offset, stmp; in execute_cfa_program() local 1079 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() 1080 offset = stmp * fs->data_align; in execute_cfa_program() 1089 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() [all …]
|
| HD | unwind-dw2-fde.c | 266 _sleb128_t stmp; in get_cie_encoding() local 282 p = read_sleb128 (p, &stmp); /* Skip data alignment. */ in get_cie_encoding()
|
| HD | Makefile.in | 125 -rm -f libgcc_tm.stamp stamp-h stmp-ldirs
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | unwind-dw2.c | 425 _sleb128_t stmp; in extract_cie_info() local 449 p = read_sleb128 (p, &stmp); in extract_cie_info() 450 fs->data_align = (_Unwind_Sword)stmp; in extract_cie_info() 534 _sleb128_t offset, stmp; in execute_stack_op() local 623 op_ptr = read_sleb128 (op_ptr, &stmp); in execute_stack_op() 624 result = (_Unwind_Sword)stmp; in execute_stack_op() 968 _sleb128_t offset, stmp; in execute_cfa_program() local 1135 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() 1136 offset = stmp * fs->data_align; in execute_cfa_program() 1148 insn_ptr = read_sleb128 (insn_ptr, &stmp); in execute_cfa_program() [all …]
|
| HD | unwind-dw2-fde.c | 297 _sleb128_t stmp; in get_cie_encoding() local 313 p = read_sleb128 (p, &stmp); /* Skip data alignment. */ in get_cie_encoding()
|
| /dragonfly/libexec/rbootd/ |
| HD | utils.c | 324 char *stmp; in NewStr() local 326 if ((stmp = (char *)malloc((unsigned) (strlen(str)+1))) == NULL) { in NewStr() 331 (void) strcpy(stmp, str); in NewStr() 332 return(stmp); in NewStr()
|
| /dragonfly/lib/libc/stdlib/ |
| HD | dmalloc.c | 1008 slab_t stmp; in memfree() local 1097 stmp = zinfo->avail_base; in memfree() 1098 slab->next = stmp; in memfree() 1120 while ((stmp = *slabp) != slab) in memfree() 1121 slabp = &stmp->next; in memfree() 1145 stmp = zinfo->empty_base; in memfree() 1147 slab->next = stmp->next; in memfree() 1149 slabterm(slgd, stmp); in memfree()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | s_client.c | 1085 BIO *stmp = BIO_new_file(s_client_config.sess_in, "r"); in s_client_main() local 1086 if (!stmp) { in s_client_main() 1092 sess = PEM_read_bio_SSL_SESSION(stmp, NULL, 0, NULL); in s_client_main() 1093 BIO_free(stmp); in s_client_main() 1359 BIO *stmp = BIO_new_file( in s_client_main() local 1361 if (stmp) { in s_client_main() 1362 PEM_write_bio_SSL_SESSION(stmp, in s_client_main() 1364 BIO_free(stmp); in s_client_main()
|
| HD | apps.c | 1936 char *stmp, *vtmp = NULL; in pkey_ctrl_string() local 1940 stmp = strdup(value); in pkey_ctrl_string() 1941 if (!stmp) in pkey_ctrl_string() 1943 vtmp = strchr(stmp, ':'); in pkey_ctrl_string() 1948 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp); in pkey_ctrl_string() 1949 free(stmp); in pkey_ctrl_string()
|
| /dragonfly/crypto/libressl/crypto/rsa/ |
| HD | rsa_ameth.c | 614 ASN1_STRING *stmp = NULL; in rsa_md_to_mgf1() local 622 if (ASN1_item_pack(algtmp, &X509_ALGOR_it, &stmp) == NULL) in rsa_md_to_mgf1() 627 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp); in rsa_md_to_mgf1() 628 stmp = NULL; in rsa_md_to_mgf1() 630 ASN1_STRING_free(stmp); in rsa_md_to_mgf1()
|
| /dragonfly/lib/libexecinfo/ |
| HD | private_libelf.h | 1982 unsigned char *dstaux, *s, *srcaux, *stmp; in _libelf_cvt_VDEF64_tom() local 1985 for (stmp = src, vnext = ~0U; in _libelf_cvt_VDEF64_tom() 1986 vnext != 0 && stmp + verfsz <= srcend && dst + vermsz <= dstend; in _libelf_cvt_VDEF64_tom() 1987 stmp += vnext, dst += vnext) { in _libelf_cvt_VDEF64_tom() 1990 s = stmp; in _libelf_cvt_VDEF64_tom() 2023 for (anext = ~0U, dstaux = dst + aux, srcaux = stmp + aux; in _libelf_cvt_VDEF64_tom() 2069 unsigned char *dstaux, *s, *srcaux, *stmp; in _libelf_cvt_VNEED64_tom() local 2072 for (stmp = src, vnext = ~0U; in _libelf_cvt_VNEED64_tom() 2073 vnext != 0 && stmp + verfsz <= srcend && dst + vermsz <= dstend; in _libelf_cvt_VNEED64_tom() 2074 stmp += vnext, dst += vnext) { in _libelf_cvt_VNEED64_tom() [all …]
|
| /dragonfly/contrib/elftoolchain/libelf/ |
| HD | libelf_convert.m4 | 474 unsigned char *dstaux, *s, *srcaux, *stmp; 477 for (stmp = src, vnext = ~0U; 478 vnext != 0 && stmp + verfsz <= srcend && dst + vermsz <= dstend; 479 stmp += vnext, dst += vnext) { 482 s = stmp; 499 for (anext = ~0U, dstaux = dst + aux, srcaux = stmp + aux;
|
| /dragonfly/sys/dev/drm/amd/amdgpu/ |
| HD | amdgpu_atombios.c | 134 char stmp[32]; in amdgpu_atombios_i2c_init() local 149 ksprintf(stmp, "0x%x", i2c.i2c_id); in amdgpu_atombios_i2c_init() 150 … adev->i2c_bus[i] = amdgpu_i2c_create(adev->ddev, &i2c, stmp); in amdgpu_atombios_i2c_init()
|
| /dragonfly/sys/dev/drm/radeon/ |
| HD | radeon_combios.c | 1172 char stmp[30]; in radeon_combios_get_lvds_info() local 1185 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info() 1186 stmp[24] = 0; in radeon_combios_get_lvds_info() 1188 DRM_INFO("Panel ID String: %s\n", stmp); in radeon_combios_get_lvds_info()
|
| /dragonfly/contrib/binutils-2.27/gas/ |
| HD | write.c | 270 symbolS *stmp = make_expr_symbol (exp); in fix_new_exp() local 274 exp->X_add_symbol = stmp; in fix_new_exp()
|
| /dragonfly/contrib/binutils-2.34/gas/ |
| HD | write.c | 270 symbolS *stmp = make_expr_symbol (exp); in fix_new_exp() local 274 exp->X_add_symbol = stmp; in fix_new_exp()
|