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

  /external/checkpolicy/
checkpolicy.c 380 sepol_security_id_t ssid, tsid, *sids; local
953 printf("use transition SIDs\n");
956 printf("use task SIDs\n");
1013 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1019 print_sid(sids[i], NULL, NULL);
1020 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/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...]

Completed in 77 milliseconds