Searched refs:TEMP_FILE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dchoose-temp.c37 #define TEMP_FILE "ccXXXXXX" macro
38 #define TEMP_FILE_LEN (sizeof(TEMP_FILE) - 1)
66 strcpy (temp_filename + len, TEMP_FILE);
H A Dmake-temp-file.c55 #define TEMP_FILE "ccXXXXXX" macro
56 #define TEMP_FILE_LEN (sizeof(TEMP_FILE) - 1)
165 strcpy (temp_filename + base_len, TEMP_FILE);
/macosx-10.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dfile_passwd.c32 #define TEMP_FILE "/tmp/.pwtmp" macro
138 sprintf(fname, "%s.%d", TEMP_FILE, getpid());
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chkpasswd.tproj/
H A Dfile_passwd.c32 #define TEMP_FILE "/tmp/.pwtmp" macro
138 sprintf(fname, "%s.%d", TEMP_FILE, getpid());
/macosx-10.9.5/nano-11/src/
H A Dnano.h357 #define TEMP_FILE (1<<10) macro
H A Drcfile.c75 {"tempfile", TEMP_FILE},
H A Dnano.c927 /* If the current file buffer has been modified, and the TEMP_FILE flag
929 * TEMP_FILE flag is set, save it unconditionally. Then, if more than
940 /* If the TEMP_FILE flag is set, pretend the user chose to save. */
941 else if (ISSET(TEMP_FILE))
1909 SET(TEMP_FILE);
H A Dfiles.c1759 * TEMP_FILE flag is set. Return TRUE on success or FALSE on error. */
1773 if (exiting && openfile->filename[0] != '\0' && ISSET(TEMP_FILE)) {
1888 if (!did_credits && exiting && !ISSET(TEMP_FILE) &&

Completed in 148 milliseconds