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:_strerror
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libunwind/libunwind/doc/
H
A
D
unw_strerror.tex
8
\begin{Name}{3}{unw\
_strerror
}{Thomas Hallgren}{Programming Library}{unw\
_strerror
}unw\
_strerror
-- get text corresponding to error code
15
\Type{const char *} \Func{unw\
_strerror
}(\Type{int} \Var{err\_code});\\
19
The \Func{unw\
_strerror
}() routine maps the (negative) \Var{err\_code}
30
\Func{unw\
_strerror
}() is thread-safe as well as safe to use
H
A
D
libunwind.tex
347
\SeeAlso{unw\
_strerror
(3)},
/third_party/python/Lib/
H
A
D
asyncore.py
73
def
_strerror
(err):
function
430
raise OSError(err,
_strerror
(err))
/third_party/python/Lib/test/
H
A
D
test_asyncore.py
310
err = asyncore.
_strerror
(errno.EPERM)
313
err = asyncore.
_strerror
(-1)
Completed in 4 milliseconds