Home
last modified time | relevance | path

Searched refs:catsbuf (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c1058 char *catsbuf = NULL, *p; in cats_ebitmap_to_str() local
1065 catsbuf = malloc(remaining); in cats_ebitmap_to_str()
1066 if (!catsbuf) { in cats_ebitmap_to_str()
1070 p = catsbuf; in cats_ebitmap_to_str()
1110 return catsbuf; in cats_ebitmap_to_str()
1113 free(catsbuf); in cats_ebitmap_to_str()
H A Dkernel_to_conf.c1050 char *catsbuf = NULL, *p; in cats_ebitmap_to_str() local
1058 catsbuf = malloc(remaining); in cats_ebitmap_to_str()
1059 if (!catsbuf) { in cats_ebitmap_to_str()
1063 p = catsbuf; in cats_ebitmap_to_str()
1097 return catsbuf; in cats_ebitmap_to_str()
1100 free(catsbuf); in cats_ebitmap_to_str()

Completed in 8 milliseconds