| /src/external/ibm-public/postfix/dist/src/global/ |
| strip_addr.c | 82 char *stripped; local 88 stripped = saved_ext = 0; 90 stripped = mystrdup(full); 91 if ((ratsign = strrchr(stripped, '@')) != 0) 93 if ((extent = split_addr(stripped, delimiter_set)) != 0) { 96 *extent = full[strlen(stripped)]; 106 myfree(stripped); 107 stripped = saved_ext = 0; 112 return (stripped); 123 char *stripped; local [all...] |
| /src/external/bsd/kyua-cli/dist/utils/config/ |
| tree.cpp | 261 properties_map stripped; local 264 stripped[(*iter).first.substr(dotted_key.length() + 1)] = 267 properties = stripped;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| mipsread.c | 179 int stripped; local 248 stripped = (bfd_get_symcount (abfd) == 0); 321 about them if this is a stripped executable, otherwise 324 if (!stripped)
|
| elfread.c | 250 int stripped = (bfd_get_symcount (objfile->obfd.get ()) == 0); local 346 if (type == ST_DYNAMIC && !stripped)
|
| infcmd.c | 400 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); 401 args = stripped.get (); 660 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); 661 args = stripped.get (); 846 gdb::unique_xmalloc_ptr<char> stripped 848 count_string = stripped.get (); 1071 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); 1072 arg = stripped.get (); 1166 gdb::unique_xmalloc_ptr<char> stripped 1168 signum_exp = stripped.get () 399 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); member in class:gdb 659 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); member in class:gdb 844 gdb::unique_xmalloc_ptr<char> stripped member in class:gdb 1068 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 1162 gdb::unique_xmalloc_ptr<char> stripped member in class:gdb 1408 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 1433 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 1795 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 2636 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); member in class:gdb [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| mipsread.c | 179 int stripped; local 248 stripped = (bfd_get_symcount (abfd) == 0); 321 about them if this is a stripped executable, otherwise 324 if (!stripped)
|
| elfread.c | 253 int stripped = (bfd_get_symcount (objfile->obfd.get ()) == 0); local 349 if (type == ST_DYNAMIC && !stripped)
|
| infcmd.c | 399 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); 400 args = stripped.get (); 659 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); 660 args = stripped.get (); 845 gdb::unique_xmalloc_ptr<char> stripped 847 count_string = stripped.get (); 1070 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); 1071 arg = stripped.get (); 1162 gdb::unique_xmalloc_ptr<char> stripped 1164 signum_exp = stripped.get () 398 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); member in class:gdb 658 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); member in class:gdb 843 gdb::unique_xmalloc_ptr<char> stripped member in class:gdb 1067 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 1158 gdb::unique_xmalloc_ptr<char> stripped member in class:gdb 1404 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 1429 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 1791 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (arg, &async_exec); member in class:gdb 2633 gdb::unique_xmalloc_ptr<char> stripped = strip_bg_char (args, &async_exec); member in class:gdb [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| winnt.cc | 290 const char *stripped = targetm.strip_name_encoding (skipped); 291 if (*name != '*' && *user_label_prefix && *stripped != FASTCALL_PREFIX) 292 stripped = ACONCAT ((user_label_prefix, stripped, NULL)); 293 return get_identifier (stripped); 403 (everything from the $ on is stripped). Don't put 289 const char *stripped = targetm.strip_name_encoding (skipped); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| winnt.cc | 290 const char *stripped = targetm.strip_name_encoding (skipped); 291 if (*name != '*' && *user_label_prefix && *stripped != FASTCALL_PREFIX) 292 stripped = ACONCAT ((user_label_prefix, stripped, NULL)); 293 return get_identifier (stripped); 403 (everything from the $ on is stripped). Don't put 289 const char *stripped = targetm.strip_name_encoding (skipped); local
|
| /src/external/bsd/file/dist/src/ |
| readelf.c | 1361 int stripped = 1, has_debug_info = 0; local 1415 stripped = 0; 1433 stripped = 0; 1591 if (file_printf(ms, ", %sstripped", stripped ? "" : "not ") == -1) 1845 * one is found or else the binary is stripped.
|
| /src/external/gpl3/gcc/dist/gcc/ |
| targhooks.cc | 411 const char *stripped = targetm.strip_name_encoding (skipped); local 413 stripped = ACONCAT ((user_label_prefix, stripped, NULL)); 414 return get_identifier (stripped);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| targhooks.cc | 400 const char *stripped = targetm.strip_name_encoding (skipped); local 402 stripped = ACONCAT ((user_label_prefix, stripped, NULL)); 403 return get_identifier (stripped);
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| pcache.c | 2568 const char *stripped = ""; local 2573 stripped = "; stripped"; 2580 op->o_log_prefix, non, stripped );
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExpr.cpp | 4373 auto *stripped = Builder.CreateStripInvariantGroup(addr.getPointer()); local 4374 addr = Address(stripped, addr.getAlignment());
|