| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | fs.h | 32 #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 D | versionembadder.c | 163 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 D | drvbw.c | 196 fseek(pFile, 0, SEEK_END); in Open_bandwidthtable_Bin() 248 vfs_llseek(pFile, 0, SEEK_END); in Open_bandwidthtable_Bin()
|
| H A D | drvPQ.c | 832 vfs_llseek(pFile, 0, SEEK_END); in Open_PQ_Bin()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 140 #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 D | unistd.h | 284 # define SEEK_END 2 /* Seek from end of file. */ macro 291 # define L_XTND SEEK_END
|
| H A D | fcntl.h | 56 # define SEEK_END 2 /* Seek from end of file. */ macro
|
| H A D | stdio.h | 123 #define SEEK_END 2 /* Seek from end of file. */ macro
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | packramfs.c | 64 fseek( fp_in, 0, SEEK_END ); in main()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 256 fseek( thisPtr->Pfile, 0, SEEK_END ); in JPEG_FILE_get_size()
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zconf.h | 375 # 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 D | jpeg_cmodel_io.c | 256 fseek( thisPtr->Pfile, 0, SEEK_END ); in JPEG_FILE_get_size()
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 626 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 D | unistd.h | 225 # define SEEK_END 2 macro
|
| /utopia/UTPA2-700.0.x/modules/gpd/api/gpd/ |
| H A D | apiGPD.c | 1367 fseek (hFile , 0 , SEEK_END); in MAdp_GPD_Play()
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 200 #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()
|