Lines Matching refs:_Pubdir
102 /* NB: _Pubdir and _Path assumed to point to dynamic data */
103 static char *_Pubdir = NULL; /* PUBDIR from PERMISSIONS file */
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);
405 Pubdir = _Pubdir = strdup(PUBDIR);