Searched refs:to (Results 1 - 25 of 3922) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drename.c9 int rename(from,to)
10 register char *from, *to;
12 (void) unlink(to);
13 if (link(from, to) < 0)
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dder_copy.c20 * may be used to endorse or promote products derived from this software
42 heim_general_string *to)
44 *to = strdup(*from);
45 if(*to == NULL)
51 der_copy_integer (const int *from, int *to) argument
53 *to = *from;
58 der_copy_unsigned (const unsigned *from, unsigned *to) argument
60 *to = *from;
65 der_copy_generalized_time (const time_t *from, time_t *to) argument
67 *to
41 der_copy_general_string(const heim_general_string *from, heim_general_string *to) argument
72 der_copy_utctime(const time_t *from, time_t *to) argument
79 der_copy_utf8string(const heim_utf8_string *from, heim_utf8_string *to) argument
85 der_copy_printable_string(const heim_printable_string *from, heim_printable_string *to) argument
98 der_copy_ia5_string(const heim_ia5_string *from, heim_ia5_string *to) argument
105 der_copy_bmp_string(const heim_bmp_string *from, heim_bmp_string *to) argument
116 der_copy_universal_string(const heim_universal_string *from, heim_universal_string *to) argument
128 der_copy_visible_string(const heim_visible_string *from, heim_visible_string *to) argument
135 der_copy_octet_string(const heim_octet_string *from, heim_octet_string *to) argument
146 der_copy_heim_integer(const heim_integer *from, heim_integer *to) argument
158 der_copy_oid(const heim_oid *from, heim_oid *to) argument
170 der_copy_bit_string(const heim_bit_string *from, heim_bit_string *to) argument
[all...]
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-der_copy.c7 * as defined in and that are subject to the Apple Public Source License
42 * may be used to endorse or promote products derived from this software
64 heim_general_string *to)
66 *to = strdup(*from);
67 if(*to == NULL)
73 der_copy_integer (const int *from, int *to) argument
75 *to = *from;
80 der_copy_unsigned (const unsigned *from, unsigned *to) argument
82 *to = *from;
87 der_copy_generalized_time (const time_t *from, time_t *to) argument
63 der_copy_general_string(const heim_general_string *from, heim_general_string *to) argument
94 der_copy_utctime(const time_t *from, time_t *to) argument
101 der_copy_utf8string(const heim_utf8_string *from, heim_utf8_string *to) argument
107 der_copy_printable_string(const heim_printable_string *from, heim_printable_string *to) argument
120 der_copy_ia5_string(const heim_ia5_string *from, heim_ia5_string *to) argument
127 der_copy_bmp_string(const heim_bmp_string *from, heim_bmp_string *to) argument
138 der_copy_universal_string(const heim_universal_string *from, heim_universal_string *to) argument
150 der_copy_visible_string(const heim_visible_string *from, heim_visible_string *to) argument
157 der_copy_octet_string(const heim_octet_string *from, heim_octet_string *to) argument
168 der_copy_heim_integer(const heim_integer *from, heim_integer *to) argument
180 der_copy_oid(const heim_oid *from, heim_oid *to) argument
192 der_copy_bit_string(const heim_bit_string *from, heim_bit_string *to) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dswab.c18 * may be used to endorse or promote products derived from this software
40 swab (char *from, char *to, int nbytes) argument
43 *(to + 1) = *from;
44 *to = *(from + 1);
45 to += 2;
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_to_tt_only.rb10 @to = RDoc::Markup::ToTtOnly.new
14 assert_empty @to.end_accepting
18 assert_empty @to.end_accepting
22 assert_equal [], @to.res
26 assert_empty @to.end_accepting
30 assert_empty @to.res
34 assert_empty @to.res
38 assert_empty @to.res
42 assert_empty @to.res
46 assert_empty @to
[all...]
H A Dtest_rdoc_markup_to_markdown.rb11 @to = RDoc::Markup::ToMarkdown.new
15 assert_equal "\n", @to.res.join
19 assert_equal "> quote\n", @to.res.join
23 assert_equal "hello\n", @to.res.join
27 assert_equal "##### Hello\n", @to.res.join
31 assert_empty @to.list_index
32 assert_empty @to.list_type
33 assert_empty @to.list_width
37 assert_empty @to.list_index
38 assert_empty @to
[all...]
H A Dtest_rdoc_markup_to_rdoc.rb11 @to = RDoc::Markup::ToRdoc.new
15 assert_equal "\n", @to.res.join
19 assert_equal "> quote\n", @to.res.join
23 assert_equal "hello\n", @to.res.join
27 assert_equal "===== Hello\n", @to.res.join
31 assert_empty @to.list_index
32 assert_empty @to.list_type
33 assert_empty @to.list_width
37 assert_empty @to.list_index
38 assert_empty @to
[all...]
H A Dtest_rdoc_markup_to_ansi.rb11 @to = RDoc::Markup::ToAnsi.new
15 assert_equal "\e[0m\n", @to.res.join
19 assert_equal "\e[0m> quote\n", @to.res.join
23 assert_equal "\e[0mhello\n", @to.res.join
27 assert_equal "\e[0mHello\n", @to.res.join
31 assert_empty @to.list_index
32 assert_empty @to.list_type
33 assert_empty @to.list_width
37 assert_empty @to.list_index
38 assert_empty @to
[all...]
H A Dtest_rdoc_markup_to_bs.rb11 @to = RDoc::Markup::ToBs.new
15 assert_equal "\n", @to.res.join
19 assert_equal "> quote\n", @to.res.join
23 assert_equal "hello\n", @to.res.join
28 assert_equal "===== H\bHe\bel\bll\blo\bo\n", @to.res.join
32 assert_empty @to.list_index
33 assert_empty @to.list_type
34 assert_empty @to.list_width
38 assert_empty @to.list_index
39 assert_empty @to
[all...]
H A Dtest_rdoc_markup_to_html_snippet.rb10 @to = RDoc::Markup::ToHtmlSnippet.new @options, 100, 100
11 @ellipsis = @to.to_html '...'
15 assert_empty @to.res.join
19 assert_equal "\n<blockquote><p>quote\n</blockquote>\n", @to.res.join
21 assert_equal 5, @to.characters
25 assert_equal "<p>hello\n", @to.res.join
26 assert_equal 5, @to.characters
30 assert_equal "<p>Hello\n", @to.res.join
31 assert_equal 5, @to.characters
35 assert_equal "<p>Hello\n", @to
[all...]
H A Dtest_rdoc_markup_to_html.rb10 @to = RDoc::Markup::ToHtml.new @options
14 assert_empty @to.res.join
18 assert_equal "\n<blockquote>\n<p>quote</p>\n</blockquote>\n", @to.res.join
22 assert_equal "\n<p>hello</p>\n", @to.res.join
30 assert_equal expected, @to.res.join
37 assert_equal "\n<h1 id=\"label-Hello\">Hello#{links}</h1>\n", @to.res.join
44 assert_equal "\n<h2 id=\"label-Hello\">Hello#{links}</h2>\n", @to.res.join
51 assert_equal "\n<h3 id=\"label-Hello\">Hello#{links}</h3>\n", @to.res.join
58 assert_equal "\n<h4 id=\"label-Hello\">Hello#{links}</h4>\n", @to.res.join
67 @to
[all...]
H A Dtest_rdoc_markup_to_html_crossref.rb10 @to = RDoc::Markup::ToHtmlCrossref.new @options, 'index.html', @c1
14 result = @to.convert 'C1'
20 result = @to.convert 'C1@foo'
23 result = @to.convert 'C1#m@foo'
29 result = @to.convert 'C1@foo.'
34 result = @to.convert 'C1@foo+bar'
40 result = @to.convert 'rdoc-ref:C1'
46 result = @to.convert 'rdoc-ref:C1#m'
52 result = @to.convert 'rdoc-ref:C1#m@foo'
62 result = @to
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dapi.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
62 mdn_encodename(int actions, const char *from, char *to, size_t tolen);
65 mdn_decodename(int actions, const char *from, char *to, size_t tolen);
67 #define mdn_localtoutf8(from, to, tolen) \
68 mdn_encodename(IDN_LOCALCONV, from, to, len)
69 #define mdn_delimitermap(from, to, tolen) \
70 mdn_encodename(IDN_DELIMMAP, from, to, len)
71 #define mdn_localmap(from, to, tole
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dformatter_test_case.rb7 # This test case adds a variety of tests to your subclass when
9 # method you will provide to perform the assertion on the output.
11 # Your subclass must instantiate a visitor and assign it to <tt>@to</tt>.
26 # @to = RDoc::Markup::ToNewFormat.new
30 # assert_equal :junk, @to.res.join
45 # +@RM+:: RDoc::Markup # to reduce typing
86 # Call to add the visitor tests to your test case
92 # Calls start_accepting which needs to verif
[all...]
H A Dtext_formatter_test_case.rb17 # @to = RDoc::Markup::ToNewTextFormat.new
21 # assert_equal :junk, @to.res.join
31 # Adds test cases to the calling TestCase.
37 # Test case that calls <tt>@to.accept_heading</tt>
40 @to.start_accepting
41 @to.indent = 3
42 @to.accept_heading @RM::Heading.new(1, 'Hello')
48 # Test case that calls <tt>@to.accept_rule</tt>
51 @to.start_accepting
52 @to
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Dunsafe-links.test36 $RSYNC -avv from/safe/ to
37 test_symlink to/links/file1
38 test_symlink to/links/file2
39 test_symlink to/links/unsafefile
42 $RSYNC -avv --copy-links from/safe/ to
43 test_regular to/links/file1
44 test_regular to/links/file2
45 test_regular to/links/unsafefile
48 $RSYNC -avv --copy-unsafe-links from/safe/ to
49 test_symlink to/link
[all...]
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Dwcpcpy.c16 * may be used to endorse or promote products derived from this software
41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) argument
44 for (; (*to = *from); ++from, ++to);
45 return(to);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsane_rename.c11 /* const char *to;
41 int sane_rename(const char *from, const char *to) argument
50 if (rename(from, to) >= 0)
58 if (stat(from, &st) < 0 && stat(to, &st) >= 0) {
60 myname, from, to);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dcopy_host_realm.c18 * may be used to endorse or promote products derived from this software
37 * Copy the list of realms from `from' to `to'.
40 * @param from list of realms to copy from.
41 * @param to list of realms to copy to, free list of krb5_free_host_realm().
43 * @return Returns 0 to indicate success. Otherwise an kerberos et
52 krb5_realm **to)
60 *to
50 krb5_copy_host_realm(krb5_context context, const krb5_realm *from, krb5_realm **to) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DAnimationUtilities.h34 inline int blend(int from, int to, double progress) argument
36 return static_cast<int>(lround(static_cast<double>(from) + static_cast<double>(to - from) * progress));
39 inline unsigned blend(unsigned from, unsigned to, double progress) argument
41 return static_cast<unsigned>(lround(to > from ? static_cast<double>(from) + static_cast<double>(to - from) * progress : static_cast<double>(from) - static_cast<double>(from - to) * progress));
44 inline double blend(double from, double to, double progress) argument
46 return from + (to - from) * progress;
49 inline float blend(float from, float to, double progress) argument
51 return static_cast<float>(from + (to
54 blend(LayoutUnit from, LayoutUnit to, double progress) argument
59 blend(const IntPoint& from, const IntPoint& to, double progress) argument
[all...]
/macosx-10.10/Libc-1044.1.2/emulated/
H A Dstatvfs.c7 * as defined in and that are subject to the Apple Public Source License
35 cvt_statfs_to_statvfs(struct statfs *from, struct statvfs *to) argument
37 to->f_bsize = from->f_iosize;
38 to->f_frsize = from->f_bsize;
39 to->f_blocks = from->f_blocks;
40 to->f_bfree = from->f_bfree;
41 to->f_bavail = from->f_bavail;
42 to->f_files = from->f_files;
43 to->f_ffree = from->f_ffree;
44 to
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/dceutils/
H A Ddfspag.exp2 * kernel extentions used to get the pag
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorDragToAdjustNumberController.css26 .CodeMirror.drag-to-adjust .CodeMirror-lines {
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dmemmove.c33 memmove(void* to, const void* from, register size_t n)
35 register char* out = (char*)to;
41 return(memcpy(to, from, n)); /* hope it's fast*/
50 return(to);

Completed in 335 milliseconds

1234567891011>>