Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/net/netdb/full/
Dnet_netdb_test_021.cpp35 char network_file[] = "# symbolic names for networks, see networks(5) for more information\n" in GetNetBynametTest() local
38 char *streamList[] = {static_cast<char *>(network_file)}; in GetNetBynametTest()
39 int streamLen[] = {sizeof(network_file)}; in GetNetBynametTest()
Dnet_netdb_test_022.cpp35 char network_file[] = "# symbolic names for networks, see networks(5) for more information\n" in GetNetByAddrtTest() local
38 char *streamList[] = {static_cast<char *>(network_file)}; in GetNetByAddrtTest()
39 int streamLen[] = {sizeof(network_file)}; in GetNetByAddrtTest()
Dnet_netdb_test_020.cpp35 char network_file[] = "# symbolic names for networks, see networks(5) for more information\n" in GetNetEntTest() local
40 char *streamList[] = {static_cast<char *>(network_file)}; in GetNetEntTest()
41 int streamLen[] = {sizeof(network_file)}; in GetNetEntTest()