/third_party/libxml2/ |
D | testapi.c | 1431 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/ |
D | getcwd04.c | 86 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/ |
D | nfs_node.h | 94 char *n_name; member
|
D | nfs_adapter.c | 288 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/ |
D | netname.c | 31 if (strcmp(ne->n_name, netname) == 0) { in getnetbyname()
|
D | ent.c | 150 nd->ne.n_name = ch; in getnetent_resolv()
|
/third_party/musl/ndk_musl_include/ |
D | netdb.h | 63 char *n_name; member
|
/third_party/musl/include/ |
D | netdb.h | 63 char *n_name; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | netdb.h | 63 char *n_name; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | netdb.h | 63 char *n_name; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | netdb.h | 63 char *n_name; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | netdb.h | 63 char *n_name; member
|
/third_party/musl/libc-test/src/api/ |
D | netdb.c | 20 F(char*, n_name) in f()
|
/third_party/iptables/iptables/ |
D | nft-arp.c | 74 return (char *) net->n_name; in addr_to_network()
|
/third_party/iptables/libxtables/ |
D | xtables.c | 1411 return net->n_name; in ipaddr_to_network()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 130802 - 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);
|