Searched refs:__GT_FILE (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dmkstemp.c30 #ifndef __GT_FILE
31 # define __GT_FILE 0 macro
43 return __gen_tempname (template, __GT_FILE);
H A Dtempname.c39 #ifndef __GT_FILE
40 # define __GT_FILE 0 macro
223 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
225 __GT_BIGFILE: same as __GT_FILE but use open64().
298 case __GT_FILE:
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dmkstemp.c30 #ifndef __GT_FILE
31 # define __GT_FILE 0 macro
43 return __gen_tempname (template, __GT_FILE);
H A Dtempname.c41 #ifndef __GT_FILE
42 # define __GT_FILE 0 macro
225 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
227 __GT_BIGFILE: same as __GT_FILE but use open64().
300 case __GT_FILE:
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmkostemp.c28 # define __GT_FILE GT_FILE macro
34 #ifndef __GT_FILE
35 # define __GT_FILE 0 macro
45 return __gen_tempname (xtemplate, 0, flags, __GT_FILE);
H A Dtempname.h25 # ifdef __GT_FILE
26 # define GT_FILE __GT_FILE
H A Dtempname.c35 #ifndef __GT_FILE
36 # define __GT_FILE 0 macro
40 #if !_LIBC && (GT_FILE != __GT_FILE || GT_DIR != __GT_DIR \
201 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
215 [__GT_FILE] = try_file,
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmkostemp.c28 # define __GT_FILE GT_FILE macro
34 #ifndef __GT_FILE
35 # define __GT_FILE 0 macro
45 return __gen_tempname (xtemplate, 0, flags, __GT_FILE);
H A Dtempname.h25 # ifdef __GT_FILE
26 # define GT_FILE __GT_FILE
H A Dtempname.c36 #ifndef __GT_FILE
37 # define __GT_FILE 0 macro
41 #if !_LIBC && (GT_FILE != __GT_FILE || GT_DIR != __GT_DIR \
212 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
226 [__GT_FILE] = try_file,
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmkstemp.c33 #ifndef __GT_FILE
34 # define __GT_FILE 0 macro
46 return __gen_tempname (template, __GT_FILE);
H A Dtempname.c42 #ifndef __GT_FILE
43 # define __GT_FILE 0 macro
201 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
203 __GT_BIGFILE: same as __GT_FILE but use open64().
276 case __GT_FILE:

Completed in 108 milliseconds