| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tsp_tcsi_param.c | 102 char *env_host, *tmp_str = NULL; local 114 tmp_str = strdup(env_host); 115 if (tmp_str == NULL) 118 LogDebug("Environment var %s got value: %s", HOSTNAME_ENV_VAR, tmp_str); 119 env_len = strlen(tmp_str); 129 free(tmp_str); 133 strncpy(*host_str, tmp_str, *len); 134 free(tmp_str);
|
| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_dyn.c | 351 char *tmp_str = OPENSSL_strdup(p); local 352 if (tmp_str == NULL) 354 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { 355 OPENSSL_free(tmp_str);
|
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_dyn.c | 359 char *tmp_str = OPENSSL_strdup(p); local 360 if (tmp_str == NULL) { 364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { 365 OPENSSL_free(tmp_str);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_dyn.c | 351 char *tmp_str = OPENSSL_strdup(p); local 352 if (tmp_str == NULL) { 356 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { 357 OPENSSL_free(tmp_str);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| z8k-dis.c | 478 print_intr(char *tmp_str, unsigned long interrupts) 482 *tmp_str = 0; 485 strcat (tmp_str, "vi"); 490 if (comma) strcat (tmp_str, ","); 491 strcat (tmp_str, "nvi"); 496 print_flags(char *tmp_str, unsigned long flags) 500 *tmp_str = 0; 503 strcat (tmp_str, "c"); 508 if (comma) strcat (tmp_str, ","); 509 strcat (tmp_str, "z") 531 char out_str[80], tmp_str[25]; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| z8k-dis.c | 478 print_intr(char *tmp_str, unsigned long interrupts) 482 *tmp_str = 0; 485 strcat (tmp_str, "vi"); 490 if (comma) strcat (tmp_str, ","); 491 strcat (tmp_str, "nvi"); 496 print_flags(char *tmp_str, unsigned long flags) 500 *tmp_str = 0; 503 strcat (tmp_str, "c"); 508 if (comma) strcat (tmp_str, ","); 509 strcat (tmp_str, "z") 531 char out_str[80], tmp_str[25]; local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| z8k-dis.c | 478 print_intr(char *tmp_str, unsigned long interrupts) 482 *tmp_str = 0; 485 strcat (tmp_str, "vi"); 490 if (comma) strcat (tmp_str, ","); 491 strcat (tmp_str, "nvi"); 496 print_flags(char *tmp_str, unsigned long flags) 500 *tmp_str = 0; 503 strcat (tmp_str, "c"); 508 if (comma) strcat (tmp_str, ","); 509 strcat (tmp_str, "z") 531 char out_str[80], tmp_str[25]; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| z8k-dis.c | 478 print_intr(char *tmp_str, unsigned long interrupts) 482 *tmp_str = 0; 485 strcat (tmp_str, "vi"); 490 if (comma) strcat (tmp_str, ","); 491 strcat (tmp_str, "nvi"); 496 print_flags(char *tmp_str, unsigned long flags) 500 *tmp_str = 0; 503 strcat (tmp_str, "c"); 508 if (comma) strcat (tmp_str, ","); 509 strcat (tmp_str, "z") 531 char out_str[80], tmp_str[25]; local [all...] |
| /src/external/bsd/tre/dist/src/ |
| agrep.c | 536 char *tmp_str; local 551 tmp_str = strrchr(program_name, '/'); 552 if (tmp_str) 553 program_name = tmp_str + 1;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_pm.c | 739 char *tmp_str; local 765 tmp_str = buf_cpy; 768 tmp_str++; 769 while (isspace(*++tmp_str)); 771 while (tmp_str[0]) { 772 sub_str = strsep(&tmp_str, delimiter); 778 while (isspace(*tmp_str)) 779 tmp_str++; 1608 char *tmp_str; local 1629 tmp_str = buf_cpy [all...] |
| /src/external/bsd/tre/dist/lib/ |
| tre-parse.c | 315 char tmp_str[64]; local 334 len = wcsrtombs(tmp_str, &src, sizeof(tmp_str), &state); 337 len = wcstombs(tmp_str, tmp_wcs, 63); 341 /* LINTED */strncpy(tmp_str, (const char*)re + 2, len); 343 tmp_str[len] = '\0'; 344 DPRINT((" class name: %s\n", tmp_str)); 345 class = tre_ctype(tmp_str);
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/ |
| kernel.c | 641 char *tmp_str = dprintf_string; local 649 while (tmp_str != NULL) { 650 if (strncmp(tmp_str, string, len) == 0 && 651 (tmp_str[len] == ',' || tmp_str[len] == '\0')) 653 tmp_str = strchr(tmp_str, ','); 654 if (tmp_str != NULL) 655 tmp_str++; /* Get rid of , */
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-expr.cc | 5200 tree tmp_str; local 5207 tmp_str = fold_build2_loc (input_location, MINUS_EXPR, 5210 tmp_str = fold_build2_loc (input_location, PLUS_EXPR, 5212 tmp_str, gfc_index_one_node); 5215 gfc_array_index_type, tmp, tmp_str);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 953 const char *tmp_str; local 975 && !((tmp_str = getbyterep (src, &tmp_len)) != NULL 976 && memchr (tmp_str, 0, tmp_len) == NULL)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-expr.cc | 5097 tree tmp_str; local 5104 tmp_str = fold_build2_loc (input_location, MINUS_EXPR, 5107 tmp_str = fold_build2_loc (input_location, PLUS_EXPR, 5109 tmp_str, gfc_index_one_node); 5112 gfc_array_index_type, tmp, tmp_str);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.cc | 956 const char *tmp_str; local 978 && !((tmp_str = getbyterep (src, &tmp_len)) != NULL 979 && memchr (tmp_str, 0, tmp_len) == NULL)
|