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

/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk43 # Test programs shouldn't be stripped; else we generally can't use the PID
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_expand.sh137 stripped='#define bindir "/usr/bin" '
154 atf_check -o inline:":$stripped:\n" -e empty ${TEST_SH} -c \
166 stripped='/foo/bar/'
/freebsd-12-stable/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-12-stable/contrib/bmake/mk/
H A Ddirdeps-targets.mk37 # they need to be stripped when looking for target dirs
/freebsd-12-stable/share/mk/
H A Ddirdeps-targets.mk38 # they need to be stripped when looking for target dirs
H A Dbsd.cpu.mk150 # Default -march to the CPUTYPE passed in, with mips stripped off so we
/freebsd-12-stable/usr.bin/xinstall/
H A Dxinstall.c296 /* need to make a temp copy so we can compare stripped version */
759 int devnull, files_match, from_fd, serrno, stripped, target; local
765 files_match = stripped = 0;
853 stripped = strip(tempcopy ? tempfile : to_name,
855 if (!stripped)
862 if (!stripped)
877 * Compare the stripped temp file with the target.
/freebsd-12-stable/contrib/file/src/
H A Dreadelf.c1334 int stripped = 1, has_debug_info = 0; local
1383 stripped = 0;
1399 stripped = 0;
1547 if (file_printf(ms, ", %sstripped", stripped ? "" : "not ") == -1)
1785 * one is found or else the binary is stripped.
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtic.c352 /* Returns a string, stripped of leading/trailing whitespace */
354 stripped(char *src) function
494 if ((s = stripped(buffer)) != 0) {
518 if ((s = stripped(base)) != 0)
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dldm.h294 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-12-stable/sys/dev/hptnr/
H A Dldm.h293 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-12-stable/sys/dev/hptrr/
H A Dldm.h288 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c342 apr_array_header_t *stripped;
353 stripped = apr_array_make(scratch_pool, components->nelts - strip_count,
360 APR_ARRAY_PUSH(stripped, const char *) = component;
363 *result = svn_path_compose(stripped, result_pool);
438 * which should be stripped from target paths in the patch.
1003 * which should be stripped from target paths in the patch.
2519 * which should be stripped from target paths in the patch.
341 apr_array_header_t *stripped; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp288 ConstString stripped = ConstString( local
290 m_name_to_index.Append(stripped, value);
/freebsd-12-stable/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;
12441 that the object file is stripped and has no debugging information.
434 char *stripped = XNEWVEC (char, strlen (s) + 2); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4139 auto *stripped = Builder.CreateStripInvariantGroup(addr.getPointer()); local
4140 addr = Address(stripped, addr.getAlignment());
/freebsd-12-stable/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-12-stable/contrib/amd/doc/
H A Dtexinfo.tex468 % If a _delimited_ argument is enclosed in braces, they get stripped; so
474 % that a pair of braces would be stripped.

Completed in 524 milliseconds