Searched refs:ret_code (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/emacs-93/emacs/nt/
H A Drunemacs.c56 DWORD ret_code = 0; local
161 GetExitCodeProcess (child.hProcess, &ret_code);
168 return (int) ret_code;
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.h132 void gatedSendCommand(int cmd, int level, IOReturn *ret_code);
H A DAppleSmartBatteryManager.cpp555 IOReturn *ret_code)
558 *ret_code = kIOReturnExclusiveAccess;
562 *ret_code = kIOReturnError;
601 *ret_code = fProvider->performTransaction(
552 gatedSendCommand( int cmd, int level, IOReturn *ret_code) argument
/macosx-10.10/rsync-45/rsync/
H A Dbackup.c177 int ret_code; local
215 ret_code = do_rmdir(fname);
218 full_fname(fname), ret_code);
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dbio_b64.c146 int ret=0,i,ii,j,k,x,n,num,ret_code=0; local
188 ret_code=0;
199 ret_code=i;
348 ret_code=0;
371 return((ret == 0)?ret_code:ret);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsecurity.c371 int ret_code; local
402 ret_code = 0;
405 sscanf(buf, "%d", &ret_code);
413 return ret_code;
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_4758cca.c939 long ret_code; local
948 randomNumberGenerate(&ret_code, &reason_code, &exit_data_length,
950 if (ret_code)
959 randomNumberGenerate(&ret_code, &reason_code, NULL, NULL,
961 if (ret_code)
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dgen_rpc.awk110 link_only = ret_code = 0
114 ret_code = 1
847 if (ret_code == 0) {
884 if (ret_code) {
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dssl.h1504 int SSL_get_error(const SSL *s,int ret_code);
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl.h1504 int SSL_get_error(const SSL *s,int ret_code);

Completed in 231 milliseconds