Searched refs:out (Results 1 - 25 of 3765) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/src/testdir/
H A DMake_os2.mak17 SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
18 test7.out test8.out test9.out \
19 test13.out test14.out test1
[all...]
H A DMake_amiga.mak17 SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
18 test7.out test8.out test9.out \
19 test13.out test14.out test1
[all...]
H A DMakefile13 SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
14 test7.out test8.out test9.out test10.out test1
[all...]
H A DMake_dos.mak14 # test31 16 bit version runs out of memory...
16 SCRIPTS16 = test1.out test19.out test20.out test22.out \
17 test23.out test24.out test28.out test29.out \
18 test35.out test3
[all...]
H A DMake_ming.mak31 # test31 16 bit version runs out of memory...
33 SCRIPTS16 = test1.out test19.out test20.out test22.out \
34 test23.out test24.out test28.out test29.out \
35 test35.out test3
[all...]
H A Dmain.aap7 Scripts = test1.out test2.out test3.out test4.out test5.out test6.out
8 test7.out test8.out test9.out test10.out test1
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkzone/
H A Dclean.sh17 rm -f test.out.*
/macosx-10.9.5/dtrace-118.1/test/tst/sparc/pid/
H A Derr.D_PROC_ALIGN.misaligned.d38 pid$1:a.out:main:7
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dtclresult.i28 %typemap(out) int Tcl_Result {
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/
H A Dhtdocs_refresh5 out=$HOME/logs/crontab
6 mkdir -p `dirname $out`
8 ../tools/htdocs_get_sf_stats >> $out 2>&1
9 ../tools/htdocs_regen >> $out 2>&1
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dhtdocs_refresh5 out=$HOME/logs/crontab.trf
6 mkdir -p `dirname $out`
8 echo _________________________________________ `date` >> $out 2>&1
9 echo htdocs_get_sf_stats _____________________ >> $out 2>&1
10 ../tools/htdocs_get_sf_stats >> $out 2>&1
11 echo htdocs_regen ____________________________ >> $out 2>&1
12 ../tools/htdocs_regen >> $out 2>&1
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGValueSource.cpp33 void ValueSource::dump(PrintStream& out) const
37 out.print("NotSet");
40 out.print("IsDead");
43 out.print("InStack");
46 out.print("Int32");
49 out.print("Cell");
52 out.print("Bool");
55 out.print("Double");
58 out.print("Arguments");
61 out
[all...]
H A DDFGUseKind.cpp35 void printInternal(PrintStream& out, UseKind useKind) argument
39 out.print("Untyped");
42 out.print("Int32");
45 out.print("KnownInt32");
48 out.print("RealNumber");
51 out.print("Number");
54 out.print("KnownNumber");
57 out.print("Boolean");
60 out.print("Cell");
63 out
[all...]
H A DDFGEdge.cpp35 void Edge::dump(PrintStream& out) const
39 out.print("Check:");
40 out.print(useKind(), ":");
42 out.print(node());
H A DDFGNodeFlags.cpp35 void dumpNodeFlags(PrintStream& out, NodeFlags flags) argument
38 out.print("<empty>");
47 out.print(comma, "JS");
50 out.print(comma, "Number");
53 out.print(comma, "Int32");
56 out.print(comma, "Boolean");
59 out.print(comma, "Storage");
68 out.print(comma, "MustGen");
71 out.print(comma, "VarArgs");
74 out
[all...]
/macosx-10.9.5/Libc-997.90.3/uuid/uuidsrc/
H A Dpack.c41 unsigned char *out = ptr; local
44 out[3] = (unsigned char) tmp;
46 out[2] = (unsigned char) tmp;
48 out[1] = (unsigned char) tmp;
50 out[0] = (unsigned char) tmp;
53 out[5] = (unsigned char) tmp;
55 out[4] = (unsigned char) tmp;
58 out[7] = (unsigned char) tmp;
60 out[6] = (unsigned char) tmp;
63 out[
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/multiple/
H A DMakefile.am7 out/lettera.orig out/letterb.orig \
8 out/letterc.orig out/letterd.orig \
9 out/lettere.orig out/letterf.orig \
10 out/letterg.orig out/letterh.orig \
11 out/letterij.orig out/letter
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Derr.D_PROC_FUNC.badfunc.d38 pid$1:a.out:ahl_r00lz:entry
/macosx-10.9.5/libxslt-13/libxslt/tests/general/
H A DMakefile.am7 bug-1-.out bug-1-.xsl \
8 bug-2-.out bug-2-.xsl \
9 bug-3-.out bug-3-.xsl \
10 bug-4-.out bug-4-.xsl \
11 bug-5-.out bug-5-.xsl \
12 bug-6-.out bug-6-.xsl \
13 bug-7-.out bug-7-.xsl \
14 bug-8-.out bug-8-.xsl \
15 bug-9-.out bug-9-.xsl \
16 bug-10-.out bu
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dflonum-copy.c26 FLONUM_TYPE *out)
31 out -> sign = in -> sign;
35 out -> leader = out -> low - 1; /* 0.0 case */
39 out_length = out -> high - out -> low;
53 memset((char *)(out->low + in_length + 1), '\0',
57 memcpy((char *)(out->low), (char *)(in->low),
59 out -> exponent = in -> exponent;
60 out
24 flonum_copy( FLONUM_TYPE *in, FLONUM_TYPE *out) argument
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Dtwr.idl126 [out] twr_p_t *tower,
127 [out] unsigned32 *status
141 [out] twr_p_t *tower,
142 [out] unsigned32 *status
156 [out] twr_p_t *tower,
157 [out] unsigned32 *status
172 [out] twr_p_t *tower,
173 [out] unsigned32 *status
187 [out] twr_p_t *tower,
188 [out] unsigned3
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dmemmove.c35 register char* out = (char*)to;
40 else if (in + n <= out || out + n <= in)
42 else if (out < in)
43 do *out++ = *in++; while (--n > 0);
46 out += n;
48 do *--out = *--in; while(--n > 0);
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dmemcpy.c6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
9 @var{out}. Returns a pointer to @var{out}.
21 memcpy (PTR out, const PTR in, size_t length) argument
23 bcopy(in, out, length);
24 return out;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DArrayProfile.cpp35 void dumpArrayModes(PrintStream& out, ArrayModes arrayModes) argument
38 out.print("0:<empty>");
43 out.print("TOP");
47 out.print(arrayModes, ":");
50 out.print("NonArray");
52 out.print("NonArrayWithInt32");
54 out.print("NonArrayWithDouble");
56 out.print("NonArrayWithContiguous");
58 out.print("NonArrayWithArrayStorage");
60 out
125 StringPrintStream out; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/case/
H A Dcase.cpp15 U_CFUNC int c_main(UFILE *out);
17 void printUnicodeString(UFILE *out, const UnicodeString &s) { argument
19 u_fprintf(out, "\"%S\"", other.getTerminatedBuffer());
25 UFILE *out; local
27 out = u_finit(stdout, NULL, NULL);
28 if(!out) {
32 ucnv_setFromUCallBack(u_fgetConverter(out), UCNV_FROM_U_CALLBACK_ESCAPE,
35 u_fprintf(out, "Warning- couldn't set the substitute callback - err %s\n", u_errorName(status));
40 u_fprintf(out,"ICU Case Mapping Sample Program\n\n");
41 u_fprintf(out, "
[all...]

Completed in 300 milliseconds

1234567891011>>