Home
last modified time | relevance | path

Searched defs:error_buf (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/adfs/
Dsuper.c28 char error_buf[128]; in __adfs_error() local
/linux-4.4.14/tools/perf/util/
Dparse-options.c10 static struct strbuf error_buf = STRBUF_INIT; variable
/linux-4.4.14/fs/reiserfs/
Dprints.c13 static char error_buf[1024]; variable
/linux-4.4.14/tools/lib/traceevent/
Dparse-filter.c41 static void show_error(char *error_buf, const char *fmt, ...) in show_error()