Home
last modified time | relevance | path

Searched refs:nodename (Results 1 – 25 of 57) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml-utils.c340 char *nodename, *value, *path; in add_mo_node() local
343 nodename = get_node_text(ctx, node, "NodeName"); in add_mo_node()
344 if (nodename == NULL) in add_mo_node()
350 nodename); in add_mo_node()
355 xml_node_get_text_free(ctx, nodename); in add_mo_node()
366 xml_node_get_text_free(ctx, nodename); in add_mo_node()
371 xml_node_create_text(ctx, parent, NULL, nodename, in add_mo_node()
374 xml_node_create(ctx, parent, NULL, nodename); in add_mo_node()
377 xml_node_get_text_free(ctx, nodename); in add_mo_node()
389 char *nodename; in tnds_to_mo_iter() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml-utils.c340 char *nodename, *value, *path; in add_mo_node() local
343 nodename = get_node_text(ctx, node, "NodeName"); in add_mo_node()
344 if (nodename == NULL) in add_mo_node()
350 nodename); in add_mo_node()
355 xml_node_get_text_free(ctx, nodename); in add_mo_node()
366 xml_node_get_text_free(ctx, nodename); in add_mo_node()
371 xml_node_create_text(ctx, parent, NULL, nodename, in add_mo_node()
374 xml_node_create(ctx, parent, NULL, nodename); in add_mo_node()
377 xml_node_get_text_free(ctx, nodename); in add_mo_node()
389 char *nodename; in tnds_to_mo_iter() local
[all …]
/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c49 uts_parent.nodename); in do_child_newuts()
56 tst_res(TINFO, CP"hostname changed to: %s", uts.nodename); in do_child_newuts()
57 if (strcmp(uts_parent.nodename, uts.nodename) == 0) { in do_child_newuts()
72 tst_res(TINFO, CP"hostname: %s", uts.nodename); in do_child_newuts()
73 if (strcmp(uts_parent.nodename, uts.nodename) != 0) { in do_child_newuts()
/third_party/python/Tools/scripts/
Dtexi2html.py126 def link(self, label, nodename, rel=None, rev=None): argument
127 if nodename:
128 if nodename.lower() == '(dir)':
132 addr = makefile(nodename)
133 title = ' TITLE="%s"' % nodename
137 title, '>', nodename, '</A> \n')
221 self.nodename = '' # name of current node
364 if self.nodename != self.topname:
379 self.nodename = ''
403 nodename = line[c:d]
[all …]
/third_party/lwip/src/api/
Dnetdb.c268 lwip_getaddrinfo(const char *nodename, const char *servname, in lwip_getaddrinfo() argument
284 if ((nodename == NULL) && (servname == NULL)) { in lwip_getaddrinfo()
317 if (nodename != NULL) { in lwip_getaddrinfo()
321 if (!ipaddr_aton(nodename, &addr)) { in lwip_getaddrinfo()
340 err = netconn_gethostbyname_addrtype(nodename, &addr, type); in lwip_getaddrinfo()
355 if (nodename != NULL) { in lwip_getaddrinfo()
356 namelen = strlen(nodename); in lwip_getaddrinfo()
405 if (nodename != NULL) { in lwip_getaddrinfo()
408 MEMCPY(ai->ai_canonname, nodename, namelen); in lwip_getaddrinfo()
/third_party/rust/crates/rustix/src/process/
Duname.rs37 pub fn nodename(&self) -> &CStr { in nodename() method
38 Self::to_cstr(self.0.nodename.as_ptr().cast()) in nodename()
81 self.nodename().to_string_lossy(), in fmt()
93 self.nodename().to_string_lossy(), in fmt()
/third_party/musl/src/unistd/
Dgethostname.c9 if (len > sizeof uts.nodename) len = sizeof uts.nodename; in gethostname()
10 for (i=0; i<len && (name[i] = uts.nodename[i]); i++); in gethostname()
/third_party/curl/packages/OS400/
Dos400sys.c254 char *nodename, socklen_t nodenamelen, in Curl_getnameinfo_a() argument
262 if(nodename && nodenamelen) { in Curl_getnameinfo_a()
282 i = QadrtConvertE2A(nodename, enodename, in Curl_getnameinfo_a()
284 nodename[i] = '\0'; in Curl_getnameinfo_a()
300 Curl_getaddrinfo_a(const char *nodename, const char *servname, in Curl_getaddrinfo_a() argument
312 if(nodename) { in Curl_getaddrinfo_a()
313 i = strlen(nodename); in Curl_getaddrinfo_a()
319 i = QadrtConvertA2E(enodename, nodename, i, i); in Curl_getaddrinfo_a()
/third_party/rust/crates/nix/src/sys/
Dutsname.rs20 pub fn nodename(&self) -> &OsStr { in nodename() method
21 cast_and_trim(&self.0.nodename) in nodename()
/third_party/curl/lib/
Dsetup-os400.h49 extern int Curl_getaddrinfo_a(const char *nodename,
58 char *nodename, socklen_t nodenamelen,
Dcurl_addrinfo.h68 Curl_getaddrinfo_ex(const char *nodename,
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dutsname.h12 char nodename[65]; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dutsname.h12 char nodename[65]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dutsname.h12 char nodename[65]; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dutsname.h12 char nodename[65]; member
/third_party/musl/include/sys/
Dutsname.h12 char nodename[65]; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dutsname.h13 char nodename[65]; member
/third_party/musl/libc-test/src/api/
Dsys_utsname.c8 F(char,nodename[1]) in f()
/third_party/rust/crates/rustix/tests/process/
Duname.rs6 assert!(!name.nodename().to_bytes().is_empty()); in test_uname()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Duname.c40 if (strlen(buf.nodename) == 0) { in uname_0100()
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs140 pub nodename: [::c_char; 256],
142 pub nodename: [::c_char; 32],
200 .nodename
202 .zip(other.nodename.iter())
239 self.nodename.hash(state);
/third_party/ltp/testcases/kernel/syscalls/uname/
Duname04.c55 CHECK_FIELD(nodename) | in try_leak_bytes()
/third_party/ltp/testcases/kernel/syscalls/newuname/
Dnewuname01.c138 name.nodename); in main()
/third_party/lwip/src/include/lwip/
Dnetdb.h126 int lwip_getaddrinfo(const char *nodename,
/third_party/toybox/toys/pending/
Dgetty.c210 hostname = xstrdup(uts.nodename); in print_prompt()
233 if (*ch == 'n'|| *ch == 'h') fputs(u.nodename, stdout); in write_issue()

123