Searched refs:in (Results 551 - 575 of 6925) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
30 case $1 in
68 case $# in
76 # from a parallel make. We use --version in the probe to restrict
78 case $dirmode in
99 for d in ./-m ./-p ./--version "./$dirmode";
109 case $file in
124 case $pathcomp in
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
30 case $1 in
68 case $# in
76 # from a parallel make. We use --version in the probe to restrict
78 case $dirmode in
99 for d in ./-m ./-p ./--version "./$dirmode";
109 case $file in
124 case $pathcomp in
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
27 case $1 in
65 case $# in
73 # from a parallel make. We use --version in the probe to restrict
75 case $dirmode in
96 for d in ./-m ./-p ./--version "./$dirmode";
106 case $file in
121 case $pathcomp in
/macosx-10.10/zsh-61/zsh/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
31 case $1 in
69 case $# in
77 # from a parallel make. We use --version in the probe to restrict
79 case $dirmode in
100 for d in ./-m ./-p ./--version "./$dirmode";
110 case $file in
125 case $pathcomp in
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcmll_cbc.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
64 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
76 assert(in && out && key && ivec);
79 if(((size_t)in|(size_t)out|(size_t)ivec) % sizeof(u32) == 0)
86 (u32 *)in, (u3
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dminigzip.c3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * or in pipe mode.
57 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
66 /* Map the Windows error number in ERROR to a locale-dependent error
144 void gz_compress OF((FILE *in, gzFile out));
146 int gz_compress_mmap OF((FILE *in, gzFile out));
148 void gz_uncompress OF((gzFile in, FILE *out));
167 void gz_compress(in, out)
168 FILE *in;
176 /* Try first compressing with mmap. If mmap fails (minigzip used in
267 FILE *in; local
303 gzFile in; local
422 FILE * in = fopen(*argv, "rb"); local
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Drt.sh28 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
67 do case $OPT in
164 case $line in
171 do case $2 in
194 case $4 in
241 case $line in
244 do case $1 in
258 do case $1 in
283 case $lower in
305 +(-)) case $style in
[all...]
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.birthday11 01/01 Paul Revere born in Boston, 1735
12 01/02 Isaac Asimov born in Petrovichi, Russian SFSR, 1920
13 01/04 George Washington Carver born in Missouri, 1864
18 01/11 Alexander Hamilton born in Nevis, British West Indies, 1757?
19 01/12 "Long" John Baldry is born in London, 1941
25 01/17 Benjamin Franklin born in Boston, 1706
26 01/19 Edgar Allan Poe born in Boston, 1809
27 01/19 Robert Edward Lee born in Stratford Estate, Virginia, 1807
30 01/21 Thomas Jonathan "Stonewall" Jackson born in Clarksburg, VA, 1824
33 01/23 Humphrey Bogart born in Ne
[all...]
/macosx-10.10/efax-38/efax/
H A Dfax14 # or in a configuration file (see CONFIGFILES below)
33 # Your fax number in international format, 20 characters maximum.
108 # shell command in these files will be executed.
122 # lines start with the keyword "fax" followed by the alias in
125 # one of the files in DIRFILES (defined below) contained the line
132 # default is the file .faxdir in the user's home directory.
155 # inch top & left margin. Comment these out to use the built-in
211 # Command(s) to reset modem when efax finishes. "-kZ" works in
215 # RESET="-kZ -k&F+FCLASS=0" # for modems that stay in fax mode after reset
261 # BUSYRETRIES is a list of delays in second
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_rsa.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
88 BIO *in; local
92 in
232 BIO *in; local
317 BIO *in; local
457 BIO *in; local
554 BIO *in; local
636 BIO *in; local
707 BIO *in; local
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtreq11 if $cmd -in $t -inform p -noout -text 2>&1 | fgrep -i 'Unknown Public Key'; then
20 $cmd -in fff.p -inform p -outform d >f.d
23 #$cmd -in fff.p -inform p -outform t >f.t
26 $cmd -in fff.p -inform p -outform p >f.p
30 $cmd -verify -in f.d -inform d -outform d >ff.d1
33 #$cmd -in f.t -inform t -outform d >ff.d2
36 $cmd -verify -in f.p -inform p -outform d >ff.d3
40 #$cmd -in f.d -inform d -outform t >ff.t1
43 #$cmd -in f.t -inform t -outform t >ff.t2
46 #$cmd -in
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMPrivate.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
43 HRESULT isEqual([in] IDOMElement* other, [out, retval] BOOL* result);
53 All the methods in this category are used by Safari forms autofill and should not be used for any other purpose.
80 HRESULT replaceCharactersInRange([in] int startTarget, [in] int endTarget, [in] BSTR replacementString, [in] int index);
90 HRESULT setAutofilled([in] BOO
[all...]
/macosx-10.10/libxslt-13/libxslt/
H A Dxslt-config.in36 case "$1" in
41 case "$1" in
115 for i in $all_flags; do
116 case "$i" in
117 # a library, save it for later, in reverse order
124 case " $other_flags " in
132 for i in $rev_libs; do
133 case " $ord_libs " in
135 *) ord_libs="$i $ord_libs" ;; # add it to output in reverse order
/macosx-10.10/swig-12/Lib/guile/
H A Dpointer-in-out.i5 * pointer-in-out.i
14 Supported calling conventions (in this example, PTRTYPE is int *):
52 %typemap(in, doc="$NAME is of type <" #SCM_TYPE ">") PTRTYPE *INPUT(PTRTYPE temp)
60 %typemap(in, doc="$NAME is of type <" #SCM_TYPE "> and is consumed by the function") PTRTYPE *INPUT_CONSUMED(PTRTYPE temp)
69 %typemap(in, doc="$NAME is of type <" #SCM_TYPE "> and is consumed by the function") PTRTYPE *INPUT_DESTROYED(PTRTYPE temp)
78 %typemap(in, numinputs=0) PTRTYPE *OUTPUT(PTRTYPE temp),
88 %typemap(in) PTRTYPE *BOTH = PTRTYPE *INPUT;
90 %typemap(in) PTRTYPE *INOUT = PTRTYPE *INPUT;
96 %typemap(in, doc="$NAME is of type <" #SCM_TYPE ">") PTRTYPE {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dtocexpand27 format in|- ?out|-?"
45 global argv0 argv format in out
71 foreach {format in out} $argv break
73 if {$format == {} || $in == {}} {
84 global in
85 if {[string equal $in -]} {
88 set if [open $in r]
114 global format in
/macosx-10.10/zsh-61/zsh/Src/
H A Dmkmakemod.sh3 # mkmakemod.sh: generate Makefile.in files for module building
10 # $1 = subdirectory to look in, relative to $top_srcdir
14 # must be set correctly in the environment.
16 # This looks in $1, and uses all the *.mdd files there. Each .mdd file
36 # The .mdd file may also include a Makefile.in fragment between lines
37 # `:<<\Make' and `Make' -- this will be copied into Makemod.in.
39 # The resulting Makemod.in knows how to build each module that is defined.
52 # included Makemod.in.in
55 # in Makemo
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dencoding.c7 * [ISO-10646] UTF-8 and UTF-16 in Annexes
12 * described in Unicode Technical Report #4.
166 * @in: a pointer to an array of ASCII chars
167 * @inlen: the length of @in
169 * Take a block of ASCII chars in and try to convert it to an UTF-8
178 const unsigned char* in, int *inlen) {
180 const unsigned char* base = in;
181 const unsigned char* processed = in;
186 inend = in + (*inlen);
187 while ((in < inen
177 asciiToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
224 UTF8Toascii(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
308 isolat1ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
397 UTF8Toisolat1(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
495 unsigned short* in = (unsigned short*) inb; local
574 UTF8ToUTF16LE(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
683 UTF8ToUTF16(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
733 unsigned short* in = (unsigned short*) inb; local
816 UTF8ToUTF16BE(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
927 xmlDetectCharEncoding(const unsigned char* in, int len) argument
1796 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen, const unsigned char *in, int *inlen) argument
1863 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, const unsigned char *in, int *inlen) argument
1927 xmlCharEncFirstLineInt(xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in, int len) argument
2033 xmlCharEncFirstLine(xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in) argument
2061 xmlBufPtr in; local
2187 xmlBufPtr in; local
2298 xmlCharEncInFunc(xmlCharEncodingHandler * handler, xmlBufferPtr out, xmlBufferPtr in) argument
2417 xmlBufPtr in; local
2639 xmlCharEncOutFunc(xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in) argument
2927 xmlParserInputPtr in; local
3023 UTF8ToISO8859x(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, unsigned char const *xlattable) argument
3139 ISO8859xToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, unsigned short const *unicodetable) argument
3927 ISO8859_2ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3931 UTF8ToISO8859_2(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3936 ISO8859_3ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3940 UTF8ToISO8859_3(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3945 ISO8859_4ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3949 UTF8ToISO8859_4(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3954 ISO8859_5ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3958 UTF8ToISO8859_5(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3963 ISO8859_6ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3967 UTF8ToISO8859_6(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3972 ISO8859_7ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3976 UTF8ToISO8859_7(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3981 ISO8859_8ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3985 UTF8ToISO8859_8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3990 ISO8859_9ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3994 UTF8ToISO8859_9(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3999 ISO8859_10ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4003 UTF8ToISO8859_10(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4008 ISO8859_11ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4012 UTF8ToISO8859_11(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4017 ISO8859_13ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4021 UTF8ToISO8859_13(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4026 ISO8859_14ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4030 UTF8ToISO8859_14(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4035 ISO8859_15ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4039 UTF8ToISO8859_15(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4044 ISO8859_16ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
4048 UTF8ToISO8859_16(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dutf8.c6 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
101 * @param in an UTF-8 string to convert.
115 wind_utf8ucs4(const char *in, uint32_t *out, size_t *out_len) argument
121 for (p = (const unsigned char *)in; *p != '\0'; ++p) {
143 * @param in an UTF-8 string to convert.
151 wind_utf8ucs4_length(const char *in, size_t *out_len) argument
153 return wind_utf8ucs4(in, NULL, out_len);
159 * @param in a
168 wind_utf8ucs4_copy(const char *in, uint32_t **out, size_t *out_len) argument
219 wind_ucs4utf8(const uint32_t *in, size_t in_len, char *out, size_t *out_len) argument
281 wind_ucs4utf8_length(const uint32_t *in, size_t in_len, size_t *out_len) argument
299 wind_ucs4utf8_copy(const uint32_t *in, size_t in_len, char **out, size_t *out_len) argument
407 wind_ucs2write(const uint16_t *in, size_t in_len, unsigned int *flags, void *ptr, size_t *out_len) argument
478 wind_utf8ucs2(const char *in, uint16_t *out, size_t *out_len) argument
517 wind_utf8ucs2_length(const char *in, size_t *out_len) argument
540 wind_ucs2utf8(const uint16_t *in, size_t in_len, char *out, size_t *out_len) argument
595 wind_ucs2utf8_length(const uint16_t *in, size_t in_len, size_t *out_len) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Dpcbc_enc.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
67 const unsigned char *in; local
70 in
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
68 " -in arg - input file - default stdin\n",
76 FILE *in local
[all...]
/macosx-10.10/Twisted-17/
H A DMakefile15 for python in /usr/bin/python2.*[6-9]; do \
25 $(_v) for version in $(PYTHON_VERSIONS); do \
31 $(_v) for version in $(PYTHON_VERSIONS); do \
35 for so in $$(find "$(DSTROOT)$${extras}" -type f -name '*.so'); do $(STRIP) -Sx "$${so}"; done; \
37 for turd in "$(DSTROOT)$${extras}/lib/python/twisted/python/zsh/"* "$(DSTROOT)$${extras}/lib/python/twisted/topfiles/"*.misc; do \
47 $(_v) for script in $(CORE_SCRIPTS); do \
69 $(_v) for patchfile in $(AEP_Patches); do \
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dnumber.bash33 case "$*" in
35 echo "number: invalid character in argument." 1>&2
60 case $# in
69 case "${d3}" in
81 case "${d2}" in
93 case "${val2}" in
96 case "${d1}" in
114 case "${d1}" in
142 case $# in
176 case "$*" in
[all...]
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Drpcbase.idl6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
40 * copyright notices and this notice appears in all source code copies,
43 * in advertising or publicity pertaining to distribution of the software
50 * Redistribution and use in source and binary forms, with or without
56 * 2. Redistributions in binary form must reproduce the above copyright
57 * notice, this list of conditions and the following disclaimer in the
243 [in] handle_t binding_handle,
244 [in] rpc_call_handle_
[all...]
/macosx-10.10/zsh-61/zsh/Util/
H A Dreporter13 # stdout in the form of a script.
40 # Assumes that you have the following programs in your search path:
42 # Assumes that your C preprocessor lives in /lib/cpp or /usr/ccs/lib/cpp.
70 case ${reporter_OSVersion} in
93 in
109 # used in the remainder of this script, so we check for that first
149 # check what's defined in your C compiler, and code in some exceptions
151 # has "uname" only in the ATT universe. This code assumes that
173 for reporter_each in `ech
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dpipe.c5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
64 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in,
69 return apr_file_pipe_create_ex(in, out, APR_FULL_BLOCK, p);
72 APR_DECLARE(apr_status_t) apr_file_pipe_create_ex(apr_file_t **in,
98 (*in) = (apr_file_t *)apr_pcalloc(p, sizeof(apr_file_t));
99 (*in)->pool = p;
100 (*in)->fname = NULL;
101 (*in)->pipe = 1;
102 (*in)
378 apr_file_socket_pipe_create(apr_file_t **in, apr_file_t **out, apr_pool_t *p) argument
[all...]

Completed in 245 milliseconds

<<21222324252627282930>>