Home
last modified time | relevance | path

Searched refs:pcEncodedPath (Results 1 – 3 of 3) sorted by relevance

/dports/security/ftimes/ftimes-3.11.0/src/
H A Dsupport.c349 …List = [%s], NeuteredItem = [%s]: %s", acRoutine, pcListName, psList->pcEncodedPath, acLocalError); in SupportCheckList()
900 if (psItem->pcEncodedPath != NULL) in SupportFreeListItem()
902 free(psItem->pcEncodedPath); in SupportFreeListItem()
1527 …[%s]: Pruning item because it is part of a larger branch.", pcListName, psListKill->pcEncodedPath); in SupportPruneList()
2176 psItem->pcEncodedPath = SupportNeuterString(psItem->pcRegularPath, psItem->iLength, acLocalError); in SupportNewListItem()
2177 if (psItem->pcEncodedPath == NULL) in SupportNewListItem()
H A Dproperties.c1707 snprintf(acMessage, MESSAGE_SIZE, "%s=file://%s", KEY_Include, psList->pcEncodedPath); in PropertiesDisplaySettings()
1716 snprintf(acMessage, MESSAGE_SIZE, "%s=file://%s", KEY_Exclude, psList->pcEncodedPath); in PropertiesDisplaySettings()
H A Dftimes.h264 char *pcEncodedPath; member