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

  /external/elfutils/backends/
aarch64_regs.c 44 const char **setnamep, int *typep,
48 *typep = type;
64 int *bits, int *typep)
74 do_regtype(setname, type, setnamep, typep, name, namelen, __VA_ARGS__)
  /external/dnsmasq/src/
rfc1035.c 866 unsigned short extract_request(HEADER *header, size_t qlen, char *name, unsigned short *typep)
871 if (typep)
872 *typep = 0;
883 if (typep)
884 *typep = qtype;
    [all...]