Home
last modified time | relevance | path

Searched refs:pcOutput (Results 1 – 6 of 6) sorted by relevance

/dports/security/ftimes/ftimes-3.11.0/src/
H A Ddecode.h165 int DecodeFormatOutOfBandTime(char *pcToken, int iLength, char *pcOutput, char *pcE…
174 …ocessATime(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
178 …ocessCTime(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
185 …ocessInode(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
187 …ocessMTime(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
190 …ProcessMd5(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
191 …rocessMode(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
192 …rocessNada(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
193 …rocessName(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
195 …rocessSha1(DECODE_STATE *psDecodeState, char *pcToken, int iLength, char *pcOutput, char *pcError);
[all …]
H A Ddecode.c324 pcOutput[n] = 0; in DecodeFormatOutOfBandTime()
829 pcOutput[0] = 0; in DecodeProcessATime()
900 pcOutput[0] = 0; in DecodeProcessATimeMs()
953 pcOutput[0] = 0; in DecodeProcessAlternateDataStreams()
1004 pcOutput[0] = 0; in DecodeProcessAttributes()
1056 pcOutput[0] = 0; in DecodeProcessCTime()
1160 pcOutput[0] = 0; in DecodeProcessCTimeMs()
1236 pcOutput[0] = 0; in DecodeProcessChTime()
1340 pcOutput[0] = 0; in DecodeProcessChTimeMs()
1426 pcOutput[0] = 0; in DecodeProcessDevice()
[all …]
H A Dcompare.c966 static char *pcOutput = NULL; in CompareWriteRecord() local
993 if (pcOutput == NULL) in CompareWriteRecord()
998 if (pcOutput == NULL) in CompareWriteRecord()
1019 pcOutput[0] = psData->cCategory; in CompareWriteRecord()
1041 pcOutput[iIndex++] = CMP_SEPARATOR_C; in CompareWriteRecord()
1044 pcOutput[iIndex++] = psData->pcRecord[i]; in CompareWriteRecord()
1056 pcOutput[iIndex++] = CMP_SEPARATOR_C; in CompareWriteRecord()
1065 pcOutput[iIndex++] = CMP_SEPARATOR_C; in CompareWriteRecord()
1077 pcOutput[iIndex++] = CMP_SEPARATOR_C; in CompareWriteRecord()
1078 pcOutput[iIndex++] = CMP_SEPARATOR_C; in CompareWriteRecord()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/completion/tests/utilities/
H A Dsci_getfilepartlevel.c29 char* pcOutput = NULL; in sci_getfilepartlevel() local
47 pcOutput = getFilePartLevel(pcInput); in sci_getfilepartlevel()
50 if (pcOutput == NULL) in sci_getfilepartlevel()
56 createSingleString(pvApiCtx, *getNbInputArgument(pvApiCtx) + 1, pcOutput); in sci_getfilepartlevel()
57 FREE(pcOutput); in sci_getfilepartlevel()
58 pcOutput = NULL; in sci_getfilepartlevel()
H A Dsci_getpartlevel.c29 char* pcOutput = NULL; in sci_getpartlevel() local
47 pcOutput = getPartLevel(pcInput); in sci_getpartlevel()
50 if (pcOutput == NULL) in sci_getpartlevel()
56 createSingleString(pvApiCtx, *getNbInputArgument(pvApiCtx) + 1, pcOutput); in sci_getpartlevel()
57 FREE(pcOutput); in sci_getpartlevel()
58 pcOutput = NULL; in sci_getpartlevel()
H A Dsci_getcommonpart.c28 char* pcOutput = NULL; in sci_getcommonpart() local
53 pcOutput = getCommonPart(pstrInput, iSize); in sci_getcommonpart()
56 if (pcOutput == NULL) in sci_getcommonpart()
62 createSingleString(pvApiCtx, *getNbInputArgument(pvApiCtx) + 1, pcOutput); in sci_getcommonpart()
63 FREE(pcOutput); in sci_getcommonpart()
64 pcOutput = NULL; in sci_getcommonpart()