Lines Matching refs:wResult
381 int wResult = fseek(Os_info->fp, 0L, SEEK_END); in LSC_loadapplet() local
382 if (wResult) { in LSC_loadapplet()
391 wResult = fseek(Os_info->fp, 0L, SEEK_SET); in LSC_loadapplet()
392 if (wResult) { in LSC_loadapplet()
535 wResult = fclose(Os_info->fp); in LSC_loadapplet()
539 wResult = fclose(Os_info->fp); in LSC_loadapplet()
661 int32_t wResult = 0, wCount, wIndex = 0; in LSC_ReadScript() local
666 wResult = FSCANF_BYTE(Os_info->fp, "%2X", (unsigned int*)&read_buf[wIndex]); in LSC_ReadScript()
668 if (wResult == 0) return LSCSTATUS_FAILED; in LSC_ReadScript()
675 wResult = in LSC_ReadScript()
678 if (wResult == 0) { in LSC_ReadScript()
708 wResult = in LSC_ReadScript()
711 if (wResult == 0) { in LSC_ReadScript()
723 wResult = in LSC_ReadScript()
726 if (wResult == 0) { in LSC_ReadScript()
749 wResult = FSCANF_BYTE(Os_info->fp, "%2X", (unsigned int*)&read_buf[wIndex]); in LSC_ReadScript()
752 if (wResult == 0) { in LSC_ReadScript()