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

/external/jpeg/
H A Djmemname.c73 static int next_file_num; /* to distinguish among several temp files */ variable
101 next_file_num++; /* advance counter */
102 sprintf(fname, TEMP_FILE_NAME, TEMP_DIRECTORY, next_file_num);
128 next_file_num++; /* advance counter */
129 sprintf(fname, TEMP_FILE_NAME, TEMP_DIRECTORY, next_file_num);
268 next_file_num = 0; /* initialize temp file name generator */
H A Djmemmac.c71 static int next_file_num; /* to distinguish among several temp files */ variable
238 next_file_num++; /* advance counter */
240 sprintf(info->temp_name, TEMP_FILE_NAME, next_file_num);
274 next_file_num = 0;
H A Djmemdos.c125 static int next_file_num; /* to distinguish among several temp files */ variable
150 next_file_num++; /* advance counter */
151 sprintf(ptr, "JPG%03d.TMP", next_file_num);
625 next_file_num = 0; /* initialize temp file name generator */

Completed in 38 milliseconds