Lines Matching refs:retval
520 BOOL retval = FALSE; in FSi_SendCommand() local
570 retval = FS_IsSucceeded(file); in FSi_SendCommand()
579 retval = TRUE; in FSi_SendCommand()
583 return retval; in FSi_SendCommand()
690 BOOL retval = FALSE; in FS_SetCurrentDirectory() local
725 retval = TRUE; in FS_SetCurrentDirectory()
727 return retval; in FS_SetCurrentDirectory()
931 BOOL retval = FALSE; in FS_RegisterArchiveName() local
984 retval = TRUE; in FS_RegisterArchiveName()
988 return retval; in FS_RegisterArchiveName()
1159 BOOL retval = FALSE; in FS_SuspendArchive() local
1166 retval = !FS_IsArchiveSuspended(p_arc); in FS_SuspendArchive()
1167 if (retval) in FS_SuspendArchive()
1181 return retval; in FS_SuspendArchive()
1195 BOOL retval; in FS_ResumeArchive() local
1200 retval = !FS_IsArchiveSuspended(arc); in FS_ResumeArchive()
1201 if (!retval) in FS_ResumeArchive()
1215 return retval; in FS_ResumeArchive()