OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_malloc
(Results
26 - 28
of
28
) sorted by null
1
2
/external/dropbear/
common-channel.c
66
ses.channels = (struct Channel**)
m_malloc
(sizeof(struct Channel*));
135
newchan = (struct Channel*)
m_malloc
(sizeof(struct Channel));
keyimport.c
370
ret = (struct openssh_key*)
m_malloc
(sizeof(struct openssh_key));
891
outblob = (unsigned char*)
m_malloc
(outlen);
[
all
...]
loginrec.c
240
newli = (struct logininfo *)
m_malloc
(sizeof(*newli));
[
all
...]
Completed in 55 milliseconds
1
2