OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_errno
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_unix.c
214
int
last_errno
;
local
228
last_errno
= errno;
230
if (
last_errno
!= ERANGE)
/external/qemu/
vnc.h
301
int vnc_client_io_error(VncState *vs, int ret, int
last_errno
);
vnc-android.c
930
int vnc_client_io_error(VncState *vs, int ret, int
last_errno
)
934
switch (
last_errno
) {
947
ret, ret < 0 ?
last_errno
: 0);
[
all
...]
vnc.c
924
int vnc_client_io_error(VncState *vs, int ret, int
last_errno
)
928
switch (
last_errno
) {
941
ret, ret < 0 ?
last_errno
: 0);
[
all
...]
Completed in 356 milliseconds