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:newcat
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
mls.c
761
mls_semantic_cat_t *
newcat
, *lnewcat = NULL;
in mls_semantic_level_cpy()
local
767
newcat
=
in mls_semantic_level_cpy()
769
if (!
newcat
)
in mls_semantic_level_cpy()
772
mls_semantic_cat_init(
newcat
);
in mls_semantic_level_cpy()
774
lnewcat->next =
newcat
;
in mls_semantic_level_cpy()
776
dst->cat =
newcat
;
in mls_semantic_level_cpy()
778
newcat
->low = cat->low;
in mls_semantic_level_cpy()
779
newcat
->high = cat->high;
in mls_semantic_level_cpy()
781
lnewcat =
newcat
;
in mls_semantic_level_cpy()
/third_party/selinux/checkpolicy/
H
A
D
policy_define.c
4239
mls_semantic_cat_t *
newcat
;
in parse_semantic_categories()
local
4274
newcat
= (mls_semantic_cat_t *) malloc(sizeof(mls_semantic_cat_t));
in parse_semantic_categories()
4275
if (!
newcat
) {
in parse_semantic_categories()
4280
mls_semantic_cat_init(
newcat
);
in parse_semantic_categories()
4281
newcat
->next = *cats;
in parse_semantic_categories()
4282
newcat
->low = range_start;
in parse_semantic_categories()
4283
newcat
->high = range_end;
in parse_semantic_categories()
4285
*cats =
newcat
;
in parse_semantic_categories()
Completed in 6 milliseconds