Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/darch/src/
Dout.c29 int fido; in makeOutFile() local
39 if( (fido = open(name, in makeOutFile()
53 CopyUtility(fidi, 0, fido, map.fstPosition, map.fstLength); in makeOutFile()
64 CopyUtility(fidi, 0, fido, map.userFilePosition, map.userFileLength); in makeOutFile()
79 if ( -1 == lseek(fido, 0, SEEK_SET) ) in makeOutFile()
86 if (sizeof(ARCHeader) != write(fido, &header, sizeof(ARCHeader))) in makeOutFile()
92 if (close(fido) == -1) in makeOutFile()