OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lclptr
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
localtime.c
200
static struct state *
lclptr
;
variable in typeref:struct:state
207
#define
lclptr
(&lclmem)
macro
270
register struct state * const sp =
lclptr
;
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
187
static struct state *
lclptr
;
variable in typeref:struct:state
194
#define
lclptr
(&lclmem)
macro
259
register struct state * const sp =
lclptr
;
1165
if (
lclptr
== NULL) {
1166
lclptr
= (struct state *) malloc(sizeof *
lclptr
);
1167
if (
lclptr
== NULL) {
1173
if (tzload((char *) NULL,
lclptr
, TRUE) != 0)
1174
gmtload(
lclptr
);
1196
if (
lclptr
== NULL)
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
localtime.c
187
static struct state *
lclptr
;
variable in typeref:struct:state
194
#define
lclptr
(&lclmem)
macro
259
register struct state * const sp =
lclptr
;
1165
if (
lclptr
== NULL) {
1166
lclptr
= (struct state *) malloc(sizeof *
lclptr
);
1167
if (
lclptr
== NULL) {
1173
if (tzload((char *) NULL,
lclptr
, TRUE) != 0)
1174
gmtload(
lclptr
);
1196
if (
lclptr
== NULL)
[
all
...]
Completed in 33 milliseconds