Home
last modified time | relevance | path

Searched refs:pcNeuteredPath (Results 1 – 5 of 5) sorted by relevance

/dports/security/ftimes/ftimes-3.11.0/src/
H A Dmap.c2050 if (pcNeuteredPath == NULL) in MapStream()
2057 sFTFileData.pcNeuteredPath = pcNeuteredPath; in MapStream()
2121 MEMORY_FREE(pcNeuteredPath); in MapStream()
2280 if (pcNeuteredPath) in MapFile()
2284 free(pcNeuteredPath); in MapFile()
2617 if (pcNeuteredPath) in MapFile()
2621 free(pcNeuteredPath); in MapFile()
2644 if (pcNeuteredPath) in MapFile()
2648 free(pcNeuteredPath); in MapFile()
3448 free(psFTFileData->pcNeuteredPath); in MapFreeFTFileData()
[all …]
H A Ddevelop.c138 n = sprintf(pcOutData, "\"%s\"", psFTFileData->pcNeuteredPath); in DevelopNormalOutput()
669 n = sprintf(pcOutData, "\"%s\"", psFTFileData->pcNeuteredPath); in DevelopNormalOutput()
1268 n = sprintf(pcOutData, "00\"%s\"", psFTFileData->pcNeuteredPath); in DevelopCompressedOutput()
1269 strncpy(acLastName, psFTFileData->pcNeuteredPath, (4 * FTIMES_MAX_PATH)); in DevelopCompressedOutput()
1284 n = sprintf(pcOutData, "00\"%s\"", psFTFileData->pcNeuteredPath); in DevelopCompressedOutput()
1290 (psFTFileData->pcNeuteredPath[i] != '\0') && in DevelopCompressedOutput()
1291 (acLastName[i] == psFTFileData->pcNeuteredPath[i])) in DevelopCompressedOutput()
1938 n = sprintf(pcOutData, "00\"%s\"", psFTFileData->pcNeuteredPath); in DevelopCompressedOutput()
1954 n = sprintf(pcOutData, "00\"%s\"", psFTFileData->pcNeuteredPath); in DevelopCompressedOutput()
1960 (psFTFileData->pcNeuteredPath[i] != '\0') && in DevelopCompressedOutput()
[all …]
H A Dhook.c235 …lelCreateValue(KLEL_EXPR_STRING, strlen(psFTFileData->pcNeuteredPath), psFTFileData->pcNeuteredPat… in HookGetValueOfVar()
291 …KLEL_EXPR_STRING, strlen(psFTFileData->psParent->pcNeuteredPath), psFTFileData->psParent->pcNeuter… in HookGetValueOfVar()
587 …k (%s) failed to execute expression (%s).", acRoutine, psFTFileData->pcNeuteredPath, psHook->pcNam… in HookMatchHook()
H A Dftimes.h209 char *pcNeuteredPath; member
243 char *pcNeuteredPath; member
H A Danalyze.c869 …arch, iNToSearch, iStopShort, iType, ui64SearchOffset, psFTFileData->pcNeuteredPath, acLocalError); in AnalyzeDoDig()