| /src/external/gpl3/gdb.old/dist/gdb/ |
| auxv.h | 33 Return 1 if an entry was read into *TYPEP and *VALP. */ 35 const gdb_byte *endptr, CORE_ADDR *typep, 44 Return 1 if an entry was read into *TYPEP and *VALP. */ 46 const gdb_byte *endptr, CORE_ADDR *typep,
|
| auxv.c | 255 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp, 269 *typep = extract_unsigned_integer (ptr, sizeof_auxv_type, byte_order); 286 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) 292 return generic_auxv_parse (gdbarch, readptr, endptr, typep, valp, 300 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) 305 return generic_auxv_parse (gdbarch, readptr, endptr, typep, valp, 316 Return 1 if an entry was read into *TYPEP and *VALP. */ 320 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) 323 return gdbarch_auxv_parse (gdbarch, readptr, endptr, typep, valp); 325 return ops->auxv_parse (readptr, endptr, typep, valp) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| auxv.h | 33 Return 1 if an entry was read into *TYPEP and *VALP. */ 35 const gdb_byte *endptr, CORE_ADDR *typep, 44 Return 1 if an entry was read into *TYPEP and *VALP. */ 46 const gdb_byte *endptr, CORE_ADDR *typep,
|
| auxv.c | 255 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp, 269 *typep = extract_unsigned_integer (ptr, sizeof_auxv_type, byte_order); 286 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) 292 return generic_auxv_parse (gdbarch, readptr, endptr, typep, valp, 300 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) 305 return generic_auxv_parse (gdbarch, readptr, endptr, typep, valp, 316 Return 1 if an entry was read into *TYPEP and *VALP. */ 320 const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) 323 return gdbarch_auxv_parse (gdbarch, readptr, endptr, typep, valp); 325 return ops->auxv_parse (readptr, endptr, typep, valp) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| rdatatype.h | 28 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source); 33 *\li 'typep' is a valid pointer.
|
| /src/usr.bin/getaddrinfo/ |
| support.c | 91 parse_socktype(const char *string, int *typep) 94 return parse_numeric_tabular(string, typep, socket_types,
|
| /src/external/mpl/bind/dist/bin/named/include/named/ |
| config.h | 52 dns_rdatatype_t *typep); 70 named_config_getkeyalgorithm(const char *str, unsigned int *typep,
|
| /src/usr.bin/rpcgen/ |
| rpc_parse.c | 531 get_type(const char **prefixp, const char **typep, defkind dkind) 539 *typep = tok.str; 546 *typep = tok.str; 549 unsigned_dec(typep); 552 *typep = "short"; 556 *typep = "long"; 560 *typep = "longlong_t"; 567 *typep = tok.str; 577 *typep = tok.str; 585 unsigned_dec(const char **typep) [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| rdatatype.h | 35 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source); 40 *\li 'typep' is a valid pointer.
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh_api.h | 78 * the packet type in typep. 82 * ssh_packet_next() sets typep if there is no new packet available. 90 int ssh_packet_next(struct ssh *ssh, u_char *typep);
|
| packet.c | 1483 ssh_packet_read_seqnr(struct ssh *ssh, u_char *typep, uint32_t *seqnr_p) 1504 if ((r = ssh_packet_read_poll_seqnr(ssh, typep, seqnr_p)) != 0) 1507 if (*typep != SSH_MSG_NONE) 1575 ssh_packet_read_poll2_mux(struct ssh *ssh, u_char *typep, uint32_t *seqnr_p) 1584 *typep = SSH_MSG_NONE; 1602 (r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) 1604 if (ssh_packet_log_type(*typep)) 1605 debug3_f("type %u", *typep); 1613 ssh_packet_read_poll2(struct ssh *ssh, u_char *typep, uint32_t *seqnr_p) 1625 return ssh_packet_read_poll2_mux(ssh, typep, seqnr_p) [all...] |
| ssh_api.c | 251 ssh_packet_next(struct ssh *ssh, u_char *typep) 261 *typep = SSH_MSG_NONE; 285 *typep = type;
|
| /src/lib/libc/net/ |
| ip6opt.c | 126 inet6_option_append(struct cmsghdr *cmsg, const uint8_t *typep, int multx, 134 _DIAGASSERT(typep != NULL); 168 if (typep[0] == IP6OPT_PAD1) 171 optlen = typep[1] + 2; 172 memcpy(bp, typep, (size_t)optlen); 555 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, 591 *typep = *optp;
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-archive.c | 811 const char *symname, ctf_id_t *typep, int *errp) 839 if (typep) 840 *typep = type; 912 if (typep) 913 *typep = type; 952 if (typep) 953 *typep = type; 993 if (typep) 994 *typep = CTF_ERR; 1001 ctf_id_t *typep, int *errp [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-archive.c | 811 const char *symname, ctf_id_t *typep, int *errp) 839 if (typep) 840 *typep = type; 912 if (typep) 913 *typep = type; 952 if (typep) 953 *typep = type; 993 if (typep) 994 *typep = CTF_ERR; 1001 ctf_id_t *typep, int *errp [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-archive.c | 804 const char *symname, ctf_id_t *typep, int *errp) 832 if (typep) 833 *typep = type; 905 if (typep) 906 *typep = type; 945 if (typep) 946 *typep = type; 986 if (typep) 987 *typep = CTF_ERR; 994 ctf_id_t *typep, int *errp [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-archive.c | 811 const char *symname, ctf_id_t *typep, int *errp) 839 if (typep) 840 *typep = type; 912 if (typep) 913 *typep = type; 952 if (typep) 953 *typep = type; 993 if (typep) 994 *typep = CTF_ERR; 1001 ctf_id_t *typep, int *errp [all...] |
| /src/sys/arch/prep/pnpbus/ |
| if_we_pnpbus.c | 257 we_params(bus_space_tag_t asict, bus_space_handle_t asich, u_int8_t *typep, bus_size_t *memsizep, u_int8_t *flagp, int *is790p) 392 if (typep != NULL) 393 *typep = type;
|
| /src/external/mpl/bind/dist/bin/named/ |
| config.c | 474 dns_rdatatype_t *typep) { 479 *typep = deftype; 484 result = dns_rdatatype_fromtext(typep, &r); 979 named_config_getkeyalgorithm(const char *str, unsigned int *typep, 1011 SET_IF_NOT_NULL(typep, algorithms[i].type);
|
| /src/sys/dev/isa/ |
| if_we_isa.c | 346 we_params(bus_space_tag_t asict, bus_space_handle_t asich, uint8_t *typep, 481 if (typep != NULL) 482 *typep = type;
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_impl.h | 305 uint_t *indexp, uint_t *typep, int *ischildp); 312 ssize_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep);
|
| ctf_types.c | 35 uint_t *typep, int *ischildp) 56 if (typep != NULL) 57 *typep = type; 132 ssize_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep) 174 if (typep != NULL) 175 *typep = type;
|
| /src/sys/dev/pci/ |
| pci_map.c | 506 pci_mapreg_probe(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t *typep) 535 if (typep != NULL) 536 *typep = _PCI_MAPREG_TYPEBITS(address);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| ldif.c | 80 char **typep, 88 *typep = type.bv_val;
|
| /src/lib/libpthread/ |
| pthread_mutex.c | 572 pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *typep) 578 *typep = MUTEX_GET_TYPE(attr->ptma_private);
|