Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c105 static char *_Path = NULL; /* PATH from PERMISSIONS file */ variable
288 if (_Path != NULL) in fillFlds()
289 free(_Path); /* get rid of previous one */ in fillFlds()
290 _Path = strdup(_Flds[U_PATH]); in fillFlds()
292 ASSERT(_Path != NULL, Ct_ALLOCATE, _Flds[U_PATH], 0); in fillFlds()
294 if (_Path == NULL) { in fillFlds()
407 if (_Path != NULL)
408 free(_Path);
409 _Path = strdup(PATH);