OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saveerrno
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/
Xtransint.h
452
int hack= 0,
saveerrno
=errno; \
458
errno=
saveerrno
; \
462
int hack= 0,
saveerrno
=errno; \
469
errno=
saveerrno
; \
476
int hack= 0,
saveerrno
=errno; \
479
errno=
saveerrno
; \
483
int hack= 0,
saveerrno
=errno; \
486
errno=
saveerrno
; \
/external/oprofile/libpopt/
popt.c
942
int
saveerrno
= errno;
local
947
errno =
saveerrno
;
[
all
...]
Completed in 99 milliseconds