Searched defs:_Pubdir (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 */
103 static char *_Pubdir = NULL; /* PUBDIR from PERMISSIONS file */ variable
272 if (_Pubdir != NULL)
273 free(_Pubdir); /* get rid of previous one */
274 _Pubdir = strdup(_Flds[U_PUBDIR]);
276 ASSERT(_Pubdir != NULL, Ct_ALLOCATE, _Flds[U_PUBDIR], 0);
278 if (_Pubdir == NULL) {
283 Pubdir = _RPaths[0] = _WPaths[0] = _Pubdir; /* reset default */
403 if (_Pubdir != NULL)
404 free(_Pubdir);
[all...]

Completed in 58 milliseconds