| /src/external/gpl2/diffutils/dist/lib/ |
| mkstemp.c | 34 int __gen_tempname (); 43 return __gen_tempname (template, __GT_FILE);
|
| tempname.c | 217 does not exist at the time of the call to __gen_tempname. TMPL is 230 __gen_tempname (char *tmpl, int kind) function 311 /* This case is backward from the other three. __gen_tempname 329 assert (! "invalid KIND in __gen_tempname");
|
| /src/external/gpl2/texinfo/dist/lib/ |
| mkstemp.c | 34 int __gen_tempname (char *, int); /* GCC 15.1 conflicting prototypes */ 43 return __gen_tempname (template, __GT_FILE);
|
| tempname.c | 219 does not exist at the time of the call to __gen_tempname. TMPL is 232 __gen_tempname (char *tmpl, int kind) function 313 /* This case is backward from the other three. __gen_tempname 331 assert (! "invalid KIND in __gen_tempname");
|
| /src/external/gpl2/xcvs/dist/lib/ |
| mkstemp.c | 37 int __gen_tempname (); 46 return __gen_tempname (template, __GT_FILE);
|
| tempname.c | 195 does not exist at the time of the call to __gen_tempname. TMPL is 208 __gen_tempname (char *tmpl, int kind) function 289 /* This case is backward from the other three. __gen_tempname 307 assert (! "invalid KIND in __gen_tempname");
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| mkostemp.c | 26 # define __gen_tempname gen_tempname macro 45 return __gen_tempname (xtemplate, 0, flags, __GT_FILE);
|
| tempname.c | 62 # define __gen_tempname gen_tempname macro 333 __gen_tempname (char *tmpl, int suffixlen, int flags, int kind) function
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| mkostemp.c | 26 # define __gen_tempname gen_tempname macro 45 return __gen_tempname (xtemplate, 0, flags, __GT_FILE);
|
| tempname.c | 62 # define __gen_tempname gen_tempname macro 333 __gen_tempname (char *tmpl, int suffixlen, int flags, int kind) function
|