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:catdatum
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
mls.c
336
cat_datum_t *
catdatum
, *rngdatum;
in mls_context_to_sid()
local
381
catdatum
=
in mls_context_to_sid()
386
if (!
catdatum
)
in mls_context_to_sid()
391
catdatum
->s.value - 1, 1))
in mls_context_to_sid()
406
if (
catdatum
->s.value >=
in mls_context_to_sid()
410
for (i =
catdatum
->s.value;
in mls_context_to_sid()
556
cat_datum_t *
catdatum
;
in mls_convert_context()
local
583
catdatum
=
in mls_convert_context()
589
if (!
catdatum
)
in mls_convert_context()
592
catdatum
in mls_convert_context()
[all...]
H
A
D
policydb.c
1113
cat_datum_t *
catdatum
;
in cat_index()
local
1115
catdatum
= (cat_datum_t *) datum;
in cat_index()
1118
if (!
catdatum
->isalias) {
in cat_index()
1119
if (!value_isvalid(
catdatum
->s.value, p->p_cats.nprim))
in cat_index()
1121
if (p->p_cat_val_to_name[
catdatum
->s.value - 1] != NULL)
in cat_index()
1123
p->p_cat_val_to_name[
catdatum
->s.value - 1] = (char *)key;
in cat_index()
3465
cat_datum_t *
catdatum
;
in cat_read()
local
3469
catdatum
= malloc(sizeof(cat_datum_t));
in cat_read()
3470
if (!
catdatum
)
in cat_read()
3472
cat_datum_init(
catdatum
);
in cat_read()
[all...]
H
A
D
write.c
480
cat_datum_t *
catdatum
;
in cat_write()
local
486
catdatum
= (cat_datum_t *) datum;
in cat_write()
491
buf[items++] = cpu_to_le32(
catdatum
->s.value);
in cat_write()
492
buf[items++] = cpu_to_le32(
catdatum
->isalias);
in cat_write()
Completed in 8 milliseconds