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:child_args
(Results
1 - 6
of
6
) sorted by relevance
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_fqn.c
75
struct cil_fqn_args
child_args
;
in __cil_fqn_qualify_blocks()
local
94
child_args
.node = node;
in __cil_fqn_qualify_blocks()
95
child_args
.len = newlen;
in __cil_fqn_qualify_blocks()
96
strcpy(
child_args
.prefix, fqn_args->prefix);
in __cil_fqn_qualify_blocks()
97
strcat(
child_args
.prefix, datum->name);
in __cil_fqn_qualify_blocks()
98
strcat(
child_args
.prefix, ".");
in __cil_fqn_qualify_blocks()
114
rc = cil_symtab_map(&(block->symtab[i]), __cil_fqn_qualify_decls, &
child_args
);
in __cil_fqn_qualify_blocks()
122
rc = cil_symtab_map(&(block->symtab[CIL_SYM_BLOCKS]), __cil_fqn_qualify_blocks, &
child_args
);
in __cil_fqn_qualify_blocks()
/third_party/ltp/lib/
H
A
D
self_exec.c
38
char *
child_args
; /* Arguments to child when -C is used */
variable
84
if (
child_args
) {
in maybe_run_child()
85
char *args = strdup(
child_args
);
in maybe_run_child()
H
A
D
parse_opts.c
123
extern char *
child_args
; /* Arguments to child when -C is used */
224
child_args
= optarg;
in parse_opts()
H
A
D
tst_test.c
657
extern char *
child_args
;
701
child_args
= optarg;
in parse_opts()
/third_party/ltp/testcases/kernel/mem/mtest07/
H
A
D
shm_test.c
85
struct
child_args
struct
182
struct
child_args
*args = vargs;
in shmat_rd_wr()
284
struct
child_args
chld_args[30]; /* arguments to the thread function */
in main()
/third_party/python/Lib/test/
H
A
D
_test_multiprocessing.py
291
child_args
= q.get()
292
self.assertEqual(
child_args
, args)
Completed in 12 milliseconds