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

  /external/selinux/libsemanage/src/
users_base_file.c 69 int islist = 0; local
102 islist = (parse_optional_ch(info, '{') != STATUS_NODATA);
126 if (islist && delim == '}')
128 else if (!islist && delim == ';')
139 islist = 0;
141 } while (islist);
  /external/selinux/libsepol/src/
genusers.c 40 unsigned lineno = 0, islist = 0, bit; local
141 islist = 1;
144 islist = 0;
159 islist = 0;
182 } while (islist);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 892 int i, j, index, len, islist; local
911 islist = PyList_Check(seq);
912 if (!islist) {
928 if (islist) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1878 int index, islist; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1810 int index, islist; local
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 7641 islist(struct gl_context *ctx, GLuint list) function
    [all...]

Completed in 837 milliseconds