Home
last modified time | relevance | path

Searched refs:hostdata (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Dent.c19 struct hostdata { struct
37 static struct hostdata *hd = NULL; argument
88 if ((hd = malloc(sizeof(struct hostdata))) == NULL) { in gethostent()
114 if ((hd = malloc(sizeof(struct hostdata))) == NULL) { in sethostent()