Searched refs:to (Results 76 - 100 of 3922) sorted by relevance

1234567891011>>

/macosx-10.10/libclosure-65/tests/
H A Dobjc.m101 TestObject *to = [[TestObject alloc] init];
107 TestObject *to = [[TestObject alloc] init];
109 errors += [to testVerbosely:verbose];
110 [to release];
118 TestObject *to = [[TestObject alloc] init];
120 // make sure a closure with to gets it retained on a copy
122 int initialRetainCounter = [to retainCounter];
124 void (^myClosure)(void) = ^{ | to |
125 printf("[to retainCounter] == %d\n", [to retainCounte
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dtransmitter.tcl6 # Utilizes data source and connect components to handle the
46 # Begin transmission (or wait for other side to connect).
72 delegate option -string to mysource
73 delegate option -channel to mysource
74 delegate option -file to mysource
75 delegate option -variable to mysource
76 delegate option -size to mysource
77 delegate option -progress to mysource
81 delegate option -host to myconnect
82 delegate option -port to myconnec
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dfixpaths12 die $0: nothing to do - no substitutions listed!
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/resolver/
H A Dsetup.sh5 # Permission to use, copy, modify, and/or distribute this software for any
22 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dunormalize.h6 * By using this file, you agree to the terms and conditions set forth bellow.
25 * distribution the "Copyright Notice" refers to the following language:
28 * 4. The name of JPNIC may not be used to endorse or promote products
69 * (also a NUL-terminated UCS4 encoded string) to 'to', which must be
70 * able to hold at least 'tolen' bytes.
79 const unsigned long *from, unsigned long *to,
H A Dfilemapper.h5 * By using this file, you agree to the terms and conditions set forth bellow.
24 * distribution the "Copyright Notice" refers to the following language:
27 * 4. The name of JPNIC may not be used to endorse or promote products
52 * Perform character mapping (substitution) according to a
74 * The code point before the first semicolon will be mapped to the
80 * U+0041; U+0061 -- maps 'A' to 'a'
107 * has a mapping, it is substituted to the corresponding
108 * character sequence. The substituted string is stored in 'to',
117 unsigned long *to, size_t tolen);
121 * They are used for this module to b
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Drename.c17 along with this program; if not, write to the Free Software
34 /* We need to open the file in binary modes on system where that makes
43 /* The number of bytes to copy at once. */
46 /* Copy file FROM to file TO, performing no translations.
50 simple_copy (const char *from, const char *to) argument
60 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777);
62 tofd = creat (to, 0777);
94 /* Set the times of the file DESTINATION to be the same as those in
141 /* Rename FROM to TO, copying if TO is a link.
145 smart_rename (const char *from, const char *to, in argument
[all...]
/macosx-10.10/file_cmds-242/gzip/
H A Dzforce9 # Permission to use, copy, modify, and distribute this software for any
45 echo "$1" -- renamed to "$n"
48 echo $prog: cannot rename "$1" to "$n"
/macosx-10.10/libclosure-65/objectTests/
H A Dnotcopied.m18 // Test that a __block Block variable with a reference to a stack based Block is not copied
41 TestObject *to = [[TestObject alloc] init];
42 __block void (^someBlock)(void) = ^ { [to self]; };
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixPort.h8 * Permission to use, copy, modify, and distribute this software and its
90 # define bcopy(from, to, length) memmove((to), (from), (length))
94 # define bzero(to,length) memset(to,'\0',length)
126 * Define a macro to call wait pid. We don't use Tcl_WaitPid on Unix because
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlautomata.h2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlautomata.h2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/t/
H A Demail-exit-helper.pl14 to => 'foo@example.com',
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-repl-slave-remote.conf43 access to dn.base="" attrs=children
47 access to *
56 # without the need to write the UpdateDN before starting replication
67 # Need to strip hasSubordinates from internal searches otherwise
68 # syncrepl will try to delete it, since syncprov is not sending
70 access to dn.subtree="dc=example,dc=com" attrs=hasSubordinates
74 access to dn.subtree="dc=example,dc=com"
H A Dslapd-aci.conf38 access to dn=""
41 access to dn="cn=Subschema"
54 access to dn.subtree="dc=example,dc=com"
H A Dslapd-ldapgluegroups.conf34 authz-policy to
42 access to attrs=userpassword
46 access to *
H A Dslapd-ldapgluepeople.conf34 authz-policy to
42 access to attrs=userpassword
47 access to *
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorTokenTrackingController.css26 .CodeMirror .jump-to-symbol-highlight {
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_disk_private.h30 #error This header is only to be used internally to libarchive.
48 * Since symlink interaction changes, we need to track whether
/macosx-10.10/llvmCore-3425.0.34/autoconf/m4/
H A Dfunc_isinf.m410 AC_DEFINE([HAVE_ISINF_IN_MATH_H],1,[Set to 1 if the isinf function is found in <math.h>])
17 AC_DEFINE([HAVE_ISINF_IN_CMATH],1,[Set to 1 if the isinf function is found in <cmath>])
24 AC_DEFINE([HAVE_STD_ISINF_IN_CMATH],1,[Set to 1 if the std::isinf function is found in <cmath>])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dfunc_isinf.m410 AC_DEFINE([HAVE_ISINF_IN_MATH_H],1,[Set to 1 if the isinf function is found in <math.h>])
17 AC_DEFINE([HAVE_ISINF_IN_CMATH],1,[Set to 1 if the isinf function is found in <cmath>])
24 AC_DEFINE([HAVE_STD_ISINF_IN_CMATH],1,[Set to 1 if the std::isinf function is found in <cmath>])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSServiceDiscoveryReply.defs11 * Unless required by applicable law or agreed to in writing, software
36 SendTime to: natural_t);
45 SendTime to: natural_t);
51 SendTime to: natural_t);
60 SendTime to: natural_t);
/macosx-10.10/BerkeleyDB-21/db/
H A DLICENSE5 The following is the license that applies to this copy of the Berkeley DB
6 software. For a license to use the Berkeley DB software under conditions
7 other than those described here, or to purchase support for this software,
23 * how to obtain complete source code for the DB software and any
58 * may be used to endorse or promote products derived from this software
86 * may be used to endorse or promote products derived from this software
116 * contributors may be used to endorse or promote products derived from
/macosx-10.10/CPANInternal-159.1/IO-KQueue-0.34/
H A Dconst-xs.inc12 /* NV nv; Uncomment this if you need to return NVs */
13 /* const char *pv; Uncomment this if you need to return PVs */
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
19 if you need to return both NVs and IVs */
40 /* Uncomment this if you need to return NOs
46 /* Uncomment this if you need to return NVs
52 /* Uncomment this if you need to return PVs
58 /* Uncomment this if you need to return PVNs
64 /* Uncomment this if you need to return SVs
70 /* Uncomment this if you need to retur
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/testdata/
H A Dtstfiles.mk3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with
4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
6 # Not everything has been moved to this file yet, as this is a new facility.

Completed in 210 milliseconds

1234567891011>>