Lines Matching refs:retVal
107 int retVal = setmode ( fileno ( fd ), \
109 ERROR_IF_MINUS_ONE ( retVal ); \
119 int retVal = setmode ( fileno ( fd ), \
121 ERROR_IF_MINUS_ONE ( retVal ); \
148 int retVal = setmode ( fileno ( fd ), \
150 ERROR_IF_MINUS_ONE ( retVal ); \
689 IntNative retVal; in cleanUpAndFail() local
701 retVal = MY_STAT ( inName, &statBuf ); in cleanUpAndFail()
702 if (retVal == 0) { in cleanUpAndFail()
709 retVal = remove ( outName ); in cleanUpAndFail()
710 if (retVal != 0) in cleanUpAndFail()
1041 IntNative retVal; in saveInputFileMetaInfo() local
1043 retVal = MY_STAT( srcName, &fileMetaInfo ); in saveInputFileMetaInfo()
1044 ERROR_IF_NOT_ZERO ( retVal ); in saveInputFileMetaInfo()
1053 IntNative retVal; in applySavedTimeInfoToOutputFile() local
1059 retVal = utime ( dstName, &uTimBuf ); in applySavedTimeInfoToOutputFile()
1060 ERROR_IF_NOT_ZERO ( retVal ); in applySavedTimeInfoToOutputFile()
1068 IntNative retVal; in applySavedFileAttrToOutputFile() local
1070 retVal = fchmod ( fd, fileMetaInfo.st_mode ); in applySavedFileAttrToOutputFile()
1071 ERROR_IF_NOT_ZERO ( retVal ); in applySavedFileAttrToOutputFile()
1303 IntNative retVal = remove ( inName ); in compress() local
1304 ERROR_IF_NOT_ZERO ( retVal ); in compress()
1481 IntNative retVal = remove ( inName ); in uncompress() local
1482 ERROR_IF_NOT_ZERO ( retVal ); in uncompress()
1489 IntNative retVal = remove ( outName ); in uncompress() local
1490 ERROR_IF_NOT_ZERO ( retVal ); in uncompress()