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

123

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dstrip_addr.c64 char *stripped; local
70 stripped = saved_ext = 0;
72 stripped = mystrdup(full);
73 if ((ratsign = strrchr(stripped, '@')) != 0)
75 if ((extent = split_addr(stripped, delimiter)) != 0) {
88 myfree(stripped);
89 stripped = saved_ext = 0;
94 return (stripped);
107 char *stripped; local
114 stripped
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/crt-libSystem/
H A DMakefile36 ./main.stripped
38 all: main main.stripped
44 main.stripped: main
45 ${STRIP} main -o main.stripped
48 ${RM} ${RMFLAGS} *~ main main.stripped
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/crt-apple/
H A DMakefile37 ./main.stripped ./main.stripped
39 `pwd`/main.stripped `pwd`/main.stripped
42 all: main main.stripped main-setuid
47 main.stripped: main
48 ${STRIP} main -o main.stripped
57 ${RM} ${RMFLAGS} *~ main main.stripped main-setuid
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip.tcl30 set stripped ""
47 append stripped $line \n
48 if {$O(-annotate)>=1} then {append stripped {V "" ""} \n}
52 append stripped $O(-metaprefix)\
55 append stripped [list M %% $O(-metaprefix)] \n
104 append stripped $line \n
106 append stripped [list - %<-${expression}> ""] \n
110 append stripped $line \n
112 append stripped\
121 append stripped
[all...]
H A Ddocstrip.test184 # First read in the ready-stripped file, but gobble the preamble and
187 regsub -all -- {(^|\n)#[^\n]*} [read $F] {} stripped
195 if {[string trim $stripped \n] ne [string trim $stripped2 \n]} then {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dfiletypes.tcl92 if {[N I 12 > 0x0]} {emit {not stripped}}
99 if {[N I 12 > 0x0]} {emit {not stripped}}
126 switch -- [Nv S 18 &0x0008] 8 {emit {\b, stripped}} 0 {emit {\b, not stripped}}
128 if {[N I 12 > 0x0]} {emit {not stripped}}
132 if {[N I 12 > 0x0]} {emit {not stripped}}
136 if {[N I 12 > 0x0]} {emit {not stripped}}
138 if {[N I 12 > 0x0]} {emit {not stripped}}
140 if {[N I 12 > 0x0]} {emit {not stripped}}
142 if {[N I 12 > 0x0]} {emit {not stripped}}
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
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"
/macosx-10.9.5/OpenPAM-20/openpam/
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"
/macosx-10.9.5/file-46/file/
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"
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
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"
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/
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"
/macosx-10.9.5/ntp-88/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"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/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"
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dperlmain.i18 This module may only build a stripped down version of the
/macosx-10.9.5/vim-53/runtime/indent/
H A Dcobol.vim37 function! s:stripped(lnum) function
47 let cline = s:stripped(a:lnum)
48 let line = s:stripped(s:prevgood(a:lnum))
52 if getline(lastclause) =~? clauses && s:stripped(lastclause) !~? '^'.begin
72 let cline = s:stripped(a:lnum)
118 let line = s:stripped(lnum)
155 let g:foo = s:stripped(lastclause)
156 if s:stripped(lastclause) =~? '\c\<\%(WHEN\|AT\s\+END\)\>'
157 "&& s:stripped(lastclause) !~? '^\%(SEARCH\|EVALUATE\|READ\)\>'
/macosx-10.9.5/Chess-310.5/sjeng/
H A Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/config/
H A Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/config/
H A Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
/macosx-10.9.5/srm-7/srm/
H A Ddepcomp178 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
179 tmpdepfile="$stripped.u"
180 outname="$stripped.o"
/macosx-10.9.5/uucp-11/uucp/
H A Ddepcomp169 stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
170 tmpdepfile="$stripped.u"
171 outname="$stripped.o"
/macosx-10.9.5/swig-10/Source/Swig/
H A Dmisc.c91 * Return a new string with C comments stripped from the input string. Null is
99 String *stripped = 0; local
120 stripped = NewStringWithSize(s, size);
121 Printv(stripped, comment_end + 1, NIL);
123 stripmore = Swig_strip_c_comments(stripped);
125 Delete(stripped);
126 stripped = stripmore;
130 return stripped;
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/eg/
H A Dnet-ssl-test59 Note http:// on proxy hostname is stripped off, and is
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test59 Note http:// on proxy hostname is stripped off, and is
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTextFormControlElement.cpp130 StringBuilder stripped;
132 stripped.reserveCapacity(length);
137 stripped.append(character);
139 return stripped.toString();

Completed in 467 milliseconds

123