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

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dmkstemp.c28 #ifndef __GT_FILE
29 # define __GT_FILE 0 macro
41 return __gen_tempname (template, __GT_FILE);
H A Dtempname.c37 #ifndef __GT_FILE
38 # define __GT_FILE 0 macro
221 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
223 __GT_BIGFILE: same as __GT_FILE but use open64().
296 case __GT_FILE:
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dtempname.c43 #ifndef __GT_FILE
44 # define __GT_FILE 0 macro
194 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
196 __GT_BIGFILE: same as __GT_FILE but use open64().
269 case __GT_FILE:

Completed in 188 milliseconds