Searched refs:in (Results 176 - 200 of 6925) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dpf6 # p: page compressed & plain files in the order given
34 Files are paged by the program specified in the user's PAGER
38 uncompressed and then paged. Files are assumed to be in packed, compressed,
39 or gzipped format if the filename ends in .Z, .z, or .gz respectively.
40 If a filename that does not end in .Z, .z, or .gz is not found, it is
54 case "$1" in
69 case "$file" in
72 for ext in Z z gz; do
96 for file in "${files[@]}"; do
97 case "$file" in
[all...]
/macosx-10.10/file_cmds-242/dd/
H A Dposition.c9 * 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
75 if (in.flags & ISSEEK) {
77 if (lseek(in.fd, in.offset * in.dbsz, SEEK_CUR) == -1 &&
79 err(1, "%s", in.name);
84 if (in.offset < 0)
92 for (bcnt = in
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dexecrate.sh26 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
59 do case $OPT in
73 do case $1 in
82 case $# in
94 case $1 in
104 *) case $exec in
113 case $CMD in
115 *) for d in $bins
124 do case $1 in
130 case $exec in
[all...]
H A Diffe.sh26 # NOTE: .exe a.out suffix and [\\/] in path patterns for dos/nt
28 case $-:$BASH_VERSION in
33 version=2012-07-17 # update in USAGE too #
41 case $_compile_status in
49 case $_compile_status in
63 case $1 in
67 case $1 in
74 case $_is_hdr_status in
76 then case `grep '#.*error' $tmp.e` in
82 case $_is_hdr_status in
[all...]
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccpad.h15 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
17 size_t nbytes, const void *in, void *out);
19 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
21 size_t nbytes, const void *in, void *out);
23 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
25 size_t nbytes, const void *in, void *out);
27 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
29 size_t nbytes, const void *in, void *out);
30 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
32 size_t nbytes, const void *in, voi
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/default_pager/
H A Ddefault_pager_object.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
38 * notice and this permission notice appear in all copies of the
40 * thereof, and that both notices appear in supporting documentation.
105 in priority : int;
106 in clsize : int;
117 in device : mach_port_t;
118 in offset : recnum_t;
119 in count : recnum_t;
120 in record_siz
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebBackForwardList.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
40 navigation to happen in other layers of the stack; they are only for maintaining this data
56 If the current position in the list is not at the end of the list, elements in the
61 HRESULT addItem([in] IWebHistoryItem* item);
83 HRESULT goToItem([in] IWebHistoryItem* item);
113 @result An array of items before the current entry, or nil if there are none. The entries are in the order that they were originally visited.
116 HRESULT backListWithLimit([in] in
[all...]
H A DIWebIconDatabase.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
47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup.
51 Retention methods can be called for icons that are not yet in the database.
85 @param cache If yes, caches the returned image in memory if not already cached
94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [out, retval] HBITMAP* hBitmap);
101 HRESULT defaultIconWithSize([in] LPSIZ
[all...]
H A DIWebPreferencesPrivate.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
43 HRESULT setDeveloperExtrasEnabled([in] BOOL enabled);
46 HRESULT setAutomaticallyDetectsCacheModel([in] BOOL automaticallyDetectsCacheModel);
49 HRESULT setAuthorAndUserStylesEnabled([in] BOOL enabled);
53 HRESULT setApplicationChromeMode([in] BOOL allowed);
55 HRESULT setOfflineWebApplicationCacheEnabled([in] BOOL enabled);
59 HRESULT setLocalStorageDatabasePath([in] BSTR location);
61 HRESULT setShouldPaintNativeControls([in] BOO
[all...]
H A DDOMWindow.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
52 HRESULT getComputedStyle([in] IDOMElement* element, [in] BSTR pseudoElement);
58 HRESULT getMatchedCSSRules([in] IDOMElement* element, [in] BSTR pseudoElement, [in] BOOL authorOnly, [out, retval] IDOMCSSRuleList** result);
H A DIWebEmbeddedView.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
40 HRESULT createViewWindow([in] HWND parentWindow, [in] LPSIZE pluginSize, [out, retval] HWND* window);
42 HRESULT didReceiveResponse([in] IWebURLResponse* response);
43 HRESULT didReceiveData([in] IStream* data);
45 HRESULT didFail([in] IWebError* error);
H A DIWebResource.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
57 HRESULT initWithData([in] IStream* data, [in] BSTR url, [in] BSTR mimeType, [in] BSTR textEncodingName, [in] BSTR frameName);
H A DIWebURLAuthenticationChallenge.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
66 HRESULT initWithAuthenticationChallenge([in] IWebURLAuthenticationChallenge* challenge, [in] IWebURLAuthenticationChallengeSender* sender);
71 HRESULT initWithProtectionSpace([in] IWebURLProtectionSpace* space, [in] IWebURLCredential* proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebErro
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dmkbltnmlst.sh3 # mkbltnmlst.sh: generate boot code for linked-in modules
23 for x_mod in $x_mods; do
27 echo >&2 "WARNING: no name for \`$x_mod' in $CFMOD (ignored)"
30 case "$bin_mods" in
32 echo "/* linked-in known module \`$x_mod' */"
37 echo "/* non-linked-in known module \`$x_mod' */"
46 for feature in $autofeatures; do
52 for feature in $autofeatures_emu; do
64 for feature in $autofeatures; do
73 for dep in
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dheim_ipc.defs8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
52 in requestin : heim_ipc_message_inband_t;
53 in requestout : heim_ipc_message_outband_t;
61 in reply_to : mach_port_make_send_once_t;
62 in requestin : heim_ipc_message_inband_t;
63 in requestout : heim_ipc_message_outband_t);
/macosx-10.10/OpenSSL098-52/src/crypto/camellia/
H A Dcamellia.h5 * 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 /* Because array size can't be a const in C, the following two are macros.
65 Both sizes are in bytes. */
98 void Camellia_encrypt(const unsigned char *in, unsigned char *out,
100 void Camellia_decrypt(const unsigned char *in, unsigne
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/bio/
H A Dsaccept.c20 BIO *in=NULL; variable
24 if (in != NULL)
25 BIO_free(in);
68 if ((in=BIO_new_accept(port)) == NULL) goto err;
70 /* This means that when a new connection is acceptede on 'in',
74 BIO_set_accept_bios(in,ssl_bio);
79 * will occur in the BIO_read() function. */
81 if (BIO_do_accept(in) <= 0) goto err;
85 i=BIO_read(in,buf,512);
93 tmp=BIO_pop(in);
[all...]
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.music10 01/01 Country Joe McDonald is born in El Monte, California, 1942
11 01/03 Steven Stills is born in Dallas, 1945
12 01/04 Jazz great Charlie Mingus dies at 57 in Cuernavaca, Mexico, 1979
13 01/08 David Bowie (then David Robert Jones) is born in London, 1947
15 01/09 James Patrick Page (Led Zeppelin) is born in Middlesex, England, 1945
16 01/10 Blues guitarist Howlin' Wolf dies in Chicago, 1976
17 01/10 Jim Croce is born in Philadelphia, 1943
18 01/10 Pat Benatar is born in Long Island, 1952
19 01/10 Rod Stewart is born in Glasgow, Scotland, 1945
20 01/13 Eric Clapton plays the "Rainbow Concert" in Londo
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dupl.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
38 * notice and this permission notice appear in all copies of the
40 * thereof, and that both notices appear in supporting documentation.
79 in abort_cond : integer_t);
85 in abort_cond : integer_t;
90 in page_list : upl_page_info_array_t);
96 in cntrl_flags : integer_t;
97 in page_list : upl_page_info_array_t;
/macosx-10.10/SecurityTokend-55108/mig/
H A Dtokend.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
60 routine establish(TOKEND_PORTS; in guid: Guid; in ssid: uint32;
61 in state: uint32; in cacheDirectory: FilePath; in workDirectory: FilePath;
64 simpleroutine terminate(requestport sport: mach_port_t; in reason: uint32; in options: uint32);
72 in getDat
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dsgi2tiff.c9 * that (i) the above copyright notices and this permission notice appear in
11 * Sam Leffler and Silicon Graphics may not be used in any advertising or
60 IMAGE *in; local
97 in = iopen(argv[optind], "r");
98 if (in == NULL)
103 TIFFSetField(out, TIFFTAG_IMAGEWIDTH, (uint32) in->xsize);
104 TIFFSetField(out, TIFFTAG_IMAGELENGTH, (uint32) in->ysize);
107 if (in->zsize == 1)
128 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, in->zsize);
129 if (in
191 cpContig(IMAGE* in, TIFF* out) argument
266 cpSeparate(IMAGE* in, TIFF* out) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dutf8conv.c13 | Version 1.1 (the "License"); you may not use this file except in
33 | Use 'Id' cvs keyword (instead of 'Header') in the file heads.
136 unsigned char *in, *end, *out; local
147 in = (unsigned char*) utf8_string;
149 end = in + *len;
152 while (in < end) {
154 byte = *in;
160 in++;
162 if ((in[1] & 0xC0) == 0x80) {
163 unicode = ((byte & 0x1F) << 6) | (in[
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/gssd/
H A Dgssd_mach.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
58 in mech : gssd_mechtype;
59 in intoken : gssd_byte_buffer;
60 in uid : uint32_t;
61 in princ_namestr : gssd_string;
62 in svc_namestr : gssd_string;
63 in flags : uint32_t;
64 in gssd_flags : uint32_t;
77 in intoke
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Dstreamio.c37 static uint ReadCharFromStream( StreamIn* in );
39 static uint ReadByte( StreamIn* in );
40 static void UngetByte( StreamIn* in, uint byteValue );
52 static uint PopChar( StreamIn *in );
115 StreamIn *in = (StreamIn*) MemAlloc( sizeof(StreamIn) ); local
117 ClearMemory( in, sizeof(StreamIn) );
118 in->curline = 1;
119 in->curcol = 1;
120 in->encoding = encoding;
121 in
133 freeStreamIn(StreamIn* in) argument
145 StreamIn *in = TY_(initStreamIn)( doc, encoding ); local
157 StreamIn *in = TY_(initStreamIn)( doc, encoding ); local
165 StreamIn *in = TY_(initStreamIn)( doc, encoding ); local
171 ReadBOMEncoding(StreamIn *in) argument
242 AddByteToOriginalText(StreamIn *in, tmbchar c) argument
254 AddCharToOriginalText(StreamIn *in, tchar c) argument
1068 UngetByte( StreamIn* in, uint byteValue ) argument
[all...]
/macosx-10.10/dyld-353.2.1/bin/
H A Dset-alt-dyld16 my $in = <IN>;
19 if($in =~ s{/usr/lib/dyld}{/usr/lib/dyle})
22 print OUT $in;

Completed in 579 milliseconds

1234567891011>>