Searched refs:errnum (Results 51 - 75 of 87) sorted by relevance

1234

/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.h270 int *errnum
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap.c1508 pcap_statustostr(int errnum) argument
1512 switch (errnum) {
1559 (void)snprintf(ebuf, sizeof ebuf, "Unknown error: %d", errnum);
1567 pcap_strerror(int errnum) argument
1570 return (strerror(errnum));
1576 if ((unsigned int)errnum < sys_nerr)
1577 return ((char *)sys_errlist[errnum]);
1578 (void)snprintf(ebuf, sizeof ebuf, "Unknown error: %d", errnum);
/macosx-10.10.1/patch_cmds-17/patch/
H A Dutil.c230 int errnum = errno; local
236 fprintf(stderr, ": %s\n", strerror(errnum));
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclDecls.h138 ZEXTERN const char * gzerror(gzFile file, int *errnum);
190 const char * (*gzerrorPtr) (gzFile file, int *errnum); /* 46 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/rs-ecc/
H A Drslib.c130 errnum (s, det, errs) function
198 errnum (syn, &deter, errcode);
/macosx-10.10.1/vim-55/src/proto/
H A Dex_cmds.pro13 int viminfo_error __ARGS((char *errnum, char *message, char_u *line));
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c777 int errnum = mkpath_np(tmp, 0700);
778 if (errnum != 0 && errnum != EEXIST) {
779 SecCFCreateErrorWithFormat(errnum, kSecErrnoDomain, NULL, error, NULL,
780 CFSTR("mkpath_np %s: [%d] %s"), tmp, errnum, strerror(errnum));
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c777 int errnum = mkpath_np(tmp, 0700);
778 if (errnum != 0 && errnum != EEXIST) {
779 SecCFCreateErrorWithFormat(errnum, kSecErrnoDomain, NULL, error, NULL,
780 CFSTR("mkpath_np %s: [%d] %s"), tmp, errnum, strerror(errnum));
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-help.c1882 __argp_failure (const struct argp_state *state, int status, int errnum,
1934 if (errnum)
1941 __strerror_r (errnum, buf, sizeof (buf)));
1949 s = __strerror_r (errnum, buf, sizeof buf);
1951 if (__strerror_r (errnum, buf, sizeof buf) == 0)
1955 if (! s && ! (s = strerror (errnum)))
/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_dbd.h351 * @param errnum - error code from operation that returned an error
352 * @return the database current error message, or message for errnum
353 * (implementation-dependent whether errnum is ignored)
356 apr_dbd_t *handle, int errnum);
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsdiff.c264 ck_editor_status (int errnum, int status) argument
266 if (errnum | status)
269 if (! errnum && WIFEXITED (status))
279 error (0, errnum, _(failure_msgid), editor_program);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h804 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
807 given compressed file. errnum is set to zlib error number. If an
809 errnum is set to Z_ERRNO and the application may consult errno
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-nfs.c1133 int errnum; local
1137 errnum = EXTRACT_32BITS(&dp[0]);
1139 *er = errnum;
1140 if (errnum != 0) {
1143 tok2str(status2str, "unk %d", errnum));
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextd_watchvol.c430 int errnum; local
438 if (/* !token || */ (errnum = notify_cancel(token)))
441 "destroy_watchedVol: error %d canceling notification.", errnum);
623 int errnum; local
640 if (rval && token != -1 && (errnum = notify_cancel(token)))
643 "watch_path: error %d canceling token.", errnum);
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd.c356 apr_dbd_t *handle, int errnum)
358 return driver->error(handle,errnum);
355 apr_dbd_error(const apr_dbd_driver_t *driver, apr_dbd_t *handle, int errnum) argument
/macosx-10.10.1/gpatch-3/patch/
H A Dutil.c533 int errnum = errno; local
540 errno = errnum;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dcompat.c101 strerror(int errnum) argument
103 return (sys_errlist[errnum]);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c1337 int errnum; local
1346 errnum = X509_STORE_CTX_get_error( ctx );
1358 if ( !ok ) certerr = (char *)X509_verify_cert_error_string( errnum );
1369 errdepth, errnum,
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dzlib.h1237 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1240 given compressed file. errnum is set to zlib error number. If an
1242 errnum is set to Z_ERRNO and the application may consult errno
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1266 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1269 given compressed file. errnum is set to zlib error number. If an
1271 errnum is set to Z_ERRNO and the application may consult errno
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dzic.c371 strerror(errnum)
372 int errnum;
377 return (errnum > 0 && errnum <= sys_nerr) ?
378 sys_errlist[errnum] : _("Unknown system error");
/macosx-10.10.1/pcre-7/pcre/
H A Dpcregrep.c1575 int errnum; local
1576 const char *err = BZ2_bzerror(inbz2, &errnum);
1577 if (errnum == BZ_DATA_ERROR_MAGIC)
/macosx-10.10.1/sudo-73/src/zlib/
H A Dzlib.h1513 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1516 compressed file. errnum is set to zlib error number. If an error occurred
1517 in the file system and not in the compression library, errnum is set to
/macosx-10.10.1/zlib-55/zlib/
H A Dzlib.h1451 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1454 compressed file. errnum is set to zlib error number. If an error occurred
1455 in the file system and not in the compression library, errnum is set to
/macosx-10.10.1/vim-55/src/
H A Dfileio.c3175 char_u *errnum = NULL; local
3511 errnum = (char_u *)"E656: ";
3519 errnum = (char_u *)"E657: ";
3568 errnum = (char_u *)"E502: ";
3574 errnum = (char_u *)"E503: ";
3592 errnum = (char_u *)"E503: ";
3603 errnum = (char_u *)"E796: ";
3619 errnum = (char_u *)"E502: ";
3640 errnum = (char_u *)"E504: ";
3645 errnum
[all...]

Completed in 216 milliseconds

1234