Searched refs:verror (Results 1 - 8 of 8) sorted by relevance

/external/fio/
H A Dfio.h104 char verror[FIO_VERROR_SIZE]; member in struct:thread_data
363 snprintf(td->verror, sizeof(td->verror), "file:%s:%d, func=%s, error=%s", __FILE__, __LINE__, (func), (msg)); \
H A Dstat.h122 char verror[FIO_VERROR_SIZE]; member in struct:thread_stat
H A Dstat.c522 ts->error, ts->verror, (int) ts->pid,
1289 ts->verror[sizeof(ts->verror) - 1] = '\0';
1290 strncpy(ts->verror, td->verror, sizeof(ts->verror) - 1);
1293 ts->verror[sizeof(ts->verror) - 1] = '\0';
1294 strncpy(ts->verror, td->verror, sizeo
[all...]
H A Dfilesetup.c30 td->verror[0] = '\0';
650 log_err("%s\n", td->verror);
H A Dbackend.c1602 td->verror);
1928 (int) td->pid, td->error, td->verror);
H A Dserver.c1088 strncpy(p.ts.verror, ts->verror, FIO_VERROR_SIZE - 1);
H A Dinit.c439 log_info("fio: %s\n", td->verror);
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c483 verror(const char *const string, va_list args) function
504 verror(string, args);
514 verror(string, args);

Completed in 191 milliseconds