Searched refs:from (Results 1 - 25 of 2390) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drename.c9 int rename(from,to)
10 register char *from, *to;
13 if (link(from, to) < 0)
16 (void) unlink(from);
/macosx-10.10.1/screen-22/screen/
H A Dnethack.c32 char *from; member in struct:nlstrans
40 {"Got only %d bytes from %s",
41 "You choke on your food: %d bytes from %s"},
67 "You cannot escape from window %d!"},
89 "You must play from a terminal."},
110 {"Illegal reattach attempt from terminal %s.",
119 DoNLS(from)
120 char *from;
127 for (t = nethacktrans; t->from; t++)
128 if (strcmp(from,
[all...]
/macosx-10.10.1/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);
46 from += 2;
/macosx-10.10.1/postfix-255/postfix/auxiliary/rmail/
H A Drmail6 IFS=" " read junk from junk junk junk junk junk junk junk relay
8 case "$from" in
10 *) from="$from@$relay";;
13 exec $SENDMAIL -i -f "$from" -- "$@"
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dunsafe-byname.test22 test_unsafe file from safe
23 test_unsafe dir/file from safe
24 test_unsafe dir/./file from safe
25 test_unsafe dir/. from safe
26 test_unsafe dir/ from safe
28 test_unsafe /etc/passwd from unsafe
29 test_unsafe //../etc/passwd from unsafe
30 test_unsafe //./etc/passwd from unsafe
32 test_unsafe ./foo from safe
33 test_unsafe ../foo from unsaf
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dapi.h11 * license is obtained from Japan Network Information Center ("JPNIC"),
29 * derived from this Software without specific prior written approval of
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, tolen) \
72 mdn_encodename(IDN_LOCALMAP, from, t
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsane_rename.c10 /* const char *from;
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);
H A Dsane_link.c9 /* int sane_link(from, to)
10 /* const char *from;
41 int sane_link(const char *from, const char *to) argument
51 if (link(from, to) >= 0)
59 if (stat(from, &from_st) >= 0 && stat(to, &to_st) >= 0
63 myname, from, to);
/macosx-10.10.1/libarchive-30/libarchive/cpio/test/
H A Dtest_gcpio_compat.c29 unpack_test(const char *from, const char *options, const char *se) argument
34 assertMakeDir(from, 0775);
35 assertChdir(from);
40 extract_reference_file(from);
42 testprog, options, from);
44 testprog, options, from);
50 testprog, options, from);
60 failure("%s", from);
63 failure("%s", from);
67 failure("%s", from);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dder_copy.c20 * may be used to endorse or promote products derived from this software
41 der_copy_general_string (const heim_general_string *from, argument
44 *to = strdup(*from);
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 = *from;
72 der_copy_utctime (const time_t *from, time_ 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.1/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-der_copy.c42 * may be used to endorse or promote products derived from this software
63 der_copy_general_string (const heim_general_string *from, argument
66 *to = strdup(*from);
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
89 *to = *from;
94 der_copy_utctime (const time_t *from, time_ 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.1/Heimdal-398.1.2/appl/push/
H A Dpfrom.in6 push --from $*
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dlink.c39 link(const char* from, const char* to)
41 NoP(from);
H A Drename.c38 mvdir(const char* from, const char* to)
49 argv[1] = from;
65 rename(const char* from, const char* to)
71 while (link(from, to))
77 return mvdir(from, to);
87 return mvdir(from, to);
95 return unlink(from);
H A Dmemmove.c33 memmove(void* to, const void* from, register size_t n)
36 register char* in = (char*)from;
41 return(memcpy(to, from, n)); /* hope it's fast*/
/macosx-10.10.1/Libc-1044.1.2/emulated/
H A Dstatvfs.c35 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->f_favail = from->f_ffree;
45 to->f_fsid = from
[all...]
/macosx-10.10.1/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);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcputime.h23 * directly from CPU registers, without the overhead of a system call. The
71 extern double CPUTimeDeltaSec(CPUTime from, CPUTime to); // seconds
72 extern double CPUTimeDeltaMs(CPUTime from, CPUTime to); // milliseconds
73 extern double CPUTimeDeltaUs(CPUTime from, CPUTime to); // microseconds
78 * average of a set of values returned from CPUTimeDelta*().
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dmoves.c46 int from = moves[m].from; local
96 if (moves[m].from == 0) return TRUE;
105 if (file(from) != file(bking_loc)
106 && rank(from) != rank(bking_loc)
107 && diagl(from) != diagl(bking_loc)
108 && diagr(from) != diagr(bking_loc))
113 if (rank(from) != rank(bking_loc)
114 && diagl(from) != diagl(bking_loc)
115 && diagr(from) !
457 int from, a, j, i; local
817 int from = moves[m].from; local
1298 int ep, from, target, captured, promoted, castled, find_slot; local
1935 int ep, from, target, captured, promoted, castled; local
[all...]
/macosx-10.10.1/libunwind-35.3/src/
H A DFileAbstraction.hpp44 // get16() read a 16-bit number from an E endian struct
46 // get32() read a 32-bit number from an E endian struct
48 // get64() read a 64-bit number from an E endian struct
51 // getBits() read a bit field from an E endian struct (bitCount=number of bits in field, firstBit=bit index of field)
54 // getBitsRaw() read a bit field from a struct with native endianness
55 // setBitsRaw() write a bit field from a struct with native endianness
61 static uint16_t get16(const uint16_t& from) INLINE { return OSReadBigInt16(&from, 0); }
64 static uint32_t get32(const uint32_t& from) INLINE { return OSReadBigInt32(&from,
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/cxx/
H A Dcxx_dbt.cpp43 const DBT *from = &that; local
45 memcpy(to, from, sizeof(DBT));
51 const DBT *from = &that; local
53 memcpy(to, from, sizeof(DBT));
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDominators.h47 bool dominates(BlockIndex from, BlockIndex to) const argument
50 return m_results[to].get(from);
53 bool dominates(BasicBlock* from, BasicBlock* to) const argument
55 return dominates(from->index, to->index);
/macosx-10.10.1/OpenSSL098-52/src/crypto/rsa/
H A Drsa_none.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)
80 memcpy(to,from,(unsigned int)flen);
85 const unsigned char *from, int flen, int num)
95 memcpy(to+tlen-flen,from,flen);
65 RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
84 RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_none.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
83 int RSA_padding_add_none(unsigned char *to, int tlen, unsigned char *from, argument
98 memcpy(to,from,(unsigned int)flen);
102 int RSA_padding_check_none(unsigned char *to, int tlen, unsigned char *from, argument
113 memcpy(to+tlen-flen,from,flen);
/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dnatd.test10 ipfw add divert 32000 ip from any to any via $1
11 ipfw add pass ip from any to any

Completed in 196 milliseconds

1234567891011>>