Home
last modified time | relevance | path

Searched refs:base_sz (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/svc/common/
H A Dmanifest_hash.c57 size_t base_sz = 0; in mhash_filename_to_propname() local
81 base_sz = strlen(base); in mhash_filename_to_propname()
83 cp = out + base_sz; in mhash_filename_to_propname()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3416 size_t base_sz = 0; in lxml_get_service() local
3431 base_sz = strlen(base); in lxml_get_service()
3433 fname = safe_strdup(bname + base_sz); in lxml_get_service()