Home
last modified time | relevance | path

Searched refs:ns_str (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sbin/nvmectl/
H A Dnvmectl.c227 parse_ns_str(const char *ns_str, char *ctrlr_str, int *nsid) in parse_ns_str() argument
236 nsloc = strnstr(ns_str, NVME_NS_PREFIX, 10); in parse_ns_str()
240 errx(1, "invalid namespace ID '%s'", ns_str); in parse_ns_str()
246 snprintf(ctrlr_str, nsloc - ns_str + 1, "%s", ns_str); in parse_ns_str()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c303 const char *ns_str = (ns != NULL_TREE) ? IDENTIFIER_POINTER (ns): NULL; in lookup_scoped_attribute_spec() local
305 attrs = find_attribute_namespace (ns_str); in lookup_scoped_attribute_spec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc394 const char *ns_str = (ns != NULL_TREE) ? IDENTIFIER_POINTER (ns): NULL; in lookup_scoped_attribute_spec() local
396 attrs = find_attribute_namespace (ns_str); in lookup_scoped_attribute_spec()