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:tmp_iface
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
interfaces.c
17
ocontext_t *
tmp_iface
= NULL;
in iface_from_record()
local
20
tmp_iface
= (ocontext_t *) calloc(1, sizeof(ocontext_t));
in iface_from_record()
21
if (!
tmp_iface
)
in iface_from_record()
25
tmp_iface
->u.name = strdup(sepol_iface_get_name(record));
in iface_from_record()
26
if (!
tmp_iface
->u.name)
in iface_from_record()
33
context_cpy(&
tmp_iface
->context[0], tmp_con);
in iface_from_record()
42
context_cpy(&
tmp_iface
->context[1], tmp_con);
in iface_from_record()
47
*iface =
tmp_iface
;
in iface_from_record()
54
if (
tmp_iface
!= NULL) {
in iface_from_record()
55
free(
tmp_iface
in iface_from_record()
[all...]
H
A
D
iface_record.c
98
sepol_iface_t *
tmp_iface
=
in sepol_iface_create()
local
101
if (!
tmp_iface
) {
in sepol_iface_create()
107
tmp_iface
->name = NULL;
in sepol_iface_create()
108
tmp_iface
->netif_con = NULL;
in sepol_iface_create()
109
tmp_iface
->netmsg_con = NULL;
in sepol_iface_create()
110
*iface =
tmp_iface
;
in sepol_iface_create()
Completed in 1 milliseconds