Searched refs:_Path (Results 1 – 1 of 1) sorted by relevance
104 static char *_Path = NULL; /* PATH from PERMISSIONS file */ variable287 if (_Path != NULL) in fillFlds()288 free(_Path); /* get rid of previous one */ in fillFlds()289 _Path = strdup(_Flds[U_PATH]); in fillFlds()291 ASSERT(_Path != NULL, Ct_ALLOCATE, _Flds[U_PATH], 0); in fillFlds()293 if (_Path == NULL) { in fillFlds()406 if (_Path != NULL)407 free(_Path);408 _Path = strdup(PATH);