Home
last modified time | relevance | path

Searched defs:typep (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/usr.bin/rpcgen/
H A Drpc_parse.c528 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type()
582 unsigned_dec(const char **typep) in unsigned_dec()
/dflybsd-src/lib/libc/net/
H A Dip6opt.c96 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, in inet6_option_append()
488 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dauxv.c241 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in default_auxv_parse()
269 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in target_auxv_parse()
H A Dinf-ptrace.c649 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in inf_ptrace_auxv_parse()
H A Dlinespec.c54 typedef struct type *typep; typedef
/dflybsd-src/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c217 parse_socktype(const char *string, int *typep) in parse_socktype()
/dflybsd-src/sys/kern/
H A Dkern_slaballoc.c586 kmalloc_create(struct malloc_type **typep, const char *descr) in kmalloc_create()
600 _kmalloc_create_obj(struct malloc_type **typep, const char *descr, in _kmalloc_create_obj()
624 kmalloc_destroy(struct malloc_type **typep) in kmalloc_destroy()
/dflybsd-src/crypto/openssh/
H A Dpacket.c1428 ssh_packet_read_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_seqnr()
1521 ssh_packet_read_poll2_mux(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll2_mux()
1559 ssh_packet_read_poll2(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll2()
1797 ssh_packet_read_poll_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll_seqnr()
H A Dssh_api.c253 ssh_packet_next(struct ssh *ssh, u_char *typep) in ssh_packet_next()
H A Dmisc.c2526 parse_pattern_interval(const char *s, char **typep, int *secsp) in parse_pattern_interval()
/dflybsd-src/sys/sys/
H A Dmalloc.h185 #define kmalloc_create_obj(typep, descr, objsize) \ argument
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h74 #define kmalloc_create(typep, descr) do{}while(0) argument
75 #define kmalloc_destroy(typep) do{}while(0) argument
80 #define kmalloc_create_obj(typep, descr, objsize) do{}while(0) argument
85 #define kmalloc_raise_limit(typep, bytes) do{}while(0) argument
/dflybsd-src/usr.sbin/zic/
H A Dzic.c1154 const char * const typep, in rulesub()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c8158 tree *typep = &fmain_type; in finish_struct() local