OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_iface
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/src/
interfaces.c
17
ocontext_t *
tmp_iface
= NULL;
local
20
tmp_iface
= (ocontext_t *) calloc(1, sizeof(ocontext_t));
21
if (!
tmp_iface
)
25
tmp_iface
->u.name = strdup(sepol_iface_get_name(record));
26
if (!
tmp_iface
->u.name)
33
context_cpy(&
tmp_iface
->context[0], tmp_con);
42
context_cpy(&
tmp_iface
->context[1], tmp_con);
47
*iface =
tmp_iface
;
54
if (
tmp_iface
!= NULL) {
55
free(
tmp_iface
->u.name)
[
all
...]
iface_record.c
92
sepol_iface_t *
tmp_iface
=
local
95
if (!
tmp_iface
) {
101
tmp_iface
->name = NULL;
102
tmp_iface
->netif_con = NULL;
103
tmp_iface
->netmsg_con = NULL;
104
*iface =
tmp_iface
;
Completed in 52 milliseconds