Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 16 of 16) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dfs.h32 #define SEEK_END 2 /* seek relative to end of file */ macro
33 #define SEEK_MAX SEEK_END
/utopia/UTPA2-700.0.x/projects/version/
H A Dversionembadder.c163 fseek (pFileLibR , 0 , SEEK_END); in main()
167 fseek (pFileVerR , 0 , SEEK_END); in main()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A Ddrvbw.c196 fseek(pFile, 0, SEEK_END); in Open_bandwidthtable_Bin()
248 vfs_llseek(pFile, 0, SEEK_END); in Open_bandwidthtable_Bin()
H A DdrvPQ.c832 vfs_llseek(pFile, 0, SEEK_END); in Open_PQ_Bin()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h140 #ifndef SEEK_END
141 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunistd.h284 # define SEEK_END 2 /* Seek from end of file. */ macro
291 # define L_XTND SEEK_END
H A Dfcntl.h56 # define SEEK_END 2 /* Seek from end of file. */ macro
H A Dstdio.h123 #define SEEK_END 2 /* Seek from end of file. */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpackramfs.c64 fseek( fp_in, 0, SEEK_END ); in main()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c256 fseek( thisPtr->Pfile, 0, SEEK_END ); in JPEG_FILE_get_size()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzconf.h375 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c256 fseek( thisPtr->Pfile, 0, SEEK_END ); in JPEG_FILE_get_size()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c626 fseek(mux_mp2file, 0, SEEK_END); in MAdp_TSMUX_Init()
1785 fseek(mfe_file_in.infile,0 , SEEK_END); in MAdp_MFE_Init()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dunistd.h225 # define SEEK_END 2 macro
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c1367 fseek (hFile , 0 , SEEK_END); in MAdp_GPD_Play()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c200 #define SEEK_END 2 macro
14456 fseek(p_infile, 0, SEEK_END); in AU_CUS_DTS_Parser_ParseInputFile()
14490 if (-1 == fseek(p_infile, 0, SEEK_END)) in AU_CUS_DTS_Parser_ParseInputFile()
17425 if (fseek(pAU_debug_input_file, 0, SEEK_END)) in AU_CUS_WMA_Parser_ParseInputFile()
22784 fseek(pAU_debug_input_file2, 0, SEEK_END); in AU_CUS_DebugMenu()
22909 fseek(pAU_debug_input_file, 0, SEEK_END); in AU_CUS_DebugMenu()
23254 fseek(pAU_debug_input_file3, 0, SEEK_END); in AU_CUS_DebugMenu()