Searched refs:typep (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/backends/ |
D | aarch64_regs.c | 44 const char **setnamep, int *typep, in do_regtype() argument 48 *typep = type; in do_regtype() 64 int *bits, int *typep) in aarch64_register_info() argument 74 do_regtype(setname, type, setnamep, typep, name, namelen, __VA_ARGS__) in aarch64_register_info()
|
/external/openssh/ |
D | packet.c | 1399 ssh_packet_read_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_seqnr() argument 1424 r = ssh_packet_read_poll_seqnr(ssh, typep, seqnr_p); in ssh_packet_read_seqnr() 1428 *typep == SSH_SMSG_SUCCESS in ssh_packet_read_seqnr() 1429 || *typep == SSH_SMSG_FAILURE in ssh_packet_read_seqnr() 1430 || *typep == SSH_CMSG_EOF in ssh_packet_read_seqnr() 1431 || *typep == SSH_CMSG_EXIT_CONFIRMATION)) in ssh_packet_read_seqnr() 1435 if (*typep != SSH_MSG_NONE) in ssh_packet_read_seqnr() 1537 ssh_packet_read_poll1(struct ssh *ssh, u_char *typep) in ssh_packet_read_poll1() argument 1547 *typep = SSH_MSG_NONE; in ssh_packet_read_poll1() 1660 if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) in ssh_packet_read_poll1() [all …]
|
D | ssh_api.h | 89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
|
D | ssh_api.c | 228 ssh_packet_next(struct ssh *ssh, u_char *typep) in ssh_packet_next() argument 238 *typep = SSH_MSG_NONE; in ssh_packet_next() 262 *typep = type; in ssh_packet_next()
|
/external/openssh/regress/misc/kexfuzz/ |
D | kexfuzz.c | 48 packet_hook(struct ssh *ssh, struct sshbuf *packet, u_char *typep, void *_ctx) in packet_hook() argument 59 *packet_count, *typep); in packet_hook() 68 typep)) != 0 || in packet_hook() 73 *typep); in packet_hook() 80 if (fwrite(typep, 1, 1, dumpfile) != 1) in packet_hook() 88 *typep, sshbuf_len(packet)); in packet_hook()
|
/external/dnsmasq/src/ |
D | rfc1035.c | 866 unsigned short extract_request(HEADER *header, size_t qlen, char *name, unsigned short *typep) in extract_request() argument 871 if (typep) in extract_request() 872 *typep = 0; in extract_request() 883 if (typep) in extract_request() 884 *typep = qtype; in extract_request()
|
D | dnsmasq.h | 683 char *name, unsigned short *typep);
|
/external/iproute2/ip/ |
D | ipxfrm.c | 1227 char *typep = NULL; in xfrm_selector_upspec_parse() local 1280 typep = *argv; in xfrm_selector_upspec_parse() 1353 if (typep || codep) { in xfrm_selector_upspec_parse()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 173 const char * typep, const char * monthp, 1396 const char *const typep, in rulesub() argument 1486 if (*typep == '\0') in rulesub() 1493 rp->r_yrtype = ecpyalloc(typep); in rulesub()
|