Searched defs:_Path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c102 /* NB: _Pubdir and _Path assumed to point to dynamic data */
104 static char *_Path = NULL; /* PATH from PERMISSIONS file */ variable
287 if (_Path != NULL)
288 free(_Path); /* get rid of previous one */
289 _Path = strdup(_Flds[U_PATH]);
291 ASSERT(_Path != NULL, Ct_ALLOCATE, _Flds[U_PATH], 0);
293 if (_Path == NULL) {
406 if (_Path != NULL)
407 free(_Path);
408 _Path
[all...]

Completed in 44 milliseconds