HomeSort by relevance Sort by last modified time
    Searched refs:typep (Results 1 - 9 of 9) sorted by null

  /external/dnsmasq/src/
rfc1035.c 864 unsigned short extract_request(HEADER *header, size_t qlen, char *name, unsigned short *typep)
869 if (typep)
870 *typep = 0;
881 if (typep)
882 *typep = qtype;
    [all...]
dnsmasq.h 712 char *name, unsigned short *typep);
  /bionic/libc/tzcode/
localtime.c 1007 register unsigned char * typep; local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 920 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 */
    [all...]
zic.c 170 const char * typep, const char * monthp,
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 920 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 */
    [all...]
zic.c 170 const char * typep, const char * monthp,
    [all...]
  /system/core/libcutils/
tztime.c 940 register unsigned char * typep; local
1023 typep = sp->types;
1036 *typep++ = 1; /* DST ends */
1038 *typep++ = 0; /* DST begins */
1041 *typep++ = 0; /* DST begins */
1043 *typep++ = 1; /* DST ends */
    [all...]
  /external/iproute2/ip/
ipxfrm.c 1040 char *typep = NULL; local
1092 typep = *argv;
1141 if (typep || codep) {

Completed in 601 milliseconds