Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h594 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
597 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
600 # define mkstemp mkstemp64 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdlib.h100 int _EXFUN(mkstemp,(char *));
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c347 ofd = mkstemp(tempname); in main()