Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/bnu/
H A Dpermission.c104 static char *_Path = NULL; /* PATH from PERMISSIONS file */ variable
287 if (_Path != NULL) in fillFlds()
288 free(_Path); /* get rid of previous one */ in fillFlds()
289 _Path = strdup(_Flds[U_PATH]); in fillFlds()
291 ASSERT(_Path != NULL, Ct_ALLOCATE, _Flds[U_PATH], 0); in fillFlds()
293 if (_Path == NULL) { in fillFlds()
406 if (_Path != NULL)
407 free(_Path);
408 _Path = strdup(PATH);