Searched refs:strip (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/xcconfig/
H A Dlibtool-wrap.py11 def strip(args, flag): function
19 strip(args, '-fsanitize=address')
20 strip(args, '-Wl,-exported_symbol,___asan_mapping_offset')
21 strip(args, '-Wl,-exported_symbol,___asan_mapping_scale')
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dstrip-2.d1 #PROG: strip
3 #strip: --strip-unneeded
5 #name: strip with section group 2
H A Dstrip-1.d1 #PROG: strip
4 #name: strip with section group 1
/macosx-10.10/ruby-106/ruby/sample/
H A Dmkproto.rb11 type = $2.strip
12 args.push $1.strip
18 args.push type + " " + $1.strip
21 args.push arg.strip
/macosx-10.10/ruby-106/ruby/ext/ripper/tools/
H A Dstrip.rb3 if line.strip.empty?
/macosx-10.10/ruby-106/ruby/sample/ripper/
H A Dstrip-comment.rb1 # $Id: strip-comment.rb 25189 2009-10-02 12:04:37Z akr $
6 def CommentStripper.strip(src) singleton method in class:CommentStripper
19 CommentStripper.strip(ARGF)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dsanity.sh17 for i in size objdump nm ar strip ranlib ; do
22 for i in size objdump nm ar strip ranlib ; do
27 for i in size objdump nm ar strip ranlib ; do
31 ### strip
35 cp ${BIN}/strip ${TMPDIR}/strip
39 ${BIN}/strip ${TMPDIR}/$i
41 ${TMPDIR}/strip ${TMPDIR}/$i
/macosx-10.10/bind9-45.101/
H A DMakefile26 GnuAfterInstall = gen-dsyms install-strip install-extra install-sandbox-profile
57 install-strip:
58 # strip "$(DSTROOT)/usr/sbin/rndc-confgen"
59 # strip "$(DSTROOT)/usr/sbin/rndc"
60 # strip "$(DSTROOT)/usr/sbin/named-checkzone"
61 # strip "$(DSTROOT)/usr/sbin/named-checkconf"
62 # strip "$(DSTROOT)/usr/sbin/named-compilezone"
63 # strip "$(DSTROOT)/usr/sbin/named-journalprint"
64 # strip "$(DSTROOT)/usr/sbin/named"
65 # strip "
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DmakeSelectorPseudoClassAndCompatibilityElementMap.py125 webcore_defines = [i.strip() for i in sys.argv[-1].split(' ')]
132 line = line.strip()
137 condition = line[4:].strip()
151 keyword = keyword_definition[0].strip()
154 output_file.write('"%s", {CSSSelector::%s, CSSSelector::%s}\n' % (keyword_definition[0].strip(), keyword_definition[1].strip(), keyword_definition[2].strip()))
H A DmakeSelectorPseudoElementsMap.py124 webcore_defines = [i.strip() for i in sys.argv[-1].split(' ')]
131 line = line.strip()
136 condition = line[4:].strip()
150 keyword = keyword_definition[0].strip()
153 keyword = keyword_definition[0].strip()
154 pseudo_element_enum_value = "CSSSelector::" + keyword_definition[1].strip()
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregfree.c28 if (g->strip != NULL)
29 free((char *)g->strip);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregfree.c63 if (g->strip != NULL)
64 free((char *)g->strip);
/macosx-10.10/tcl-105/tcl_ext/tclxml/
H A DMakefile.tclexpat15 GnuAfterInstall = strip fix-perms -f Makefile.tclexpat
/macosx-10.10/tcl-105/tcl_ext/tdom/
H A DMakefile.tnc13 GnuAfterInstall = strip fix-perms -f Makefile.$(Project)
/macosx-10.10/tcl-105/tcl_ext/tbcload/
H A DMakefile18 GnuAfterInstall = strip fix-perms
/macosx-10.10/tcl-105/tcl_ext/tclapplescript/
H A DMakefile19 GnuAfterInstall = strip fix-perms
/macosx-10.10/tcl-105/tcl_ext/tclx/
H A DMakefile18 GnuAfterInstall = strip fix-perms
/macosx-10.10/tcl-105/tcl_ext/thread/
H A DMakefile21 GnuAfterInstall = strip fix-perms
/macosx-10.10/tcl-105/tcl_ext/tls/
H A DMakefile19 GnuAfterInstall = strip fix-perms
/macosx-10.10/tcsh-65/tcsh/
H A Dsvn13 if os.path.isdir(line.strip()):
15 print prefix + line.strip() + term
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_read.c50 tstrip_t strip; local
66 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
68 strip = row / td->td_rowsperstrip;
69 if (strip != tif->tif_curstrip) { /* different strip, refill */
70 if (!TIFFFillStrip(tif, strip))
74 * Moving backwards within the same strip: backup
78 * strip, it's better to just read and decode the entire
79 * strip, and then access the decoded data in a random fashion.
81 if (!TIFFStartStrip(tif, strip))
124 TIFFReadEncodedStrip(TIFF* tif, tstrip_t strip, tdata_t buf, tsize_t size) argument
171 TIFFReadRawStrip1(TIFF* tif, tstrip_t strip, tdata_t buf, tsize_t size, const char* module) argument
218 TIFFReadRawStrip(TIFF* tif, tstrip_t strip, tdata_t buf, tsize_t size) argument
262 TIFFFillStrip(TIFF* tif, tstrip_t strip) argument
629 TIFFStartStrip(TIFF* tif, tstrip_t strip) argument
[all...]
H A Dtif_write.c35 #define STRIPINCR 20 /* expansion factor on strip array */
54 tstrip_t strip; local
80 * Calculate strip and check for crossings.
89 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
91 strip = row / td->td_rowsperstrip;
93 * Check strip array to make sure there's space. We don't support
99 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module))
101 if (strip != tif->tif_curstrip) {
107 tif->tif_curstrip = strip;
113 if (strip >
182 TIFFWriteEncodedStrip(TIFF* tif, tstrip_t strip, tdata_t data, tsize_t cc) argument
264 TIFFWriteRawStrip(TIFF* tif, tstrip_t strip, tdata_t data, tsize_t cc) argument
623 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/test/
H A Dstrip.c1 /* $Id: strip.c,v 1.3.2.2 2010-06-08 18:50:43 bfriesen Exp $ */
29 * Functions to test strip interface of libtiff.
40 tstrip_t strip, nstrips; local
45 fprintf (stderr, "Wrong size of strip.\n");
50 for (offset = 0, strip = 0;
51 offset < size && strip < nstrips;
52 offset+=stripsize, strip++) {
54 * Properly write last strip.
60 if (TIFFWriteEncodedStrip(tif, strip, (char *)array + offset,
62 fprintf (stderr, "Can't write strip
74 tstrip_t strip, nstrips; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/config/
H A Dmh-linux42 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<)
44 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<)
47 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<)
49 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
/macosx-10.10/bind9-45.101/bin/
H A Dstrip6 # "strip" perl script, it not only causes the correct file to be stripped, but
33 my $strip = '/usr/bin/strip';
40 exec($strip) unless scalar(@ARGV) > 0;
49 system($strip,
55 system($strip,

Completed in 184 milliseconds

1234567891011>>