OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpid
(Results
1 - 4
of
4
) sorted by 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
...]
/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);
/packages/inputmethods/PinyinIME/jni/share/
userdict.cpp
[
all
...]
Completed in 724 milliseconds