Searched refs:jobname (Results 1 - 5 of 5) sorted by relevance

/external/fio/
H A Dinit.c934 { .keyword = "$jobname", .key = FPRE_JOBNAME, },
941 const char *jobname, int jobnum, int filenum)
948 sprintf(buf, "%s.%d.%d", jobname, jobnum, filenum);
982 ret = snprintf(dst, dst_left, "%s", jobname);
1034 static int add_job(struct thread_data *td, const char *jobname, int job_add_num, argument
1073 if (o->nr_files == 1 && exists_and_not_file(jobname))
1074 add_file(td, jobname, job_add_num, 0);
1077 add_file(td, make_filename(fname, sizeof(fname), o, jobname, job_add_num, i), job_add_num, 0);
1141 o->name = strdup(jobname);
1221 if (add_job(td_new, jobname, numjob
940 make_filename(char *buf, size_t buf_size,struct thread_options *o, const char *jobname, int jobnum, int filenum) argument
1238 char jobname[32]; local
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http.h168 // Username and jobname are for display only.
170 virtual void SetJobname(const std::string& jobname) = 0;
H A Dprivet_http_impl.h217 virtual void SetJobname(const std::string& jobname) OVERRIDE;
H A Dprivet_http_impl.cc809 void PrivetLocalPrintOperationImpl::SetJobname(const std::string& jobname) { argument
811 jobname_ = jobname;
/external/bison/build-aux/
H A Dtexinfo.tex1048 \immediate\openout\auxfile=\jobname.aux
4296 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
4313 \openout \csname#1indfile\endcsname \jobname.#1
4900 \openin 1 \jobname.#1s
4923 \input \jobname.#1s
5979 \immediate\openout\tocfile = \jobname.toc
6054 % \jobname.toc even if this is redefined.
6056 \def\tocreadfilename{\jobname.toc}
7199 \immediate\openout\macscribble=\jobname.tmp
7202 \input \jobname
[all...]

Completed in 174 milliseconds