Searched refs:lasterror (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gthr-win32.h | 219 DWORD lasterror; in __gthread_objc_thread_get_data() local 222 lasterror = GetLastError (); in __gthread_objc_thread_get_data() 226 SetLastError (lasterror); in __gthread_objc_thread_get_data() 532 DWORD lasterror; in __gthread_getspecific() local 535 lasterror = GetLastError (); in __gthread_getspecific() 539 SetLastError (lasterror); in __gthread_getspecific()
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | Temp.pm | 34 my ($lastname, $lasterror, $lasttype); 118 ($lastname, $lasttype, $lasterror) = ($template, 'file', $!); 131 ($lastname, $lasttype, $lasterror) = ($template, 'dir', $!); 138 return ($template, $user, $lasttype, $lastname, $lasterror);
|
| D | PackageRepository.pm | 322 $self->{lasterror} = 404; 338 next if m/^signify:/ && $self->{lasterror}; 350 $self->{lasterror} = 421; 353 $self->{lasterror} = 550; 855 if (defined $self->{lasterror} && $self->{lasterror} == 421) { 866 undef $self->{lasterror}; 871 if (defined $self->{lasterror} && 872 ($self->{lasterror} == 550 || $self->{lasterror} == 404)) {
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/ |
| D | gthr-win32.c | 131 DWORD lasterror; in __gthr_win32_getspecific() local 133 lasterror = GetLastError(); in __gthr_win32_getspecific() 135 SetLastError( lasterror ); in __gthr_win32_getspecific()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gthr-win32.h | 220 DWORD lasterror; in __gthread_objc_thread_get_data() local 223 lasterror = GetLastError (); in __gthread_objc_thread_get_data() 227 SetLastError (lasterror); in __gthread_objc_thread_get_data() 592 DWORD lasterror; in __gthread_getspecific() local 595 lasterror = GetLastError (); in __gthread_getspecific() 599 SetLastError (lasterror); in __gthread_getspecific()
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | gthr-win32.c | 132 DWORD lasterror; in __gthr_win32_getspecific() local 134 lasterror = GetLastError(); in __gthr_win32_getspecific() 136 SetLastError( lasterror ); in __gthr_win32_getspecific()
|
| /openbsd/src/usr.sbin/ntpd/ |
| D | client.c | 60 p->lasterror = 0; in client_peer_init() 507 if (peer->lasterror == error) { in client_log_error() 511 peer->lasterror = error; in client_log_error()
|
| D | ntpd.h | 176 int lasterror; member
|