OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_count
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsemanage/src/
booleans_activedb.c
27
unsigned int
tmp_count
= 0;
local
51
tmp_count
++;
72
*count =
tmp_count
;
84
for (i = 0; (unsigned int)i <
tmp_count
; i++)
database_llist.c
344
unsigned int
tmp_count
;
local
347
tmp_count
= dbase->cache_sz;
348
if (
tmp_count
> 0) {
350
calloc(
tmp_count
, sizeof(record_t *));
365
*count =
tmp_count
;
database_policydb.c
409
unsigned int
tmp_count
;
local
416
dbase->policydb, &
tmp_count
) < 0)
419
if (
tmp_count
> 0) {
421
calloc(
tmp_count
, sizeof(record_t *));
437
*count =
tmp_count
;
Completed in 683 milliseconds