Lines Matching refs:retval
525 BOOL retval = FALSE; in FSi_SendCommand() local
577 retval = FS_IsSucceeded(file); in FSi_SendCommand()
586 retval = TRUE; in FSi_SendCommand()
590 return retval; in FSi_SendCommand()
697 BOOL retval = FALSE; in FS_SetCurrentDirectory() local
732 retval = TRUE; in FS_SetCurrentDirectory()
734 return retval; in FS_SetCurrentDirectory()
938 BOOL retval = FALSE; in FS_RegisterArchiveName() local
991 retval = TRUE; in FS_RegisterArchiveName()
995 return retval; in FS_RegisterArchiveName()
1166 BOOL retval = FALSE; in FS_SuspendArchive() local
1173 retval = !FS_IsArchiveSuspended(p_arc); in FS_SuspendArchive()
1174 if (retval) in FS_SuspendArchive()
1188 return retval; in FS_SuspendArchive()
1202 BOOL retval; in FS_ResumeArchive() local
1207 retval = !FS_IsArchiveSuspended(arc); in FS_ResumeArchive()
1208 if (!retval) in FS_ResumeArchive()
1222 return retval; in FS_ResumeArchive()