Home
last modified time | relevance | path

Searched refs:fdopen (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzutil.h215 # ifndef fdopen
216 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
236 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
241 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
247 # define fdopen(fd,type) _fdopen(fd,type) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h293 FILE * _EXFUN(fdopen, (int, const char *));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h283 extern FILE *fdopen (int __fd, __const char *__modes) __THROW __wur;
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c349 output = fdopen(ofd, "wb+"); in main()