Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dfstree.c40 char *tmpnam; in read_fstree() local
46 tmpnam = join_path(dirname, de->d_name); in read_fstree()
48 if (lstat(tmpnam, &st) < 0) in read_fstree()
49 die("stat(%s): %s\n", tmpnam, strerror(errno)); in read_fstree()
55 pfile = fopen(tmpnam, "r"); in read_fstree()
59 tmpnam, strerror(errno)); in read_fstree()
70 newchild = read_fstree(tmpnam); in read_fstree()
75 free(tmpnam); in read_fstree()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h202 char * _EXFUN(tmpnam, (char *));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h186 extern char *tmpnam (char *__s) __THROW __wur;