| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| gen_dynamic_list.py | 106 orig_name = match.group(1) 107 if orig_name in function_set and (args.version_list or orig_name not in versioned_functions): 108 result.append(orig_name)
|
| /src/external/ibm-public/postfix/dist/src/dns/ |
| dns_lookup.c | 745 static int dns_get_rr(DNS_RR **list, const char *orig_name, DNS_REPLY *reply, 902 *list = dns_rr_create(orig_name, rr_name, fixed->type, fixed->class, 923 static int dns_get_answer(const char *orig_name, DNS_REPLY *reply, int type, 980 if (strcmp(orig_name, ".") == 0 && *rr_name == 0) 998 if ((status = dns_get_rr(&rr, orig_name, reply, pos, rr_name, 1046 const char *orig_name = name; local 1106 (void) dns_get_answer(orig_name, &reply, T_SOA, rrlist, fqdn, 1120 status = dns_get_answer(orig_name, &reply, type, rrlist, fqdn,
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ppoutput.cc | 85 int fd, const char *orig_name); 855 by ORIG_NAME. Also, print out a #include command so that the PCH 860 int fd, const char *orig_name ATTRIBUTE_UNUSED) 862 c_common_read_pch (pfile, name, fd, orig_name);
|
| c-pch.cc | 311 by ORIG_NAME. */ 315 int fd, const char *orig_name ATTRIBUTE_UNUSED)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-ifcombine.cc | 251 tree orig_name = gimple_assign_rhs1 (stmt); local 255 stmt = SSA_NAME_DEF_STMT (orig_name); 277 *name = get_name_for_bit_test (orig_name);
|
| tree-vect-loop.cc | 6015 tree orig_name, scalar_result; local 6961 orig_name = PHI_RESULT (exit_phi); 6968 if (!single_imm_use (orig_name, &use_p, &user)) 6970 orig_name = gimple_get_lhs (user); 6974 FOR_EACH_IMM_USE_STMT (use_stmt, imm_iter, orig_name)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ppoutput.cc | 81 int fd, const char *orig_name); 803 by ORIG_NAME. Also, print out a #include command so that the PCH 808 int fd, const char *orig_name ATTRIBUTE_UNUSED) 810 c_common_read_pch (pfile, name, fd, orig_name);
|
| c-pch.cc | 311 by ORIG_NAME. */ 315 int fd, const char *orig_name ATTRIBUTE_UNUSED)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-ifcombine.cc | 230 tree orig_name = gimple_assign_rhs1 (stmt); local 234 stmt = SSA_NAME_DEF_STMT (orig_name); 256 *name = get_name_for_bit_test (orig_name);
|
| tree-vect-loop.cc | 5214 tree orig_name, scalar_result; local 6153 orig_name = PHI_RESULT (exit_phi); 6160 if (!single_imm_use (orig_name, &use_p, &user)) 6162 orig_name = gimple_get_lhs (user); 6166 FOR_EACH_IMM_USE_STMT (use_stmt, imm_iter, orig_name)
|
| /src/external/bsd/tcpdump/dist/ |
| tcpdump.c | 881 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) 886 if (strlen(orig_name) == 0) 899 * value of 0 isn't necessarily failure; if orig_name is an empty 906 * So we check above for an empty orig_name, and only call 915 if (strftime(filename, PATH_MAX, orig_name, local_tm) == 0) { 919 strncpy(filename, orig_name, PATH_MAX);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| config_file.c | 1645 const char *orig_name = name; local 1714 if (chmod_ret != 0 || rename(tmp_name, orig_name) != 0) 1721 orig_name, ret ? "un" : "");
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DwarfLib.cc | 1924 char *orig_name = Dwarf_string (DW_AT_SUN_original_name); local 1925 char *path = composePath (dir_name, orig_name ? orig_name : name); 1932 if (orig_name)
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DwarfLib.cc | 1924 char *orig_name = Dwarf_string (DW_AT_SUN_original_name); local 1925 char *path = composePath (dir_name, orig_name ? orig_name : name); 1932 if (orig_name)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-features.cc | 2717 const char *orig_name, *version_string; 2736 orig_name = IDENTIFIER_POINTER (id); 2744 assembler_name = XNEWVEC (char, strlen (orig_name) + strlen (attr_str) + 2); 2746 sprintf (assembler_name, "%s.%s", orig_name, attr_str);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-features.cc | 3700 const char *orig_name, *version_string; 3719 orig_name = IDENTIFIER_POINTER (id); 3727 assembler_name = XNEWVEC (char, strlen (orig_name) + strlen (attr_str) + 2); 3729 sprintf (assembler_name, "%s.%s", orig_name, attr_str);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck.cc | 3346 tree orig_name = name; 3379 orig_object, orig_name, NULL_TREE); 3598 if (TREE_CODE (orig_name) == SCOPE_REF) 3600 orig_name = member; 3603 orig_object, orig_name, 3341 tree orig_name = name; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck.cc | 3205 tree orig_name = name; 3238 orig_object, orig_name, NULL_TREE); 3443 if (TREE_CODE (orig_name) == SCOPE_REF) 3445 orig_name = member; 3448 orig_object, orig_name, 3200 tree orig_name = name; local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 6539 tree orig_name) 6544 const char *name = (orig_name 6545 ? identifier_to_locale (IDENTIFIER_POINTER (orig_name)) 6576 else if (integer_zerop (*width) && orig_name)
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 6094 tree orig_name) 6099 const char *name = (orig_name 6100 ? identifier_to_locale (IDENTIFIER_POINTER (orig_name)) 6131 else if (integer_zerop (*width) && orig_name)
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 21430 const char *desc_name, *orig_name; 21432 orig_name = (*targetm.strip_name_encoding) (name); 21433 desc_name = orig_name; 21442 fprintf (file, "\t.long %s\n", orig_name); 21386 const char *desc_name, *orig_name; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 20961 const char *desc_name, *orig_name; 20963 orig_name = (*targetm.strip_name_encoding) (name); 20964 desc_name = orig_name; 20973 fprintf (file, "\t.long %s\n", orig_name); 20917 const char *desc_name, *orig_name; local
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 19121 ORIG_NAME. The original symbol uses the name given in the source 19127 const char *orig_name, struct dwarf2_cu *cu, 19133 SYMBOL_LOCATION_BATON (copy) = (void *) orig_name;
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 16740 ORIG_NAME. The original symbol uses the name given in the source 16746 const char *orig_name, struct dwarf2_cu *cu, 16752 SYMBOL_LOCATION_BATON (copy) = (void *) orig_name;
|