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:bnetifcon
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil_post.c
367
struct cil_netifcon *
bnetifcon
;
in test_cil_post_netifcon_compare_a_greater_b()
local
368
cil_netifcon_init(&
bnetifcon
);
in test_cil_post_netifcon_compare_a_greater_b()
369
bnetifcon
->interface_str = "bbb";
in test_cil_post_netifcon_compare_a_greater_b()
371
int rc = cil_post_netifcon_compare(&anetifcon, &
bnetifcon
);
in test_cil_post_netifcon_compare_a_greater_b()
380
struct cil_netifcon *
bnetifcon
;
in test_cil_post_netifcon_compare_b_greater_a()
local
381
cil_netifcon_init(&
bnetifcon
);
in test_cil_post_netifcon_compare_b_greater_a()
382
bnetifcon
->interface_str = "aaa";
in test_cil_post_netifcon_compare_b_greater_a()
384
int rc = cil_post_netifcon_compare(&anetifcon, &
bnetifcon
);
in test_cil_post_netifcon_compare_b_greater_a()
393
struct cil_netifcon *
bnetifcon
;
in test_cil_post_netifcon_compare_equal()
local
394
cil_netifcon_init(&
bnetifcon
);
in test_cil_post_netifcon_compare_equal()
[all...]
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_post.c
313
struct cil_netifcon *
bnetifcon
= *(struct cil_netifcon**)b;
in cil_post_netifcon_compare()
local
315
return strcmp(anetifcon->interface_str,
bnetifcon
->interface_str);
in cil_post_netifcon_compare()
Completed in 5 milliseconds