HomeSort by relevance Sort by last modified time
    Searched refs:typep (Results 1 - 7 of 7) 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 1015 register unsigned char * typep; local
    [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 1085 char *typep = NULL; local
1137 typep = *argv;
1186 if (typep || codep) {

Completed in 4712 milliseconds