Searched refs:last_errno (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dos_macosx.c54 static int last_errno = 0; variable
324 last_errno = 0;
330 last_errno = EINVAL;
353 last_errno = E2BIG;
367 last_errno = E2BIG;
372 last_errno = 0;
388 last_errno = ENOENT; /* TODO: Another error code should be set */
406 last_errno = EFAULT;
460 last_errno = EFAULT;
479 last_errno
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dlangprintf.c34 int last_errno; /* Last error */ local
52 last_errno = errno;
78 _cupsLangString(cg->lang_default, message), strerror(last_errno));
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Derror.h136 int last_errno; /* last reported errno */ member in struct:Error_info_s
/macosx-10.10/cxxfilt-11/cxxfilt/include/gdb/
H A Dcallback.h131 int last_errno; /* host format */
130 int last_errno; /* host format */ member in struct:host_callback_struct
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Derror.c541 if ((flags & ERROR_SYSTEM) && errno && errno != error_info.last_errno)
546 error_info.last_errno = (level >= 0) ? 0 : errno;

Completed in 134 milliseconds