Searched refs:retval (Results 151 - 175 of 937) sorted by relevance

1234567891011>>

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dputs.c57 int retval; local
74 retval = __sfvwrite(stdout, &uio) ? EOF : '\n';
76 return (retval);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecRandom.c53 CFDataRef retval = NULL; local
58 retval = CFDataCreate(kCFAllocatorDefault, bytes, count);
61 return retval;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecRandom.c53 CFDataRef retval = NULL; local
58 retval = CFDataCreate(kCFAllocatorDefault, bytes, count);
61 return retval;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecRandom.c53 CFDataRef retval = NULL; local
58 retval = CFDataCreate(kCFAllocatorDefault, bytes, count);
61 return retval;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebScrollBarPrivate.idl55 HRESULT value([out, retval] int* value);
59 HRESULT frameRect([out, retval] RECT* bounds);
61 HRESULT width([out, retval] int* w);
63 HRESULT height([out, retval] int* h);
65 HRESULT requestedWidth([out, retval] int* w);
67 HRESULT requestedHeight([out, retval] int* h);
H A DAccessibleComparable.idl45 HRESULT isSameObject([in] IAccessibleComparable* other, [out, retval] BOOL* result);
H A DIWebErrorPrivate.idl46 HRESULT sslPeerCertificate([out, retval] OLE_HANDLE* result);
H A DIWebHTMLRepresentation.idl64 HRESULT attributedStringFromDOMNodes([in] IDOMNode* startNode, [in] int startOffset, [in] IDOMNode* endNode, [in] int endOffset, [out, retval] IDataObject** attributedString);
69 HRESULT elementWithName([in] BSTR name, [in] IDOMElement* form, [out, retval] IDOMElement** element);
74 HRESULT elementDoesAutoComplete([in] IDOMElement* element, [out, retval] BOOL* result);
79 HRESULT elementIsPassword([in] IDOMElement* element, [out, retval] BOOL* result);
84 HRESULT formForElement([in] IDOMElement* element, [out, retval] IDOMElement** form);
89 HRESULT currentForm([out, retval] IDOMElement** form);
100 HRESULT deprecatedSearchForLabels([in, size_is(cLabels)] BSTR* labels, [in] int cLabels, [in] IDOMElement* beforeElement, [out, retval] BSTR* result);
105 HRESULT matchLabels([in, size_is(cLabels)] BSTR* labels, [in] int cLabels, [in] IDOMElement* againstElement, [out, retval] BSTR* result);
110 HRESULT searchForLabels([in, size_is(cLabels)] BSTR* labels, [in] unsigned cLabels, [in] IDOMElement* beforeElement, [out] unsigned* resultDistance, [out] BOOL* resultIsInCellAbove, [out, retval] BSTR* result);
H A DIWebHistory.idl74 HRESULT optionalSharedHistory([out, retval] IWebHistory** history);
136 HRESULT itemForURL([in] BSTR url, [out, retval] IWebHistoryItem** item);
151 HRESULT historyItemLimit([out, retval] int* limit);
167 HRESULT historyAgeInDaysLimit([out, retval] int* limit);
H A DIWebSerializedJSValuePrivate.idl44 [local] HRESULT getInternalRepresentation([out, retval] void** internalRepresentation);
H A DIWebUIDelegate2.idl55 HRESULT desktopNotificationsDelegate([out, retval] IWebDesktopNotificationsDelegate** result);
H A DIWebWorkersPrivate.idl51 HRESULT workerThreadCount([out, retval] UINT* number);
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dxnu_lldb_init.py11 retval = []
14 retval.append(str(s))
15 return retval
/macosx-10.9.5/pam_modules-138/modules/pam_nologin/
H A Dpam_nologin.c69 int retval = PAM_SUCCESS; local
98 retval = PAM_USER_UNKNOWN;
101 retval = PAM_AUTH_ERR;
109 return retval;
115 return retval;
130 return retval;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessibleText2.idl85 @retval S_OK
86 @retval S_FALSE if nothing to return, [out] values are -1, -1, NULL respectively.
87 @retval E_INVALIDARG if bad [in] passed.
95 [out, retval] BSTR *attributeValues
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmisc.c24 ssize_t retval = -1; local
27 retval = pread(devp->fd, buffer, devp->blockSize, baseOffset);
28 if (retval != devp->blockSize) {
29 warn("GetBlock: pread returned %zd", retval);
35 retval = 0;
37 return retval;
46 VolumeObjects_t *retval = NULL; local
48 retval = malloc(sizeof(*retval));
49 if (retval) {
73 int retval = 0; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dhibernate.c56 kern_return_t retval = KERN_SUCCESS; local
65 retval = KERN_RESOURCE_SHORTAGE;
73 retval = KERN_RESOURCE_SHORTAGE;
82 retval = KERN_RESOURCE_SHORTAGE;
90 return (retval);
106 kern_return_t retval = KERN_SUCCESS; local
137 if (retval != KERN_SUCCESS && need_to_unlock_decompressor == TRUE) {
141 return (retval);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A Ddirhardlink.c38 int retval = 0; local
57 retval = BTSearchRecord(fcb, &search_iterator, kInvalidMRUCacheKey,
59 if (retval) {
67 retval = ENOENT;
73 retval = ENOENT;
98 retval = BTSearchRecord(fcb, &search_iterator, kInvalidMRUCacheKey,
100 if (retval) {
123 return retval;
366 int retval; local
378 retval
388 int retval = 0; local
436 int retval = 0; local
585 int retval = 0; local
841 int retval = 0; local
947 int retval; local
1130 int retval = 0; local
1236 int retval = 0; local
1385 int retval = 0; local
[all...]
/macosx-10.9.5/UserNotification-28/Libunc/
H A DUNCUserNotification.c208 const char **p = contents, *retval = NULL; local
210 while (!retval && p && *p) {
211 if (0 == strcmp(*p++, kUNCSessionIDKey)) retval = *p;
214 return retval;
220 int retval = ERR_SUCCESS, itimeout = (timeout > 0.0 && timeout < INT_MAX) ? (int)timeout : 0; local
238 retval = task_get_bootstrap_port(mach_task_self(), &bootstrapPort);
239 if (ERR_SUCCESS == retval && MACH_PORT_NULL != bootstrapPort) retval = bootstrap_look_up(bootstrapPort, namebuffer, &serverPort);
240 if (ERR_SUCCESS != retval || MACH_PORT_NULL == serverPort) retval
265 int retval = ERR_SUCCESS; local
303 int retval = ERR_SUCCESS; local
341 char **p, *retval = NULL; local
357 int retval = ERR_SUCCESS; local
365 int retval = ERR_SUCCESS; local
384 int retval = ERR_SUCCESS; local
401 int retval = ERR_SUCCESS; local
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFUserNotification.c206 SInt32 retval = ERR_SUCCESS, itimeout = (timeout > 0.0 && timeout < INT_MAX) ? (SInt32)timeout : 0; local
223 retval = task_get_bootstrap_port(mach_task_self(), &bootstrapPort);
224 if (ERR_SUCCESS == retval && MACH_PORT_NULL != bootstrapPort) retval = bootstrap_look_up2(bootstrapPort, namebuffer, &serverPort, 0, 0);
225 if (ERR_SUCCESS == retval && MACH_PORT_NULL != serverPort) {
243 retval = mach_msg((mach_msg_header_t *)msg, MACH_SEND_MSG|MACH_SEND_TIMEOUT, size, 0, MACH_PORT_NULL, MESSAGE_TIMEOUT, MACH_PORT_NULL);
246 retval = unix_err(ENOMEM);
250 retval = unix_err(ENOMEM);
254 retval = unix_err(ENOMEM);
257 return retval;
269 SInt32 retval = ERR_SUCCESS; local
322 SInt32 retval = ERR_SUCCESS; local
366 CFStringRef retval = NULL; local
386 SInt32 retval = ERR_SUCCESS; local
396 SInt32 retval = ERR_SUCCESS; local
420 SInt32 retval = ERR_SUCCESS; local
440 SInt32 retval = ERR_SUCCESS; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/minitest/
H A Dmock.rb35 # +blk+, and returns +retval+.
58 def expect(name, retval, args=[], &blk)
61 @expected_calls[name] << { :retval => retval, :block => blk }
64 @expected_calls[name] << { :retval => retval, :args => args }
72 "#{name}(#{data[:args].inspect[1..-2]}) => #{data[:retval].inspect}"
115 expected_args, retval, val_block =
116 expected_call.values_at(:args, :retval, :block)
124 return retval
[all...]
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dlibproc.c46 int retval; local
49 if ((retval = __proc_info(PROC_INFO_CALL_LISTPIDS, type, typeinfo,(uint64_t)0, buffer, buffersize)) == -1)
53 retval = 0;
55 return(retval);
97 int retval; local
99 if ((retval = __proc_info(PROC_INFO_CALL_PIDINFO, pid, flavor, arg, buffer, buffersize)) == -1)
102 return(retval);
114 int retval; local
116 if ((retval = __proc_info(PROC_INFO_CALL_PIDFDINFO, pid, flavor, (uint64_t)fd, buffer, buffersize)) == -1)
119 return (retval);
126 int retval; local
137 int retval = 0, len; local
162 int retval = 0, len; local
188 int retval; local
198 int retval, len; local
232 int retval ; local
247 int retval; local
280 int retval; local
299 int retval; local
730 int retval; local
742 int retval; local
754 int retval; local
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_parse.c78 errcode_t retval; local
100 retval = profile_find_node_subsection(state->root_section,
103 if (retval == PROF_NO_SECTION) {
104 retval = profile_add_node(state->root_section,
107 if (retval)
108 return retval;
109 } else if (retval)
110 return retval;
133 retval = profile_get_node_parent(state->current_section,
135 if (retval)
225 errcode_t retval; local
379 long retval; local
[all...]
H A Dprof_init.c30 errcode_t retval = 0; local
44 retval = profile_open_file(*fs, &new_file);
46 if (retval == ENOENT || retval == EACCES || retval == EPERM) {
49 if (retval) {
51 return retval;
115 errcode_t retval; local
148 retval = profile_init((const_profile_filespec_t *) filenames,
155 return retval;
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/tests/
H A Ddriver_name.cpp27 int retval; local
42 retval = this_Interface->driverName(driver);
43 if (0 == retval) {
52 cout << "fetching driver string failed (" << retval << "): " << usb_strerror() << endl;

Completed in 201 milliseconds

1234567891011>>