Searched refs:strip (Results 276 - 300 of 326) sorted by relevance

<<11121314

/freebsd-11-stable/sys/dev/mfi/
H A Dmfireg.h1004 uint64_t strip; member in struct:mfi_evt_detail::__anon10643::__anon10651
/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c917 (void) strip(name);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in2200 install-strip:
2307 install-exec-am install-strip uninstall-am
2322 install-ps install-ps-am install-strip installcheck \
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in1631 install-strip:
1729 install-exec-am install-strip uninstall-am
1743 install-ps install-ps-am install-strip installcheck \
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A DMakefile.in2314 install-strip:
2420 .MAKE: all check check-am install install-am install-strip
2437 install-strip installcheck installcheck-am installdirs \
/freebsd-11-stable/contrib/ntp/libntp/
H A DMakefile.in1478 install-strip:
1572 .MAKE: all check install install-am install-strip
1582 install-ps install-ps-am install-strip installcheck \
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure1756 # Installed binaries are usually stripped using `strip' when the user
1757 # run `make install-strip'. However `strip' might not be the right
1762 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1763 set dummy ${ac_tool_prefix}strip; ac_word=$2
1779 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1800 # Extract the first word of "strip", so it can be a program name with args.
1801 set dummy strip; ac_word=$2
1817 ac_cv_prog_ac_ct_STRIP="strip"
5739 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py721 line = line.strip()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp32 const Type *Ty = QC.strip(QT);
1604 // text printer will later strip out.
1956 // Find common qualifiers and strip them from FromQual and ToQual.
H A DASTContext.cpp2873 const Type *TypeNode = Quals.strip(T);
2888 const Type *TypeNode = Quals.strip(T);
2922 const Type *TypeNode = Quals.strip(T);
5339 // We then have to strip that sugar back off with
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c2759 int strip = qlabs - celabs -1; local
2763 if(strip>0)
2764 dname_remove_labels(nx, nxlen, strip);
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.in884 install-strip:
962 install-info-am install-man install-strip installcheck \
H A Dconfigure3024 # Installed binaries are usually stripped using `strip' when the user
3025 # run `make install-strip'. However `strip' might not be the right
3030 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3031 set dummy ${ac_tool_prefix}strip; ac_word=$2
3047 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3068 # Extract the first word of "strip", so it can be a program name with args.
3069 set dummy strip; ac_word=$2
3085 ac_cv_prog_ac_ct_STRIP="strip"
4483 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure5276 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5277 set dummy ${ac_tool_prefix}strip; ac_word=$2
5293 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5316 # Extract the first word of "strip", so it can be a program name with args.
5317 set dummy strip; ac_word=$2
5333 ac_cv_prog_ac_ct_STRIP="strip"
11025 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11026 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11027 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11296 # Installed binaries are usually stripped using 'strip' whe
[all...]
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py1007 m = attrre.match(attrstring.strip())
/freebsd-11-stable/contrib/openpam/
H A Dconfigure2515 # Installed binaries are usually stripped using 'strip' when the user
2516 # run "make install-strip". However 'strip' might not be the right
2521 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2522 set dummy ${ac_tool_prefix}strip; ac_word=$2
2538 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2561 # Extract the first word of "strip", so it can be a program name with args.
2562 set dummy strip; ac_word=$2
2578 ac_cv_prog_ac_ct_STRIP="strip"
6470 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h2731 u_int64_t strip; member in struct:mrsas_evt_detail::__anon5118::__anon5126
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1967 const Type *Ptr = Qc.strip(T);
/freebsd-11-stable/contrib/file/
H A Dconfigure2764 # Installed binaries are usually stripped using 'strip' when the user
2765 # run "make install-strip". However 'strip' might not be the right
2770 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2771 set dummy ${ac_tool_prefix}strip; ac_word=$2
2787 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2810 # Extract the first word of "strip", so it can be a program name with args.
2811 set dummy strip; ac_word=$2
2827 ac_cv_prog_ac_ct_STRIP="strip"
6961 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp334 if (config->strip != StripPolicy::All) {
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure2538 # Installed binaries are usually stripped using 'strip' when the user
2539 # run "make install-strip". However 'strip' might not be the right
2544 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2545 set dummy ${ac_tool_prefix}strip; ac_word=$2
2561 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2584 # Extract the first word of "strip", so it can be a program name with args.
2585 set dummy strip; ac_word=$2
2601 ac_cv_prog_ac_ct_STRIP="strip"
6627 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c2012 if ((link_info.strip == strip_debugger || link_info.strip == strip_all)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.in1737 install-strip:
1837 install-exec-am install-strip uninstall-am
1852 install-ps install-ps-am install-strip installcheck \
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in2893 install-strip:
2991 install-strip uninstall-am
3007 install-ps install-ps-am install-strip installcheck \
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp4464 const Type *NonQualTy = QC.strip(ArgType);
4503 const Type *NonQualTy = QC.strip(NativeParamType);

Completed in 418 milliseconds

<<11121314