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:num_to_sig
(Results
1 - 8
of
8
) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
kill.c
69
if (signum>=0) s =
num_to_sig
(signum&127);
in kill_main()
82
if (!*arg) arg =
num_to_sig
(i);
in kill_main()
H
A
D
ps.c
1668
char *s =
num_to_sig
(TT.pgrep.signal);
in do_pgk()
/third_party/toybox/toys/posix/
H
A
D
kill.c
70
if (signum>=0) s =
num_to_sig
(signum&127);
in kill_main()
85
if (!*arg) arg =
num_to_sig
(i);
in kill_main()
H
A
D
ps.c
1826
char *s =
num_to_sig
(TT.pgrep.signal);
in do_pgk()
/third_party/toybox/lib/
H
A
D
portability.h
342
char *
num_to_sig
(int sig);
H
A
D
portability.c
480
char *
num_to_sig
(int sig)
in num_to_sig()
function
H
A
D
lib.c
929
if ((name =
num_to_sig
(i))) {
in list_signals()
/third_party/toybox/toys/pending/
H
A
D
strace.c
410
case 'S': // The libc-reserved signals aren't known to
num_to_sig
().
in print_args()
412
if (!(s =
num_to_sig
(v))) fprintf(stderr, "%ld", v);
in print_args()
Completed in 11 milliseconds