HomeSort by relevance Sort by last modified time
    Searched defs:sids (Results 1 - 5 of 5) sorted by null

  /external/selinux/checkpolicy/
checkpolicy.c 382 sepol_security_id_t ssid, tsid, *sids, oldsid, newsid, tasksid; local
988 printf("use transition SIDs\n");
991 printf("use task SIDs\n");
1048 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1054 print_sid(sids[i], NULL, NULL);
1055 free(sids);
  /external/freetype/src/cff/
cfftypes.h 84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
  /external/libmtp/src/
ptp.c 555 unsigned char* sids=NULL; local
561 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len);
562 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len);
563 free(sids);
1631 unsigned char* sids=NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwptypes.h 265 PSID_AND_ATTRIBUTES sids; member in struct:FWP_TOKEN_INFORMATION_

Completed in 421 milliseconds