Searched refs:from (Results 76 - 100 of 2390) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dcanohost.c50 struct sockaddr_storage from; local
57 fromlen = sizeof(from);
58 memset(&from, 0, sizeof(from));
59 if (getpeername(sock, (struct sockaddr *)&from, &fromlen) < 0) {
64 if (from.ss_family == AF_INET)
67 ipv64_normalise_mapped(&from, &fromlen);
69 if (from.ss_family == AF_INET6)
72 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
81 if (getnameinfo((struct sockaddr *)&from, fromle
372 struct sockaddr_storage from; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Drace.c14 * license is obtained from Japan Network Information Center ("JPNIC"),
32 * derived from this Software without specific prior written approval of
94 static idn_result_t race_decode_decompress(const char *from,
104 const char *from, unsigned long *to, size_t tolen) {
113 TRACE(("idn__race_decode(from=\"%s\", tolen=%d)\n",
114 idn__debug_xstring(from, 50), (int)tolen));
116 if (!idn__util_asciihaveaceprefix(from, IDN_RACE_PREFIX)) {
117 if (*from == '\0') {
118 r = idn_ucs4_utf8toucs4(from, to, tolen);
124 from
103 idn__race_decode(idn_converter_t ctx, void *privdata, const char *from, unsigned long *to, size_t tolen) argument
168 race_decode_decompress(const char *from, unsigned short *buf, size_t buflen) argument
242 idn__race_encode(idn_converter_t ctx, void *privdata, const unsigned long *from, char *to, size_t tolen) argument
[all...]
H A Ducsset.c13 * license is obtained from Japan Network Information Center ("JPNIC"),
31 * derived from this Software without specific prior written approval of
73 unsigned long from; member in struct:__anon6374
124 static idn_result_t addrange(idn_ucsset_t ctx, unsigned long from,
180 idn_ucsset_addrange(idn_ucsset_t ctx, unsigned long from, argument
185 TRACE(("idn_ucsset_addrange(from=U+%lX, to=U+%lX)\n",
186 from, to));
188 return (addrange(ctx, from, to, "idn_ucsset_addrange"));
226 if (ranges[i].to + 1 >= ranges[j].from) {
242 int fidx = SEG_INDEX(ranges[i].from);
308 addrange(idn_ucsset_t ctx, unsigned long from, unsigned long to, char *func_name) argument
[all...]
H A Dpunycode.c14 * license is obtained from Japan Network Information Center ("JPNIC"),
32 * derived from this Software without specific prior written approval of
66 * name from beginning with a hyphen, we should choose a prefix rather
108 const char *from, unsigned long *to, size_t tolen) {
119 TRACE(("idn__punycode_decode(from=\"%s\", tolen=%d)\n",
120 idn__debug_xstring(from, 50), (int)tolen));
122 if (!idn__util_asciihaveaceprefix(from, IDN_PUNYCODE_PREFIX)) {
123 if (*from == '\0') {
124 r = idn_ucs4_utf8toucs4(from, to, tolen);
130 from
107 idn__punycode_decode(idn_converter_t ctx, void *privdata, const char *from, unsigned long *to, size_t tolen) argument
206 idn__punycode_encode(idn_converter_t ctx, void *privdata, const unsigned long *from, char *to, size_t tolen) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dtztrans.h38 * @param from The time zone rule used before the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
120 * @param from The time zone rule used before the transition.
123 void setFrom(const TimeZoneRule& from);
128 * @param from The time zone rule used before the transition.
131 void adoptFrom(TimeZoneRule* from);
164 * a return value from getDynamicClassID(). For example:
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dsecitem.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
63 ** then reallocate from there, otherwise reallocate from the heap.
83 ** Copy "from" to "to"
86 const SECItem *from);
89 ** Allocate an item and copy "from" into it.
91 extern SECItem *SECITEM_DupItem(const SECItem *from);
94 ** Allocate an item and copy "from" into it. The item itself and the
95 ** data it points to are both allocated from th
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dsecitem.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
63 ** then reallocate from there, otherwise reallocate from the heap.
83 ** Copy "from" to "to"
86 const SECItem *from);
89 ** Allocate an item and copy "from" into it.
91 extern SECItem *SECITEM_DupItem(const SECItem *from);
94 ** Allocate an item and copy "from" into it. The item itself and the
95 ** data it points to are both allocated from th
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A DSecAsn1Item.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
63 ** then reallocate from there, otherwise reallocate from the heap.
83 ** Copy "from" to "to"
86 const SecAsn1Item *from);
89 ** Allocate an item and copy "from" into it.
91 extern SecAsn1Item *SECITEM_DupItem(const SecAsn1Item *from);
94 ** Allocate an item and copy "from" into it. The item itself and the
95 ** data it points to are both allocated from th
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A DSecAsn1Item.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
63 ** then reallocate from there, otherwise reallocate from the heap.
83 ** Copy "from" to "to"
86 const SecAsn1Item *from);
89 ** Allocate an item and copy "from" into it.
91 extern SecAsn1Item *SECITEM_DupItem(const SecAsn1Item *from);
94 ** Allocate an item and copy "from" into it. The item itself and the
95 ** data it points to are both allocated from th
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A DSecAsn1Item.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
63 ** then reallocate from there, otherwise reallocate from the heap.
83 ** Copy "from" to "to"
86 const SecAsn1Item *from);
89 ** Allocate an item and copy "from" into it.
91 extern SecAsn1Item *SECITEM_DupItem(const SecAsn1Item *from);
94 ** Allocate an item and copy "from" into it. The item itself and the
95 ** data it points to are both allocated from th
[all...]
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dunsafe-links.test19 mkdir from
21 mkdir "from/safe"
22 mkdir "from/unsafe"
24 mkdir "from/safe/files"
25 mkdir "from/safe/links"
27 touch "from/safe/files/file1"
28 touch "from/safe/files/file2"
29 touch "from/unsafe/unsafefile"
31 ln -s ../files/file1 "from/safe/links/"
32 ln -s ../files/file2 "from/saf
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
67 ztrans_setFrom(ZTrans* trans, const void* from) { argument
68 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setFrom(*(TimeZoneRule*)from);
72 ztrans_adoptFrom(ZTrans* trans, void* from) { argument
73 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptFrom((TimeZoneRule*)from);
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dutf-7.el29 ;; The encoding and decoding was originally taken from Jon K Hellan's
91 (defun utf-7-encode (from to imap)
104 (if (stringp from)
105 (insert from)
106 (insert-buffer-substring old-buf from to))
133 (defun utf-7-pre-write-conversion (from to)
134 (utf-7-encode from to nil))
136 ;; (defun utf-7-imap-pre-write-conversion (from to)
137 ;; (utf-7-encode from to t))
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos3.tcl21 set from [$s task "Spring" "1 march 2004" "1 june 2004" 30]
23 $s summary "First half" $from $to
24 $s connect $from $to
/macosx-10.10.1/Heimdal-398.1.2/
H A Dylwrap132 from="$1"
135 if test $from = "y.tab.c"; then
136 from="y_tab.c"
138 if test $from = "y.tab.h"; then
139 from="y_tab.h"
143 if test -f "$from"; then
171 FROM=`echo "$from" | sed \
178 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
179 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
24 : fromDate(from),
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dswab.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
42 swab(const void * __restrict from, void * __restrict to, ssize_t len) argument
51 fp = (char *)from;
/macosx-10.10.1/OpenSSL098-52/src/crypto/rsa/
H A Drsa_pk1.c35 * The word 'cryptographic' can be left out if the rouines from the library
37 * 4. If you include any Windows specific code (or a derivative thereof) from
66 const unsigned char *from, int flen)
87 memcpy(p,from,(unsigned int)flen);
92 const unsigned char *from, int flen, int num)
97 p=from;
144 const unsigned char *from, int flen)
177 memcpy(p,from,(unsigned int)flen);
182 const unsigned char *from, int flen, int num)
187 p=from;
65 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
91 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
143 RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
181 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_pk1.c53 * The word 'cryptographic' can be left out if the rouines from the library
55 * 4. If you include any Windows specific code (or a derivative thereof) from
84 unsigned char *from, int flen)
105 memcpy(p,from,(unsigned int)flen);
110 unsigned char *from, int flen, int num)
115 p=from;
162 unsigned char *from, int flen)
195 memcpy(p,from,(unsigned int)flen);
200 unsigned char *from, int flen, int num)
205 p=from;
83 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, unsigned char *from, int flen) argument
109 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, unsigned char *from, int flen, int num) argument
161 RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, unsigned char *from, int flen) argument
199 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, unsigned char *from, int flen, int num) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dylwrap134 from="$1"
137 if test $from = "y.tab.c"; then
138 from="y_tab.c"
140 if test $from = "y.tab.h"; then
141 from="y_tab.h"
145 if test -f "$from"; then
173 FROM=`echo "$from" | sed \
180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dsunos4shr.h25 using one of the SunOS 4.1.x jumbo replacement patches from Sun.
67 #define memmove(to, from, size) bcopy (from, to, size)
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dylwrap134 from="$1"
137 if test $from = "y.tab.c"; then
138 from="y_tab.c"
140 if test $from = "y.tab.h"; then
141 from="y_tab.h"
145 if test -f "$from"; then
173 FROM=`echo "$from" | sed \
180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dfrom.rb21 def fromout(date, from, subj)
25 from ||= "sombody@somewhere"
26 from.delete!("\r\n")
27 from = from.kconv(Encoding.default_external).kjust(28)
31 printf "%02d/%02d/%02d [%s] %s\n", y%100, m, d, from, subj
107 = from.rb
111 ruby from.rb [-w] [username_or_filename]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Drecvfrom.c45 recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __restrict fromlen) argument
47 int ret = __recvfrom_nocancel(s, buf, len, flags, from, fromlen);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dpage_decrypt.c47 dsmos_page_transform(const void* from, void *to, unsigned long long src_offset, void *ops) argument
58 return (*dsmos_hook) (from, to, src_offset, ops);

Completed in 450 milliseconds

1234567891011>>