Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dtest-nlist.c39 [0] = { .n_name = "var" }, in main()
40 [1] = { .n_name = "bss" }, in main()
41 [2] = { .n_name = "main" }, in main()
42 [3] = { .n_name = "foo" }, in main()
43 [4] = { .n_name = "not-there" }, in main()
44 [5] = { .n_name = NULL }, in main()
56 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt) in main()
66 cnt, nl[cnt].n_name, in main()
/external/libxml2/
Dtestapi.c1429 int n_name; in test_htmlAutoCloseTag() local
1434 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlAutoCloseTag()
1438 name = gen_const_xmlChar_ptr(n_name, 1); in test_htmlAutoCloseTag()
1445 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1); in test_htmlAutoCloseTag()
1453 printf(" %d", n_name); in test_htmlAutoCloseTag()
1995 int n_name; in test_htmlEntityLookup() local
1997 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlEntityLookup()
1999 name = gen_const_xmlChar_ptr(n_name, 0); in test_htmlEntityLookup()
2004 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0); in test_htmlEntityLookup()
2010 printf(" %d", n_name); in test_htmlEntityLookup()
[all …]
/external/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd04.c98 char c_name[PATH_MAX] = "testfile", n_name[PATH_MAX]; in do_child() local
103 snprintf(n_name, PATH_MAX, "testfile%u", i++); in do_child()
104 SAFE_RENAME(c_name, n_name); in do_child()
105 strncpy(c_name, n_name, PATH_MAX); in do_child()
/external/elfutils/libelf/
Dnlist.c176 while (nl->n_name != NULL && nl->n_name[0] != '\0') in nlist()
182 search.str = nl->n_name; in nlist()
183 found = nlist_fshash_find (table, nl->n_name, 0, &search); in nlist()
233 while (nl->n_name != NULL && nl->n_name[0] != '\0') in nlist()
Dnlist.h36 char *n_name; /* Symbol name. */ member
/external/kernel-headers/original/uapi/linux/
Da.out.h148 char *n_name; member
/external/iptables/extensions/
Dlibxt_mangle.c311 return (char *) net->n_name; in addr_to_network()
/external/iptables/iptables/
Dnft-arp.c74 return (char *) net->n_name; in addr_to_network()
/external/libpcap/
Dpcap-dlpi.c1823 nl[NL_IFNET].n_name);
/external/iptables/libxtables/
Dxtables.c1234 return net->n_name; in ipaddr_to_network()