Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:old_errno
(Results
1 - 15
of
15
) sorted by relevance
/third_party/gn/src/base/posix/
H
A
D
safe_strerror.cc
71
int
old_errno
= errno;
in wrap_posix_strerror_r()
local
92
if (new_errno !=
old_errno
) {
in wrap_posix_strerror_r()
105
errno =
old_errno
;
in wrap_posix_strerror_r()
/third_party/curl/lib/
H
A
D
strerror.c
841
int
old_errno
= errno;
in Curl_strerror()
local
915
if(errno !=
old_errno
)
in Curl_strerror()
916
errno =
old_errno
;
in Curl_strerror()
936
int
old_errno
= errno;
in Curl_winapi_strerror()
local
955
if(errno !=
old_errno
)
in Curl_winapi_strerror()
956
errno =
old_errno
;
in Curl_winapi_strerror()
977
int
old_errno
= errno;
in Curl_sspi_strerror()
local
1104
if(errno !=
old_errno
)
in Curl_sspi_strerror()
1105
errno =
old_errno
;
in Curl_sspi_strerror()
H
A
D
parsedate.c
422
int
old_errno
;
in parsedate()
local
424
old_errno
= errno;
in parsedate()
428
if(errno !=
old_errno
)
in parsedate()
429
errno =
old_errno
;
in parsedate()
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
compat.rs
180
let
old_errno
= *::___errno();
in getpwent_r()
193
*::___errno() =
old_errno
;
in getpwent_r()
204
let
old_errno
= *::___errno();
in getgrent_r()
217
*::___errno() =
old_errno
;
in getgrent_r()
/third_party/musl/src/signal/
H
A
D
psignal.c
19
int
old_errno
= errno;
in psignal()
local
22
errno =
old_errno
;
in psignal()
/third_party/musl/src/dirent/
H
A
D
scandir.c
15
int
old_errno
= errno;
in scandir()
local
40
errno =
old_errno
;
in scandir()
/third_party/musl/src/thread/
H
A
D
synccall.c
24
int
old_errno
= errno;
in handler()
local
41
errno =
old_errno
;
in handler()
/third_party/musl/porting/linux/user/src/locale/
H
A
D
dcngettext.c
164
int
old_errno
= errno;
in dcngettext()
local
196
errno =
old_errno
;
in dcngettext()
331
errno =
old_errno
;
in dcngettext()
/third_party/musl/src/locale/
H
A
D
dcngettext.c
152
int
old_errno
= errno;
in dcngettext()
local
172
errno =
old_errno
;
in dcngettext()
285
errno =
old_errno
;
in dcngettext()
/third_party/musl/src/regex/
H
A
D
glob.c
133
int
old_errno
= errno;
in do_glob()
local
171
errno =
old_errno
;
in do_glob()
/third_party/musl/src/time/
H
A
D
__tz.c
175
int
old_errno
= errno;
in do_tzset()
local
184
errno =
old_errno
;
in do_tzset()
/third_party/curl/tests/server/
H
A
D
util.c
524
int
old_errno
= errno;
in exit_signal_handler()
local
535
errno =
old_errno
;
in exit_signal_handler()
/third_party/python/Modules/_ctypes/
H
A
D
callproc.c
206
int new_errno,
old_errno
;
in set_error_internal()
local
216
old_errno
= space[index];
in set_error_internal()
219
return PyLong_FromLong(
old_errno
);
in set_error_internal()
/third_party/python/Modules/
H
A
D
posixmodule.c
8007
int
old_errno
= errno;
in os_getlogin_impl()
local
8019
errno =
old_errno
;
in os_getlogin_impl()
/third_party/libbpf/src/
H
A
D
libbpf.c
250
int
old_errno
;
in libbpf_print()
local
257
old_errno
= errno;
in libbpf_print()
263
errno =
old_errno
;
in libbpf_print()
Completed in 44 milliseconds