Lines Matching refs:rc
293 ESR_ReturnCode rc;
295 rc = PFileRead ( stream, buffer, size, &count );
297 if ( rc != ESR_SUCCESS )
306 ESR_ReturnCode rc;
308 rc = PFileWrite ( stream, buffer, size, &count );
309 if ( rc != ESR_SUCCESS )
336 ESR_ReturnCode rc;
338 rc = PFileSeek ( stream, offset, origin );
340 if ( rc != ESR_SUCCESS )
349 ESR_ReturnCode rc;
352 rc = PFileGetPosition ( stream, &result );
354 if ( rc != ESR_SUCCESS )
397 ESR_ReturnCode rc;
399 rc = PFileFlush ( stream );
401 if ( rc != ESR_SUCCESS )
411 ESR_ReturnCode rc;
413 rc = PFileFgets ( self, string, n, &result );
415 if ( rc != ESR_SUCCESS )
424 ESR_ReturnCode rc;
427 rc = PFileFgetc ( self, &result );
429 if ( rc != ESR_SUCCESS )
438 ESR_ReturnCode rc;
443 rc = PFileVfprintf ( stream, &result, format, args );
446 if ( rc != ESR_SUCCESS )
455 ESR_ReturnCode rc;
458 rc = PFileVfprintf ( stream, &result, format, argptr );
460 if ( rc != ESR_SUCCESS )
468 ESR_ReturnCode rc;
476 rc = ESR_SUCCESS;
478 rc = ESR_INVALID_ARGUMENT;
482 rc = ESR_INVALID_ARGUMENT;
484 return ( rc );
491 ESR_ReturnCode rc;
497 rc = pf_convert_backslashes_to_forwardslashes ( path );
499 if ( rc == ESR_SUCCESS )
509 rc = ESR_INVALID_ARGUMENT;
511 return ( rc );