Home
last modified time | relevance | path

Searched defs:mh (Results 1 – 11 of 11) sorted by relevance

/minix3/minix/lib/libmagicrt/
H A Dmagic_eval_lib.c142 struct memh *mh = NULL; in evaluate() local
212 int tokenize(struct memh *mh, char **string, struct tok **listptr) { in tokenize()
345 int tokenize(struct memh *mh, char **string, struct tok **listptr) { in tokenize()
570 int eval(struct memh *mh, struct tok *list, struct vartable *vt, in eval()
1039 struct memh *mh = (struct memh *) malloc(sizeof(struct memh)); in create_mem() local
1046 void *mem_alloc(struct memh *mh, size_t len) { in mem_alloc()
1055 void free_mem(struct memh *mh) { in free_mem()
1074 struct memh *mh; in create_mem() local
1096 void *mem_alloc(struct memh *mh, size_t len) { in mem_alloc()
1118 void free_mem(struct memh *mh) { in free_mem()
[all …]
/minix3/minix/lib/libmagicrt/include/
H A Dmagic_eval_lib.h28 struct memh *mh; member
/minix3/external/bsd/tcpdump/dist/
H A Dprint-sctp.c268 struct sctpHeader mh; member
334 struct sctpHeader mh; member
339 struct sctpHeader mh; member
372 struct sctpHeader mh; member
380 struct sctpHeader mh; member
391 struct sctpHeader mh; member
H A Dprint-mobility.c195 const struct ip6_mobility *mh; in mobility_print() local
H A Dprint-juniper.c579 const struct juniper_monitor_header *mh; in juniper_monitor_print() local
/minix3/external/bsd/nvi/dist/ipc/
H A Dipc_method.c90 struct msghdr mh; in vi_new_window() local
/minix3/minix/net/lwip/
H A Dmempool.c598 struct mempool_header *mh; in mempool_alloc_small() local
679 struct mempool_header *mh; in mempool_free() local
/minix3/external/bsd/nvi/dist/ip/
H A Dip_main.c244 struct msghdr mh; in get_connection() local
/minix3/external/bsd/mdocml/dist/
H A Dman_html.c150 struct mhtml mh; in html_man() local
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_asm.c907 BN_ULONG mh; in bn_mul_mont() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h1001 inline void swapStruct(mach_header &mh) { in swapStruct()