Home
last modified time | relevance | path

Searched refs:typep (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c920 register unsigned char * typep; local
1002 typep = sp->types;
1016 *typep++ = 1; /* DST ends */
1018 *typep++ = 0; /* DST begins */
1021 *typep++ = 0; /* DST begins */
1023 *typep++ = 1; /* DST ends */
Dzic.c170 const char * typep, const char * monthp,
1387 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep) in rulesub() argument
1391 const char * const typep;
1481 if (*typep == '\0')
1488 rp->r_yrtype = ecpyalloc(typep);
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dlocaltime.c920 register unsigned char * typep; local
1002 typep = sp->types;
1016 *typep++ = 1; /* DST ends */
1018 *typep++ = 0; /* DST begins */
1021 *typep++ = 0; /* DST begins */
1023 *typep++ = 1; /* DST ends */
Dzic.c170 const char * typep, const char * monthp,
1387 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep) in rulesub() argument
1391 const char * const typep;
1481 if (*typep == '\0')
1488 rp->r_yrtype = ecpyalloc(typep);
/external/dnsmasq/src/
Drfc1035.c864 unsigned short extract_request(HEADER *header, size_t qlen, char *name, unsigned short *typep) in extract_request() argument
869 if (typep) in extract_request()
870 *typep = 0; in extract_request()
881 if (typep) in extract_request()
882 *typep = qtype; in extract_request()
Ddnsmasq.h714 char *name, unsigned short *typep);
/external/iproute2/ip/
Dipxfrm.c1152 char *typep = NULL; in xfrm_selector_upspec_parse() local
1205 typep = *argv; in xfrm_selector_upspec_parse()
1277 if (typep || codep) { in xfrm_selector_upspec_parse()