Searched refs:in (Results 76 - 100 of 6925) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dxalias.bash10 case $2 in
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Dset-x.tests10 for i in 0 1 2 ; do
13 case x in
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dmove-if-change7 case $# in
12 for arg in "$1" "$2"; do
13 case $arg in
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dconvc.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
110 [in] handle_t h,
111 [in] idl_uuid_
[all...]
H A Dlrpc.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
57 [in] rpc_transport_info_handle_t info
61 [in] rpc_transport_info_handle_t info,
H A Dcodesets.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
90 ** data before it is stored in NSI and a routine to decode the data after
98 ** they are stored in NS
[all...]
H A Dconv.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
105 ** the activity ID in the headers of packets that are parts of real
109 ** used in maintainin
[all...]
H A Drpcpvt.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
92 ** NOTE WELL: The existence, signature, and semantics of anything in
172 [in] rpc_binding_handle_
[all...]
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperfb.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
91 ** a call to an operation in the "perf" interface.
107 [in] handle_
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A DMakefile-devel-adds5 ${srcdir}/configure: configure.in
8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.in acconfig.h
12 echo timestamp > ${srcdir}/stamp-h.in
15 stamp-h: ${srcdir}/config.h.in config.status
18 Makefile: Makefile.in config.status
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509cset.c8 * 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
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
86 ASN1_TIME *in; local
89 in=x->crl->lastUpdate;
90 if (in != tm)
92 in
104 ASN1_TIME *in; local
138 ASN1_TIME *in; local
156 ASN1_INTEGER *in; local
[all...]
/macosx-10.10/ntp-92/scripts/
H A DVersionName7 case $point in
18 case $special in
23 case $releasecandidate in
31 case $repotype in
33 case $rcpoint in
/macosx-10.10/file_cmds-242/dd/
H A Dconv.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
69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
73 out.dbp = in.dbp;
74 out.dbcnt = in.dbcnt;
76 if (in.dbcnt >= out.dbsz) {
85 in.dbp = out.dbp;
86 in
[all...]
/macosx-10.10/tidy-15.15/tidy/console/
H A Dtab2space.c38 out of memory conditions to be detected in one place.
78 Stream *in; local
80 in = (Stream *)MemAlloc(sizeof(Stream));
82 memset(in, 0, sizeof(Stream));
83 in->fp = fp;
84 return in;
87 static void FreeStream(Stream *in) argument
89 if (in->buf)
90 MemFree(in->buf);
92 MemFree(in);
95 AddByte(Stream *in, uint c) argument
123 ReadChar(Stream *in) argument
209 Stream *in = NewStream(fin); local
217 WriteFile(Stream *in, FILE *fout) argument
267 Stream *in = NULL; local
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebNotificationCenter.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 addObserver([in] IWebNotificationObserver* observer, [in] BSTR notificationName, [in] IUnknown* anObject);
55 HRESULT postNotification([in] IWebNotification* notification);
59 HRESULT postNotificationName([in] BSTR notificationName, [in] IUnknown* anObject, [in] IPropertyBa
[all...]
H A DIWebScriptObject.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
49 Also the sparse array access allowed in web script objects doesn't map well to NSArray, so
67 @discussion Throws an exception in the current script execution context.
71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result);
75 @param name The name of the method to call in the script environment.
77 @discussion Calls the specified method in the script environment using the
82 HRESULT callWebScriptMethod([in] BSTR name, [in, size_i
[all...]
H A DIWebUIDelegate.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
41 @discussion Each menu item in the default menu items array passed in
200 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView);
211 HRESULT webViewShow([in] IWebView* sender);
217 @discussion Clients showing multiple views in one window may
223 HRESULT webViewClose([in] IWebVie
[all...]
H A DIWebEditingDelegate.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
106 HRESULT shouldBeginEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* result);
111 HRESULT shouldEndEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* result);
116 HRESULT shouldInsertNode([in] IWebView* webView, [in] IDOMNode* node, [in] IDOMRang
[all...]
H A DIWebHistory.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
81 HRESULT setOptionalSharedHistory([in] IWebHistory* history);
91 HRESULT addItems([in] int itemCount, [in] IWebHistoryItem** items);
98 HRESULT removeItems([in] int itemCount, [in] IWebHistoryItem** items);
110 @result Returns an array of NSCalendarDates for which history items exist in the WebHistory.
115 HRESULT orderedLastVisitedDays([in, ou
[all...]
H A DIWebPolicyDelegate.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
106 allows an in-progress navigation to be converted to a download
118 the request in some other way, such as opening a new window,
119 opening a new window behind the current one, opening the URL in an
120 external app, revealing the location in Finder if a file URL, etc.
130 the URL represents. Typically, the policy handler methods are called in this order:
144 documents come in one navigation, with each replacing the last. In
161 @param frame The WebFrame in whic
[all...]
/macosx-10.10/tidy-15.15/tidy/experimental/
H A Dhttpio.c94 int fillBuffer( HTTPInputSource *in )
96 if (0 < in->s)
98 in->nBufSize = recv( in->s, in->buffer, sizeof( in->buffer ), 0);
99 in->nextBytePos = 0;
100 if (in->nBufSize < sizeof( in->buffer ))
101 in
109 openURL( HTTPInputSource *in, tmbstr pUrl ) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DAccessibleText.idl13 * Redistribution and use in source and binary forms, with or without
20 * 2. Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
49 * mark may be used in accordance with the Linux Foundation Trademark
59 /** A structure containing a substring and the start and end offsets in the enclosing string.
65 long start; ///< Index of the first character of the segment in the enclosing text.
66 long end; ///< Index of the character following the last character of the segment in the enclosing text.
80 This enum is used in IAccessibleText::textBeforeOffset, IAccessibleText::textAtOffset,
88 In this case the caret can move over several characters in one movement
90 by the number of characters in th
[all...]
/macosx-10.10/misc_cmds-33/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.literatur23 01/18 Arno Schmidt in Hamburg geboren, 1914
24 02/09 Thomas Bernhard in Heerlen geboren, 1931
25 02/12 Immanuel Kant in K�nigsberg gestorben, 1804
26 02/12 Thomas Bernhard in Gmunden gestorben, 1989
27 02/17 Heinrich Heine in Paris gestorben, 1856
28 03/22 Johann Wolfgang von Goethe in Weimar gestorben, 1832
30 05/09 Friedrich von Schiller in Weimar gestorben, 1805
31 06/03 Arno Schmidt in Celle gestorben, 1979
32 06/03 Franz Kafka in Prag gestorben, 1924
33 06/06 Thomas Mann in
[all...]
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dextract.awk5 # Some parameters bind to different variables in different contexts,
6 # And other parameters map to associated variables in a many-to-1
12 # when doing duplicate elimination. Differences in the default value
13 # or lower/upper bounds still result in "postconf -d" duplicates,
98 for (key in int_vars)
103 for (key in str_vars)
108 for (key in str_fn_vars)
113 for (key in raw_vars)
118 for (key in bool_vars)
123 for (key in time_var
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Ddevice.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.
148 in className : io_name_t;
163 in matching : io_string_t;
169 in property_name : io_name_t;
175 in plane : io_name_t;
176 in options : uint32_t;
190 in pat
[all...]

Completed in 178 milliseconds

1234567891011>>