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

/freebsd-9.3-release/contrib/cvs/
H A Ddepcomp218 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
219 tmpdepfile="$stripped.u"
229 stripped=`echo "$stripped" | sed 's,^.*/,,'`
230 tmpdepfile="$stripped.u"
240 outname="$stripped.o"
/freebsd-9.3-release/contrib/ofed/libibcm/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"
/freebsd-9.3-release/contrib/ofed/librdmacm/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"
/freebsd-9.3-release/contrib/openbsm/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"
/freebsd-9.3-release/contrib/ntp/
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"
/freebsd-9.3-release/contrib/ntp/sntp/
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"
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmipsread.c236 int stripped; local
316 stripped = (bfd_get_symcount (abfd) == 0);
382 them if this is a stripped executable, otherwise they have
384 if (!stripped)
H A Delfread.c165 int stripped = (bfd_get_symcount (objfile->obfd) == 0); local
211 if (dynamic && !stripped)
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.c995 int stripped = 1; local
1025 stripped = 0;
1039 stripped = 0;
1165 if (file_printf(ms, ", %sstripped", stripped ? "" : "not ") == -1)
1360 * one is found or else the binary is stripped.
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtic.c338 /* Returns a string, stripped of leading/trailing whitespace */
340 stripped(char *src) function
390 if ((s = stripped(buffer)) != 0) {
413 if ((s = stripped(base)) != 0)
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dldm.h290 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-9.3-release/sys/dev/hptnr/
H A Dldm.h292 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-9.3-release/sys/dev/hptrr/
H A Dldm.h290 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c430 attributes stripped off, and an asterisk prepended (for assemble_name). */
435 char *stripped = XNEWVEC (char, strlen (s) + 2);
436 char *p = stripped;
444 return stripped;
12418 that the object file is stripped and has no debugging information.
434 char *stripped = XNEWVEC (char, strlen (s) + 2); local
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex434 % If a _delimited_ argument is enclosed in braces, they get stripped; so
440 % that a pair of braces would be stripped.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex443 % If a _delimited_ argument is enclosed in braces, they get stripped; so
449 % that a pair of braces would be stripped.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex435 % If a _delimited_ argument is enclosed in braces, they get stripped; so
441 % that a pair of braces would be stripped.

Completed in 226 milliseconds