Searched refs:in (Results 451 - 475 of 6925) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/screen-22/screen/etc/
H A Dmkinstalldirs12 for file in ${1+"$@"} ; do
21 for d in ${1+"$@"} ; do
H A Dtoolcheck9 case "$reply" in
25 case "$reply" in
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvsort11 # csvsort ?-sep sepchar? ?-f? ?-n? ?-r? ?-skip cnt? column file.in|- file.out|-
21 set usage "Usage: $argv0 ?-sep sepchar? ?-f? ?-n? ?-r? ?-skip cnt? column file.in|- file.out|-"
38 foreach {sortCol in out} $argv break
43 ![string compare $in ""] ||
50 if {![string compare $in -]} {
51 set in stdin
53 set in [open $in r]
65 # in - channel for input
75 while {![eof $in]} {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tclconfig/
H A Dimg.m411 case [$]$1_SRC_DIR in
45 echo configuring in $tea_config_dir
47 case "$srcdir" in
60 # A "../" for each directory in /$tea_config_dir.
63 case "$srcdir" in
64 .) # No --srcdir option. We are building in place.
75 elif test -f $tea_sub_srcdir/configure.in; then
78 echo "configure: warning: no configuration information is in $tea_config_dir" 1>&2
91 case "$cache_file" in
113 for tea_arg in
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dutil.c14 * above copyright notice and the following two paragraphs appear in
34 Split _ANSI_ARGS_ ((CONST char* in, char* out));
45 * actually 6-bit values and places them in the
47 * of '64' (6 bit -> values in range 0..63).
49 * 'length' must be in the range 1, ..., 3.
63 TrfSplit3to4 (in, out, length)
64 CONST unsigned char* in;
69 Split ((char*) in, (char*) out);
75 memcpy (buf, in, length);
104 * takes 4 bytes from 'in' (
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dclock_priv.defs7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
66 in flavor : clock_flavor_t;
67 in clock_attr : clock_attr_t);
/macosx-10.10/zlib-55/zlib/contrib/iostream2/
H A Dzstream_test.cpp13 izstream in("temp.gz"); // read it back
14 char *x = read_string(in), *y = new char[256], z[256];
15 in > y > z;
16 in.close();
/macosx-10.10/Heimdal-398.1.2/cf/
H A Dw32-def-from-dll.pl6 # Redistribution and use in source and binary forms, with or without
13 # - Redistributions in binary form must reproduce the above copyright
14 # notice, this list of conditions and the following disclaimer in
54 my ($ordinal, $symbol, $in) = ($1, $2, $3);
56 if ($in eq "") { $in = $symbol };
57 $forward_exports{$symbol} = $in;
80 my ($ordinal, $symbol, $in) = ($1, $2, $3);
88 if ($in ne $local_exports{$symbol} and $in n
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DANTLRUtil.cpp43 * @param in the istream to read from.
47 ANTLR_USE_NAMESPACE(std)string read_string( ANTLR_USE_NAMESPACE(std)istream& in )
55 eatwhite(in); variable
57 while( state != FINISHED && in.get(ch) )
111 * @param in the istream to read from.
113 ANTLR_USE_NAMESPACE(std)string read_identifier( ANTLR_USE_NAMESPACE(std)istream& in )
118 eatwhite(in); variable
120 while( in.get(ch) )
133 in.putback(ch);
143 * @param in th
149 void read_AttributeNValue( ANTLR_USE_NAMESPACE(std)istream& in, member in namespace:antlr
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dlmtp.c33 bdat => allocate requested size buffer & read it in, or 552/452
37 rset => if in child, die.
226 /* lmtp: run the LTMP protocol. It returns in children, never the
236 syslog it, and exit with EX_SOFTWARE. (See getL() in cstdio.c) */
510 { char*in,*out,*q,*last; local
511 last=(in=out=themail.p)+filled;
512 while(in<last)
513 if((q=memchr(in,'\r',last-in))?q>in
650 register char*in,*q,*last; local
717 register char*in,*q,*last; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr018/
H A Dchk.comma5 # Look for trailing commas in declarations. Some compilers can't handle:
23 if ./t ../../*/*.[ch] ../../*/*.in; then
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptorDES.c7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
43 uint32_t CCDesCBCCksum(void *in, void *out, size_t length, argument
47 return ccdes_cbc_cksum(in, out, length, key, keylen, ivec);
/macosx-10.10/Heimdal-398.1.2/packages/mac/
H A Dframework-links.sh11 for a in "Headers" "PrivateHeaders" ; do
/macosx-10.10/Heimdal-398.1.2/tests/db/
H A Dhave-db.in7 # Redistribution and use in source and binary forms, with or without
14 # 2. Redistributions in binary form must reproduce the above copyright
15 # notice, this list of conditions and the following disclaimer in the
48 case $1 in
/macosx-10.10/ICU-531.30/icuSources/samples/
H A Dreadme.txt7 break - demonstrates how to use BreakIterators in C and C++.
11 case - demonstrates how to do Unicode case conversion in C and C++.
21 legacy - demonstrates using two versions of ICU in one application
29 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
37 udata - demonstrates the use of ICU low level data routines (reader/writer in 'all' MSVC solution)
39 ufortune - demonstrates packaging and use of resources in an application
52 It is normally built with ICU, and is located in icu/source/extra/uconv
62 - See the Readme in each subdirectory
68 - open 'all' project file in 'all' subdirectory
70 - sample executables will be located in /x8
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil_md5.h7 * Redistribution and use in source and binary forms, with or without
11 * A copy of this license is available in file LICENSE in the
34 unsigned char in[64]; member in struct:lutil_MD5Context
55 const unsigned char in[64]));
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dtry-ciphers.sh2 # Placed in the Public Domain.
22 for c in $ciphers; do
24 for m in $macs; do
32 case $c in
40 for c in $ciphers; do
H A Dyes-head.sh2 # Placed in the Public Domain.
6 for p in 1 2; do
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/scripts/
H A Dcr_stripper.sh2 for f in antlr/*.hpp src/*.cpp; do
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/
H A DMakefile14 @foreach i in $(SUBDIRS); \
34 @foreach i in $(SUBDIRS); \
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebKitPluginAgentReply.defs4 * 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
36 in pluginHostPort: mach_port_move_send_t);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebBackForwardListPrivate.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
42 HRESULT removeItem([in] IWebHistoryItem* item);
H A DIWebHistoryItem.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
59 HRESULT initWithURLString([in] BSTR urlString, [in] BSTR title, [in] DATE lastVisited);
107 HRESULT setAlternateTitle([in] BSTR title);
H A DIWebInspectorPrivate.idl4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
42 HRESULT evaluateInFrontend([in] BSTR script);
H A DIWebTextRenderer.idl4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
42 HRESULT registerPrivateFont([in] LPCOLESTR fontFilePath);

Completed in 421 milliseconds

<<11121314151617181920>>