| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 531 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() argument 539 *typep = tok.str; in get_type() 546 *typep = tok.str; in get_type() 549 unsigned_dec(typep); in get_type() 552 *typep = "short"; in get_type() 556 *typep = "long"; in get_type() 560 *typep = "longlong_t"; in get_type() 567 *typep = tok.str; in get_type() 577 *typep = tok.str; in get_type() 585 unsigned_dec(const char **typep) in unsigned_dec() argument [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-archive.c | 801 const char *symname, ctf_id_t *typep, int *errp) in ctf_arc_lookup_sym_or_name() argument 829 if (typep) in ctf_arc_lookup_sym_or_name() 830 *typep = type; in ctf_arc_lookup_sym_or_name() 902 if (typep) in ctf_arc_lookup_sym_or_name() 903 *typep = type; in ctf_arc_lookup_sym_or_name() 942 if (typep) in ctf_arc_lookup_sym_or_name() 943 *typep = type; in ctf_arc_lookup_sym_or_name() 982 if (typep) in ctf_arc_lookup_sym_or_name() 983 *typep = CTF_ERR; in ctf_arc_lookup_sym_or_name() 990 ctf_id_t *typep, int *errp) in ctf_arc_lookup_symbol() argument [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-archive.c | 799 const char *symname, ctf_id_t *typep, int *errp) in ctf_arc_lookup_sym_or_name() argument 827 if (typep) in ctf_arc_lookup_sym_or_name() 828 *typep = type; in ctf_arc_lookup_sym_or_name() 900 if (typep) in ctf_arc_lookup_sym_or_name() 901 *typep = type; in ctf_arc_lookup_sym_or_name() 940 if (typep) in ctf_arc_lookup_sym_or_name() 941 *typep = type; in ctf_arc_lookup_sym_or_name() 980 if (typep) in ctf_arc_lookup_sym_or_name() 981 *typep = CTF_ERR; in ctf_arc_lookup_sym_or_name() 988 ctf_id_t *typep, int *errp) in ctf_arc_lookup_symbol() argument [all …]
|
| /netbsd-src/lib/libc/net/ |
| H A D | ip6opt.c | 126 inet6_option_append(struct cmsghdr *cmsg, const uint8_t *typep, int multx, in inet6_option_append() argument 134 _DIAGASSERT(typep != NULL); in inet6_option_append() 168 if (typep[0] == IP6OPT_PAD1) in inet6_option_append() 171 optlen = typep[1] + 2; in inet6_option_append() 172 memcpy(bp, typep, (size_t)optlen); in inet6_option_append() 555 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, in inet6_opt_next() argument 591 *typep = *optp; in inet6_opt_next()
|
| /netbsd-src/sys/arch/prep/pnpbus/ |
| H A D | 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… in we_params() argument 392 if (typep != NULL) in we_params() 393 *typep = type; in we_params()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | if_we_isa.c | 346 we_params(bus_space_tag_t asict, bus_space_handle_t asich, uint8_t *typep, in we_params() argument 481 if (typep != NULL) in we_params() 482 *typep = type; in we_params()
|
| /netbsd-src/usr.bin/getaddrinfo/ |
| H A D | getaddrinfo.c | 212 parse_socktype(const char *string, int *typep) in parse_socktype() argument 215 return parse_numeric_tabular(string, typep, socket_types, in parse_socktype()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | rdatatype.h | 35 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source); 40 *\li 'typep' is a valid pointer.
|
| H A D | librpz.h | 518 * @param[out] typep: optional host byte order record type or ns_t_invalid (0) 529 typedef bool(librpz_rsp_rr_t)(librpz_emsg_t *emsg, uint16_t *typep,
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | rdatatype.h | 28 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source);
|
| H A D | librpz.h | 537 typedef bool(librpz_rsp_rr_t)(librpz_emsg_t *emsg, uint16_t *typep,
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ssh_api.h | 90 int ssh_packet_next(struct ssh *ssh, u_char *typep);
|
| H A D | misc.c | 2449 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval() argument 2454 if (typep != NULL) in parse_pattern_interval() 2455 *typep = NULL; in parse_pattern_interval() 2472 if (typep != NULL) in parse_pattern_interval() 2473 *typep = xstrdup(sdup); in parse_pattern_interval()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pci_map.c | 506 pci_mapreg_probe(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t *typep) in pci_mapreg_probe() argument 535 if (typep != NULL) in pci_mapreg_probe() 536 *typep = _PCI_MAPREG_TYPEBITS(address); in pci_mapreg_probe()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | ldif.c | 80 char **typep, in ldif_parse_line() argument 88 *typep = type.bv_val; in ldif_parse_line()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_mutex.c | 577 pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *typep) in pthread_mutexattr_gettype() argument 583 *typep = MUTEX_GET_TYPE(attr->ptma_private); in pthread_mutexattr_gettype()
|
| /netbsd-src/sys/external/bsd/libnv/dist/ |
| H A D | nv.h | 112 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
|
| H A D | nvlist.c | 1434 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() 1446 if (typep != NULL) in nvlist_next() 1447 *typep = nvpair_type(nvp); in nvlist_next() 1430 nvlist_next(const nvlist_t * nvl,int * typep,void ** cookiep) nvlist_next() argument
|
| /netbsd-src/sys/dev/ |
| H A D | video.c | 1965 enum v4l2_buf_type *typep; in videoioctl() local 2122 typep = data; in videoioctl() 2123 return video_stream_on(sc, *typep); in videoioctl() 2125 typep = data; in videoioctl() 2126 return video_stream_off(sc, *typep); in videoioctl()
|
| /netbsd-src/sys/arch/arm/xscale/ |
| H A D | pxa2x0_apm.c | 348 apm_get_event(struct pxa2x0_apm_softc *sc, u_int *typep) 352 return (sc->sc_get_event(sc, typep)); 354 *typep = APM_NOEVENT;
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | ch.c | 1253 ch_map_element(struct ch_softc *sc, u_int16_t elem, int *typep, int *unitp) in ch_map_element() argument 1260 *typep = chet; in ch_map_element()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | rdata.c | 1352 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source) { in dns_rdatatype_fromtext() argument 1373 RDATATYPE_FROMTEXT_SW(hash, source->base, n, typep); in dns_rdatatype_fromtext() 1390 *typep = (dns_rdatatype_t)val; in dns_rdatatype_fromtext()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | rdata.c | 1554 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source) { in commatxt_fromtext() 1575 RDATATYPE_FROMTEXT_SW(hash, source->base, n, typep); in commatxt_fromtext() 1592 *typep = (dns_rdatatype_t)val; in commatxt_fromtext() 1354 dns_rdatatype_fromtext(dns_rdatatype_t * typep,isc_textregion_t * source) dns_rdatatype_fromtext() argument
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_dataset.c | 66 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp); 2688 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) in userquota_propname_decode() argument 2705 *typep = type; in userquota_propname_decode() 2828 uint64_t *propvalue, zfs_userquota_prop_t *typep) in zfs_prop_get_userquota_common() argument 2837 typep, zc.zc_value, sizeof (zc.zc_value), &zc.zc_guid); in zfs_prop_get_userquota_common() 2838 zc.zc_objset_type = *typep; in zfs_prop_get_userquota_common()
|
| /netbsd-src/lib/libc/time/ |
| H A D | zic.c | 210 const char * typep, const char * monthp, 2154 const char *typep, const char *monthp, const char *dayp, in rulesub() 2231 if (*typep != '\0') { in rulesub() 2233 typep); in rulesub() 2122 rulesub(struct rule * rp,const char * loyearp,const char * hiyearp,const char * typep,const char * monthp,const char * dayp,const char * timep) rulesub() argument
|