Searched refs:_Pubdir (Results 1 – 1 of 1) sorted by relevance
103 static char *_Pubdir = NULL; /* PUBDIR from PERMISSIONS file */ variable272 if (_Pubdir != NULL) in fillFlds()273 free(_Pubdir); /* get rid of previous one */ in fillFlds()274 _Pubdir = strdup(_Flds[U_PUBDIR]); in fillFlds()276 ASSERT(_Pubdir != NULL, Ct_ALLOCATE, _Flds[U_PUBDIR], 0); in fillFlds()278 if (_Pubdir == NULL) { in fillFlds()283 Pubdir = _RPaths[0] = _WPaths[0] = _Pubdir; /* reset default */ in fillFlds()403 if (_Pubdir != NULL)404 free(_Pubdir);405 Pubdir = _Pubdir = strdup(PUBDIR);