Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddocproc.c214 while (fgets(line, MAXLINESZ, fp)) { in find_export_symbols()
444 while (fgets(line, MAXLINESZ, infile)) { in parse_file()
H A Dunifdef.c649 if (fgets(tline, MAXLINE, input) == NULL) in parseline()
723 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline()
H A Dconmakehash.c117 while ( fgets(buffer, sizeof(buffer), ctbl) != NULL ) in main()
H A Dkallsyms.c110 if (rc != EOF && fgets(str, 500, in) == NULL) in read_symbol()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h237 FILE *__restrict __stream), fgets) __wur;
245 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets() function
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dyuvgen.c200 if( fgets(buff,512,fp) != NULL ) in copy_row()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c193 while(fgets(sConf,sizeof(sConf),fpUtopiaModuleMode)!=NULL) in UtopiaConfigReadFile()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c652 if (fgets(str, size, in) == NULL)
H A Dconfdata.c246 while (fgets(line, sizeof(line), in)) { in conf_read_simple()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h217 char * _EXFUN(fgets, (char *, int, FILE *));
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c198 if( fgets(buff,512,fp) != NULL ) in copy_row()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h600 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c1387 if(fgets(cmd, STRING_LENGTH, pfDmxDbg)) in _DMX_DBG_Task()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13501 if(!fgets(buf, num, fp)) in AU_CUS_fgets()
13507 if(!fgets(buf, num, fp)) in AU_CUS_fgets()