Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproject/common/
H A Dgetprojent.c205 char *attrproj; in _getdefaultproj() local
219 if ((attrproj = kva_match(uattr->attr, "project")) != NULL) { in _getdefaultproj()
220 arg.key.name = attrproj; in _getdefaultproj()
269 char *attrproj; in _inproj() local
293 if ((attrproj = kva_match(uattr->attr, "project")) != NULL) { in _inproj()
294 if (strcmp(attrproj, name) == 0) { in _inproj()