HomeSort by relevance Sort by last modified time
    Searched refs:next_file_num (Results 1 - 3 of 3) sorted by null

  /external/jpeg/
jmemname.c 73 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 */
jmemmac.c 71 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;
jmemdos.c 125 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 147 milliseconds