Searched refs:stripped (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dstrip_addr.c82 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...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dsym-1.s1 # Test beginning and starting with ":"; it should be stripped off, but
2 # only one. A trailing ":" is stripped off at a label only.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-cond-gone.exp16 standard_testfile .c watchpoint-cond-gone-stripped.c
H A Dgcore-relro-pie.exp17 # Generate a core file from the stripped version of the program,
26 set stripped_binfile ${binfile}.stripped
42 # The binary is stripped of debug info, but not minsyms.
59 # Put $pc in gdb.log for debug purposes for comparison with stripped case.
H A Dgcore-tls-pie.exp17 # Generate a core file from the stripped version of the program,
30 set stripped_binfile ${binfile}.stripped
46 # The binary is stripped of debug info, but not minsyms.
63 # Put $pc in gdb.log for debug purposes for comparison with stripped case.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-cond-gone.exp16 standard_testfile .c watchpoint-cond-gone-stripped.c
H A Dgcore-relro-pie.exp17 # 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.
H A Dgcore-tls-pie.exp17 # 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.
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/
H A Djemalloc_rename.sh8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dstrip-11.d6 # The RL78 linker scripts always PROVIDE a __rl78_abs__ symbol so the stripped symbol table is never empty.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dsec-10.d7 # code: it requires outputting the location when data is stripped, and that
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-inline-param.exp24 set binfile_stripped ${binfile}-stripped
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare-lto49 suf1=stripped
54 suf2=stripped
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare-lto49 suf1=stripped
54 suf2=stripped
/netbsd-current/external/gpl3/binutils/dist/config/
H A Dbootstrap-debug-lean.mk2 # than comparing stripped object files, it compares compiler internal
/netbsd-current/external/gpl3/gdb/dist/config/
H A Dbootstrap-debug-lean.mk2 # than comparing stripped object files, it compares compiler internal
/netbsd-current/external/gpl3/binutils.old/dist/config/
H A Dbootstrap-debug-lean.mk2 # than comparing stripped object files, it compares compiler internal
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug-lean.mk2 # than comparing stripped object files, it compares compiler internal
/netbsd-current/external/gpl3/gcc.old/dist/config/
H A Dbootstrap-debug-lean.mk2 # than comparing stripped object files, it compares compiler internal
/netbsd-current/external/gpl3/gdb.old/dist/config/
H A Dbootstrap-debug-lean.mk2 # than comparing stripped object files, it compares compiler internal
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dtree.cpp261 properties_map stripped; local
264 stripped[(*iter).first.substr(dotted_key.length() + 1)] =
267 properties = stripped;
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/netbsd-current/external/gpl2/gmake/dist/config/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/netbsd-current/external/gpl2/texinfo/dist/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/netbsd-current/external/gpl2/diffutils/dist/config/
H A Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"

Completed in 817 milliseconds

123