HomeSort by: relevance | last modified time | path
    Searched refs:stripped (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /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/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watchpoint-cond-gone.exp 16 standard_testfile .c watchpoint-cond-gone-stripped.c
gcore-relro-pie.exp 17 # Generate a core file from the stripped version of the program,
27 set stripped_binfile ${binfile}.stripped
43 # The binary is stripped of debug info, but not minsyms.
59 # Put $pc in gdb.log for debug purposes for comparison with stripped case.
gcore-tls-pie.exp 17 # Generate a core file from the stripped version of the program,
31 set stripped_binfile ${binfile}.stripped
47 # The binary is stripped of debug info, but not minsyms.
63 # Put $pc in gdb.log for debug purposes for comparison with stripped case.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watchpoint-cond-gone.exp 16 standard_testfile .c watchpoint-cond-gone-stripped.c
gcore-relro-pie.exp 17 # Generate a core file from the stripped version of the program,
27 set stripped_binfile ${binfile}.stripped
43 # The binary is stripped of debug info, but not minsyms.
59 # Put $pc in gdb.log for debug purposes for comparison with stripped case.
gcore-tls-pie.exp 17 # Generate a core file from the stripped version of the program,
31 set stripped_binfile ${binfile}.stripped
47 # The binary is stripped of debug info, but not minsyms.
63 # Put $pc in gdb.log for debug purposes for comparison with stripped case.
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_rename.sh 8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_rename.sh 8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-inline-param.exp 22 set binfile_stripped ${binfile}-stripped
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-inline-param.exp 22 set binfile_stripped ${binfile}-stripped
  /src/external/gpl3/gcc/dist/contrib/
compare-lto 49 suf1=stripped
54 suf2=stripped
  /src/external/gpl3/gcc.old/dist/contrib/
compare-lto 49 suf1=stripped
54 suf2=stripped
  /src/external/gpl3/binutils/dist/config/
bootstrap-debug-lean.mk 2 # than comparing stripped object files, it compares compiler internal
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-debug-lean.mk 2 # than comparing stripped object files, it compares compiler internal
  /src/external/gpl3/gcc/dist/config/
bootstrap-debug-lean.mk 2 # than comparing stripped object files, it compares compiler internal
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-debug-lean.mk 2 # than comparing stripped object files, it compares compiler internal
  /src/external/gpl3/gdb/dist/config/
bootstrap-debug-lean.mk 2 # than comparing stripped object files, it compares compiler internal
  /src/external/gpl3/gdb.old/dist/config/
bootstrap-debug-lean.mk 2 # than comparing stripped object files, it compares compiler internal
  /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/gpl2/gmake/dist/config/
depcomp 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
  /src/external/gpl2/texinfo/dist/
depcomp 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
  /src/external/gpl2/diffutils/dist/config/
depcomp 178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
depcomp 169 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
170 tmpdepfile="$stripped.u"
171 outname="$stripped.o"
  /src/external/gpl2/grep/dist/
depcomp 169 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
170 tmpdepfile="$stripped.u"
171 outname="$stripped.o"

Completed in 37 milliseconds

1 2 3 4