HomeSort by relevance Sort by last modified time
    Searched refs:catsbuf (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/src/
kernel_to_cil.c 1014 char *catsbuf, *p; local
1019 catsbuf = malloc(remaining);
1020 if (!catsbuf) {
1024 p = catsbuf;
1061 return catsbuf;
1064 free(catsbuf);
    [all...]
kernel_to_conf.c 991 char *catsbuf, *p; local
997 catsbuf = malloc(remaining);
998 if (!catsbuf) {
1002 p = catsbuf;
1039 return catsbuf;
1042 free(catsbuf);
    [all...]

Completed in 183 milliseconds