Lines Matching defs:read
1008 DWORD read;
1013 read = GetPrivateProfileStringW(L"commands", NULL, NULL, keynames, MSGSIZE,
1015 if (read == MSGSIZE - 1) {
1020 read = GetPrivateProfileStringW(L"commands", key, NULL, value, MSGSIZE,
1022 if (read == MSGSIZE - 1) {
1307 size_t read;
1322 read = fread(buffer, sizeof(char), BUFSIZE, fp);
1323 debug(L"maybe_handle_shebang: read %zd bytes\n", read);
1326 if ((read >= 4) && (buffer[3] == '\n') && (buffer[2] == '\r')) {
1914 error(RC_BAD_VENV_CFG, L"Cannot read '%ls'", venv_cfg_path);