Home
last modified time | relevance | path

Searched refs:localname (Results 1 - 8 of 8) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dfind-debuginfo.c168 char *localname = NULL; in find_debuginfo_in_path() local
184 localname = malloc (len + sizeof ".debug"); in find_debuginfo_in_path()
185 if (unlikely (localname == NULL)) in find_debuginfo_in_path()
187 memcpy (localname, file_basename, len); in find_debuginfo_in_path()
188 memcpy (&localname[len], ".debug", sizeof ".debug"); in find_debuginfo_in_path()
189 debuglink_file = localname; in find_debuginfo_in_path()
201 free (localname); in find_debuginfo_in_path()
229 free (localname); in find_debuginfo_in_path()
329 free (localname); in find_debuginfo_in_path()
342 free (localname); in find_debuginfo_in_path()
[all...]
/third_party/python/Lib/xml/dom/
H A Dexpatbuilder.py119 uri, localname, prefix = parts
121 qname = "%s:%s" % (prefix, localname)
123 localname = intern(localname, localname)
125 uri, localname = parts
127 qname = localname = intern(localname, localname)
130 return intern(uri, uri), localname, prefi
[all...]
H A Dpulldom.py59 uri, localname = name
67 tagName = prefix + ":" + localname
69 tagName = localname
76 # localname
78 node = self.document.createElement(localname)
80 node = self.buildDocument(None, localname)
H A Dminidom.py760 prefix, localname = _nssplit(qualifiedName)
761 attr = self.getAttributeNodeNS(namespaceURI, localname)
763 attr = Attr(qualifiedName, namespaceURI, localname, prefix)
1320 prefix, localname = _nssplit(qualifiedName)
1321 self.name = localname
1459 prefix, localname = _nssplit(qualifiedName)
/third_party/lwip/src/include/netif/ppp/
H A Deap.h158 void eap_authwithpeer(ppp_pcb *pcb, const char *localname);
159 void eap_authpeer(ppp_pcb *pcb, const char *localname);
/third_party/lwip/src/netif/ppp/
H A Deap.c225 void eap_authwithpeer(ppp_pcb *pcb, const char *localname) { in eap_authwithpeer() argument
227 if(NULL == localname) in eap_authwithpeer()
231 pcb->eap.es_client.ea_name = localname; in eap_authwithpeer()
232 pcb->eap.es_client.ea_namelen = strlen(localname); in eap_authwithpeer()
876 void eap_authpeer(ppp_pcb *pcb, const char *localname) { in eap_authpeer() argument
879 pcb->eap.es_server.ea_name = localname; in eap_authpeer()
880 pcb->eap.es_server.ea_namelen = strlen(localname); in eap_authpeer()
/third_party/python/Lib/urllib/
H A Drequest.py2012 localname = url2pathname(file)
2014 stats = os.stat(localname)
2027 return addinfourl(open(localname, 'rb'), headers, urlfile)
2036 return addinfourl(open(localname, 'rb'), headers, urlfile)
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py485 localname = _('Ruby Module Index') variable in RubyModuleIndex

Completed in 14 milliseconds