Home
last modified time | relevance | path

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

/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dtaping.c380 int tapeBaseNameLength, numberStringLength, fileNameLength; in createFileName() local
385 tapeBaseNameLength = strlen(tapeBaseNames[tapeType]); in createFileName()
414 fileNameLength = tapeBaseNameLength + numberStringLength + 5; in createFileName()
422 strncpy(currPos, tapeBaseNames[tapeType], tapeBaseNameLength); in createFileName()
423 currPos += tapeBaseNameLength; in createFileName()