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

  /system/extras/su/
su.c 43 uid_t tmpid = atoi(tok); local
44 if (uid) *uid = tmpid;
45 if (gid) *gid = tmpid;
  /external/openssl/crypto/ocsp/
ocsp_vfy.c 263 OCSP_CERTID *tmpid, *cid; local
279 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId;
281 if (OCSP_id_issuer_cmp(cid, tmpid))
284 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
336 OCSP_CERTID *tmpid; local
339 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId;
340 ret = ocsp_match_issuerid(cert, tmpid, NULL);
  /external/icu4c/common/
wintz.c 256 char tmpid[MAX_LENGTH_ID]; local
286 tmpid[0] = 0;
334 /* tmpid buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
335 * If none is found, tmpid buffer will contain a fallback ID (i.e. the time zone ID matching
338 if (idFound || tmpid[0] == 0) {
342 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
344 tmpid[index]='\0';
358 if (tmpid[0] != 0) {
359 len = uprv_strlen(tmpid);
362 uprv_strcpy(icuid, tmpid);
    [all...]

Completed in 1253 milliseconds