OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpid
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
wintz.c
279
char
tmpid
[MAX_LENGTH_ID];
local
312
tmpid
[0] = 0;
349
tmpid
[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
351
tmpid
[index]='\0';
400
/*
tmpid
buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
401
* If none is found,
tmpid
buffer will contain a fallback ID (i.e. the time zone ID matching
404
if (idFound ||
tmpid
[0] == 0) {
408
tmpid
[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
410
tmpid
[index]='\0';
425
if (
tmpid
[0] != 0)
[
all
...]
/system/extras/su/
su.c
38
uid_t
tmpid
= strtoul(tok, &end, 10);
local
40
if (uid) *uid =
tmpid
;
41
if (gid) *gid =
tmpid
;
Completed in 333 milliseconds