Searched refs:FIO_VERROR_SIZE (Results 1 – 5 of 5) sorted by relevance
118 #define FIO_VERROR_SIZE 128 macro122 char verror[FIO_VERROR_SIZE];
581 char buf[FIO_VERROR_SIZE]; in generic_open_file()1421 char buf[FIO_VERROR_SIZE]; in recurse_dir()1423 snprintf(buf, FIO_VERROR_SIZE, "opendir(%s)", dirname); in recurse_dir()
104 char verror[FIO_VERROR_SIZE];
1088 strncpy(p.ts.verror, ts->verror, FIO_VERROR_SIZE - 1); in fio_server_send_ts()
45 char buf[FIO_VERROR_SIZE]; in open_file()