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

  /external/elfutils/src/backends/
aarch64_regs.c 45 int *bits, int *typep)
55 *typep = type;
  /external/openssh/
ssh_api.h 77 * the packet type in typep.
81 * ssh_packet_next() sets typep if there is no new packet available.
89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
packet.c     [all...]
ssh_api.c 224 ssh_packet_next(struct ssh *ssh, u_char *typep)
234 *typep = SSH_MSG_NONE;
258 *typep = type;
  /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 714 char *name, unsigned short *typep);
  /external/iproute2/ip/
ipxfrm.c 1152 char *typep = NULL; local
1205 typep = *argv;
1277 if (typep || codep) {
  /external/icu/icu4c/source/tools/tzcode/
zic.c 173 const char * typep, const char * monthp,
    [all...]

Completed in 8378 milliseconds