Searched defs:jobnum (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dinit.c935 { .keyword = "$jobnum", .key = FPRE_JOBNUM, },
941 const char *jobname, int jobnum, int filenum)
948 sprintf(buf, "%s.%d.%d", jobname, jobnum, filenum);
992 ret = snprintf(dst, dst_left, "%d", jobnum);
940 make_filename(char *buf, size_t buf_size,struct thread_options *o, const char *jobname, int jobnum, int filenum) argument

Completed in 69 milliseconds