OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boolf
(Results
1 - 1
of
1
) sorted by null
/external/libsepol/src/
genbools.c
69
FILE *
boolf
;
local
78
boolf
= fopen(path, "r");
79
if (
boolf
== NULL)
88
while(fgets(buffer, 255,
boolf
) != NULL) {
90
while (getline(&buffer, &size,
boolf
) > 0) {
108
fclose(
boolf
);
111
boolf
= fopen(localbools, "r");
112
if (
boolf
!= NULL) {
116
while(fgets(buffer, 255,
boolf
) != NULL) {
119
while (getline(&buffer, &size,
boolf
) > 0)
[
all
...]
Completed in 176 milliseconds