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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh150 typeset stripped
162 stripped="${TEST_BASE_DIR}/${pool}_stripped.txt"
168 > ${stripped}
249 done < ${stripped}
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk45 # Test programs shouldn't be stripped; else we generally can't use the PID
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dtree.cpp302 properties_map stripped; local
305 stripped[(*iter).first.substr(dotted_key.length() + 1)] =
308 properties = stripped;
/freebsd-13-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-13-stable/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk85 # stripped off, as can be seen in the -dv debug log. If the space had been
86 # stripped, it wouldn't make a difference in this case.
H A Dcond-token-plain.mk31 # comment handling anymore. The comments are supposed to be stripped off
/freebsd-13-stable/usr.bin/xinstall/
H A Dxinstall.c307 /* need to make a temp copy so we can compare stripped version */
770 int devnull, files_match, from_fd, serrno, stripped, target; local
776 files_match = stripped = 0;
864 stripped = strip(tempcopy ? tempfile : to_name,
866 if (!stripped)
873 if (!stripped)
888 * Compare the stripped temp file with the target.
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-targets.mk47 # they need to be stripped when looking for target dirs
/freebsd-13-stable/share/mk/
H A Ddirdeps-targets.mk47 # they need to be stripped when looking for target dirs
H A Dbsd.cpu.mk140 # Default -march to the CPUTYPE passed in, with mips stripped off so we
/freebsd-13-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-13-stable/sys/dev/hpt27xx/
H A Dldm.h294 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-13-stable/sys/dev/hptnr/
H A Dldm.h293 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-13-stable/sys/dev/hptrr/
H A Dldm.h288 HPT_U8 stripped; /* RAID0,3,5,6 */ member in struct:vdev_class
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp288 ConstString stripped = ConstString( local
290 m_name_to_index.Append(stripped, value);
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c364 /* Returns a string, stripped of leading/trailing whitespace */
366 stripped(char *src) function
506 if ((s = stripped(buffer)) != 0) {
530 if ((s = stripped(base)) != 0)
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua287 -- stripped above.
465 -- Lines that end in \ get the \ stripped
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4275 auto *stripped = Builder.CreateStripInvariantGroup(addr.getPointer()); local
4276 addr = Address(stripped, addr.getAlignment());

Completed in 187 milliseconds