Home
last modified time | relevance | path

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

/dports/security/ftimes/ftimes-3.11.0/src/
H A Ddig.c835 int iSaveLength = DigGetSaveLength(); in DigSearchData() local
863 iOffset = (iSaveLength - iMaxStringLength) + 1; in DigSearchData()
913 iOffset = (iSaveLength - iMaxStringLength) + 1; in DigSearchData()
1149 DigSetSaveLength(int iSaveLength) in DigSetSaveLength() argument
1151 giSaveLength = iSaveLength; in DigSetSaveLength()
H A Ddig.h131 void DigSetSaveLength(int iSaveLength);
H A Dsupport.c369 int iSaveLength; in SupportChopEOLs() local
378 iLineLength = iSaveLength = strlen(pcLine); in SupportChopEOLs()
399 if (iStrict && iLineLength == iSaveLength) in SupportChopEOLs()
/dports/security/ftimes/ftimes-3.11.0/tools/ftimes-xpa/
H A Dftimes-xpa.c43 int iSaveLength = 0; in main() local
120 iLineLength = iSaveLength = strlen(acLine); in main()
125 if (iLineLength == iSaveLength) in main()
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dproperties.c77 int iSaveLength; in PropertiesReadFile() local
138 iLength = iSaveLength = strlen(acLine); in PropertiesReadFile()
171 if (iLength == iSaveLength && !feof(pFile)) in PropertiesReadFile()