OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeent
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
nametoaddr.c
490
struct
nodeent
*getnodebyname();
491
struct
nodeent
*nep;
495
if (nep == ((struct
nodeent
*)0))
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c
494
SLIST_HEAD(node_head,
nodeent
)
496
struct
nodeent
{
struct
497
SLIST_ENTRY(
nodeent
) link;
503
np = yasm_xmalloc(sizeof(struct
nodeent
));
508
np = yasm_xmalloc(sizeof(struct
nodeent
));
520
np = yasm_xmalloc(sizeof(struct
nodeent
));
525
np = yasm_xmalloc(sizeof(struct
nodeent
));
Completed in 114 milliseconds