Searched refs:err (Results 251 - 275 of 4129) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_mvwin.c60 int err = ERR;
70 err = OK; /* we don't actually move */
81 err = mvderwin(win,
84 if (err != ERR) {
85 err = copywin(clone, win,
87 if (ERR != err)
91 err = ERR;
95 returnCode(err);
/macosx-10.9.5/postfix-252/postfix/conf/
H A Dpostfix-wrapper208 err=0
214 $POSTFIX -c $dir check || err=$?
221 $POSTFIX -c $dir "$@" || err=$?
224 exit $err
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dclose.c13 int err = errno; local
21 errno = err;
30 int err = errno; local
38 errno = err;
46 int err = errno; local
54 errno = err;
62 int err = errno; local
70 errno = err;
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_help_command.rb19 util_gem 'bad' do |out, err|
21 assert_match(/Unknown command bad. Try gem help commands\n/, err)
26 util_gem 'platforms' do |out, err|
28 assert_equal '', err
35 util_gem 'commands' do |out, err|
39 assert_equal '', err
46 util_gem do |out, err|
49 assert_equal '', err
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DAsyncUrlMovie.tcl5 proc MyLoadCheck {w msg {err {}}} {
6 puts "w=$w, msg=$msg, err=$err"
7 if {[llength $err]} {
H A DStreamFromBBCAsync.tcl35 proc MyLoadCheck { w msg {err {}} } {
36 puts "w=$w, msg=$msg, err=$err"
37 if {[llength $err]} {
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dprocepc2.tcl37 set didCatch [catch {lappend rv [a 3 4]} err]
43 error $err
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dgetaudit.c33 int err; local
36 if ((err = getaudit_addr(&aia, sizeof(aia))) != 0)
37 return (err);
51 int err; local
56 if ((err = getaudit_addr(&aia, sizeof(aia))) != 0)
57 return (err);
66 if ((err = setaudit_addr(&aia, sizeof(aia))) != 0)
67 return (err);
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs62 int err = 0;
64 while (err >= 0 && inputIndex < total)
67 err = inflate(ref _ztream, (int)FlushTypes.None);
68 if (err == 0)
72 err = inflate(ref _ztream, (int)FlushTypes.None);
86 int err;
89 err = inflate(ref _ztream, (int)FlushTypes.Finish);
92 while (err == 0);
/macosx-10.9.5/KerberosHelper-148/Source/
H A DlookupDSLocalKDC.c43 OSStatus err = 0; local
50 if (NULL == realm) { err = paramErr; goto Error; }
56 if ( NULL == cfNodeRef ) { err = paramErr; goto Error; }
60 if( NULL == cfRecord ) { err = paramErr; goto Error; }
64 if ( NULL == cfLKDCName ) { err = paramErr; goto Error; }
68 if (1 != limit) { err = paramErr; goto Error; }
72 if (CFStringGetTypeID () != CFGetTypeID (realmName)) { err = paramErr; goto Error; }
81 return err;
101 if (NULL == realm) { err = paramErr; goto Error; }
105 if (0 != stat (kLocalKDCRealmFile, &realmFileSB)) { err
[all...]
H A DLKDCHelper-common.c56 const char *LKDCHelperError (LKDCHelperErrorType err) argument
59 if (kLKDCHelperSuccess == err) {
61 } else if (kLKDCHelperErrorBase < err && kLKDCHelperErrorEnd > err) {
62 p = errorstring[err - kLKDCHelperErrorBase - 1];
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_fread.c21 int err, ch, neg, y; local
47 if ((err = mp_mul_d(a, radix, a)) != MP_OKAY) {
48 return err;
50 if ((err = mp_add_d(a, y, a)) != MP_OKAY) {
51 return err;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dstrerror_r.c48 errno_t err; local
50 err = strerror_s(strerrbuf, buflen, eno);
51 if (err != 0) {
54 err = ((code != 0)? errno : 0);
57 return err;
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv_cb.h79 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
90 UErrorCode * err);
99 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
108 UErrorCode * err);
118 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
126 UErrorCode * err);
137 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
145 UErrorCode * err);
153 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
159 UErrorCode * err);
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dcapture.c19 CGError err; local
26 err = CGDisplayCaptureWithOptions(dispids[idx], kCGCaptureNoFill);
27 printf("CGDisplayCapture(%x) %d\n", dispids[idx], err);
35 err = CGDisplayRelease(dispids[idx]);
36 printf("CGDisplayRelease(%x) %d\n", dispids[idx], err);
/macosx-10.9.5/IOPCIFamily-224.92.1/AppleSamplePCI/
H A DAppleSamplePCI.cpp156 IOReturn err = kIOReturnSuccess; local
193 err = cmd->setMemoryDescriptor(memDesc);
194 if (kIOReturnSuccess != err)
196 IOLog("setMemoryDescriptor failed (0x%x)\n", err);
201 while ((kIOReturnSuccess == err) && (offset < memDesc->getLength()))
208 err = cmd->gen64IOVMSegments(&offset, &segments[0], &numSeg);
210 err, segments[0].fIOVMAddr, segments[0].fLength, numSeg);
219 err = cmd->clearMemoryDescriptor();
220 if (kIOReturnSuccess != err)
222 IOLog("clearMemoryDescriptor failed (0x%x)\n", err);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducnv_cb.h79 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
90 UErrorCode * err);
99 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
108 UErrorCode * err);
118 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
126 UErrorCode * err);
137 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
145 UErrorCode * err);
153 * @param err error status <TT>U_BUFFER_OVERFLOW</TT>
159 UErrorCode * err);
[all...]
/macosx-10.9.5/bless-98/libbless/FinderInfo/
H A DBLSetTypeAndCreator.c52 int err; local
63 err = getattrlist(path, &alist, &finfo, sizeof(finfo), 0);
64 if(err) return 1;
69 err = setattrlist(path, &alist, &finfo.finderinfo, sizeof(finfo.finderinfo), 0);
70 if(err) return 2;
H A DBLSetVolumeFinderInfo.c53 int err, i; local
63 err = getattrlist(mountpoint, &alist, &vinfo, sizeof(vinfo), 0);
64 if(err) {
74 err = setattrlist(mountpoint, &alist, &vinfo.finderinfo, sizeof(vinfo.finderinfo), 0);
75 if(err) {
/macosx-10.9.5/bless-98/libbless/HFS/
H A DBLBlessDir.c43 int err; local
46 err = BLGetVolumeFinderInfo(context, mountpoint, finderinfo);
47 if(err) {
72 err = BLSetVolumeFinderInfo(context, mountpoint, finderinfo);
73 if(err) {
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLGetCommonMountPoint.c47 int err; local
51 err = statfs(f1, &fsinfo);
52 if(err) {
63 err = statfs(f2, &fsinfo);
64 if(err) {
76 * 1) if f1 && f2, find a common mount point or err
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_xattr.c53 int err = 0; local
55 while(err == 0 && mappings[i].attr != NULL) {
60 err = fsetxattr(fd, mappings[i].attr, value, strlen(value), 0, 0);
62 err = fsetxattr(fd, mappings[i].attr, value, strlen(value), 0);
67 return err;
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfrm_page.c52 int err = E_OK; local
67 err = E_BAD_STATE;
73 err = E_INVALID_FIELD;
78 err = _nc_Set_Form_Page(form, page, (FIELD *)0);
86 RETURN(err);
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/generic/
H A DtclMacOSError.c52 OSStatus err) /* error code to interpret */
54 char theErrorNumber[132]; /* text representation of 'err' */
65 && (LookupError(err, theErrorName, theErrorDescription))) {
74 snprintf(theErrorString, 132, "OSErr %d, %s", err, theErrorName);
85 snprintf(theErrorString, 132, "OSErr %ld", (long)err);
89 snprintf(theErrorNumber, 132, "%ld", (long)err);
51 Tcl_MacOSError(Tcl_Interp *interp, OSStatus err) argument
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Dloadtable.tcl44 && [catch {package require Tktable $::VERSION} err]
45 && [catch {load [file join [pwd] $table(library)]} err]
46 && [catch {load [file join [pwd] .. unix $table(library)]} err]
47 && [catch {load [file join [pwd] .. win $table(library)]} err]
49 error $err

Completed in 409 milliseconds

<<11121314151617181920>>