Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtestapi.c1431 int n_name; in test_htmlAutoCloseTag() local
1436 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlAutoCloseTag()
1440 name = gen_const_xmlChar_ptr(n_name, 1); in test_htmlAutoCloseTag()
1447 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 1); in test_htmlAutoCloseTag()
1455 printf(" %d", n_name); in test_htmlAutoCloseTag()
1997 int n_name; in test_htmlEntityLookup() local
1999 for (n_name = 0;n_name < gen_nb_const_xmlChar_ptr;n_name++) { in test_htmlEntityLookup()
2001 name = gen_const_xmlChar_ptr(n_name, 0); in test_htmlEntityLookup()
2006 des_const_xmlChar_ptr(n_name, (const xmlChar *)name, 0); in test_htmlEntityLookup()
2012 printf(" %d", n_name); in test_htmlEntityLookup()
[all …]
/third_party/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd04.c86 char c_name[PATH_MAX] = "testfile", n_name[PATH_MAX]; in do_child() local
91 snprintf(n_name, PATH_MAX, "testfile%u", i++); in do_child()
92 SAFE_RENAME(c_name, n_name); in do_child()
93 strncpy(c_name, n_name, PATH_MAX); in do_child()
/third_party/NuttX/fs/nfs/
Dnfs_node.h94 char *n_name; member
Dnfs_adapter.c288 free(np->n_name); in vfs_nfs_reclaim()
881 nfs_node->n_name = zalloc(sizeof(filename)); in vfs_nfs_lookup()
882 memcpy_s(nfs_node->n_name, (len + 1), filename, sizeof(filename)); in vfs_nfs_lookup()
1532 target_node->n_name = zalloc(sizeof (dirname)); in vfs_nfs_mkdir()
1533 memcpy_s(target_node->n_name, sizeof(dirname), dirname, sizeof (dirname)); in vfs_nfs_mkdir()
1592 if (nfs_fileupdate(nmp, np->n_name, &parent_fhandle, np) == OK) in vfs_nfs_write()
2079 error = nfs_fileupdate(nmp, np->n_name, &parent_fhandle, np); in vfs_nfs_readpage()
2230 error = nfs_fileupdate(nmp, np->n_name, &parent_fhandle, np); in vfs_nfs_read()
2510 np->n_name = zalloc(namelen + 1); in vfs_nfs_create()
2511 memcpy_s(np->n_name, (namelen + 1), filename, (namelen + 1)); in vfs_nfs_create()
[all …]
/third_party/musl/porting/liteos_a/user/src/network/
Dnetname.c31 if (strcmp(ne->n_name, netname) == 0) { in getnetbyname()
Dent.c150 nd->ne.n_name = ch; in getnetent_resolv()
/third_party/musl/ndk_musl_include/
Dnetdb.h63 char *n_name; member
/third_party/musl/include/
Dnetdb.h63 char *n_name; member
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h63 char *n_name; member
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h63 char *n_name; member
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h63 char *n_name; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h63 char *n_name; member
/third_party/musl/libc-test/src/api/
Dnetdb.c20 F(char*, n_name) in f()
/third_party/iptables/iptables/
Dnft-arp.c74 return (char *) net->n_name; in addr_to_network()
/third_party/iptables/libxtables/
Dxtables.c1411 return net->n_name; in ipaddr_to_network()
/third_party/chromium/patch/
D0001-cve.patch130802 - int n_name;
130807 - for (n_name = 0;n_name < gen_nb_const_char_ptr;n_name++) {
130811 - name = gen_const_char_ptr(n_name, 1);
130818 - des_const_char_ptr(n_name, (const char *)name, 1);
130826 - printf(" %d", n_name);
130988 - int n_name;
130993 - for (n_name = 0;n_name < gen_nb_const_char_ptr;n_name++) {
130997 - name = gen_const_char_ptr(n_name, 1);
131004 - des_const_char_ptr(n_name, (const char *)name, 1);
131012 - printf(" %d", n_name);