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

/external/toybox/toys/posix/
H A Dsplit.c40 unsigned long bytesleft, linesleft, filenum, len, pos; local
48 len = pos = filenum = bytesleft = linesleft = 0;
62 j = filenum++;
/external/fio/
H A Dinit.c993 { .keyword = "$filenum", .key = FPRE_FILENUM, },
998 const char *jobname, int jobnum, int filenum)
1005 sprintf(buf, "%s.%d.%d", jobname, jobnum, filenum);
1071 ret = snprintf(dst, dst_left, "%d", filenum);
997 make_filename(char *buf, size_t buf_size,struct thread_options *o, const char *jobname, int jobnum, int filenum) argument

Completed in 341 milliseconds