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:xfork
(Results
1 - 10
of
10
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
bootchartd.c
250
if (!(lgr_pid =
xfork
())) {
in bootchartd_main()
274
if (!(prog_pid =
xfork
())) xexec(toys.optargs+1);
in bootchartd_main()
H
A
D
openvt.c
76
if (!(pid =
xfork
())) {
in openvt_main()
H
A
D
crontab.c
292
if (!(pid =
xfork
())) {
in do_edit()
H
A
D
tcpsvd.c
354
if (!(pid =
xfork
())) {
in tcpsvd_main()
H
A
D
strace.c
579
TT.pid =
xfork
();
in strace_main()
/third_party/toybox/toys/other/
H
A
D
nbd_client.c
82
if ((toys.optflags & FLAG_n) || !
xfork
()) {
in nbd_client_main()
/third_party/toybox/toys/net/
H
A
D
netcat.c
155
if (CFG_TOYBOX_FORK && toys.optc &&
xfork
()) goto cleanup;
in netcat_main()
/third_party/toybox/lib/
H
A
D
portability.h
265
pid_t
xfork
(void);
H
A
D
portability.c
23
pid_t
xfork
(void)
in xfork()
function
H
A
D
xwrap.c
238
if (!(pid = CFG_TOYBOX_FORK ?
xfork
() : XVFORK())) {
in xpopen_both()
Completed in 7 milliseconds