Lines Matching defs:filename
344 const char *const filename;
384 t->fd = open(t->filename, O_RDWR);
385 die_on(t->fd < 0, "%s", t->filename);
404 err("%s: get fifo status", t->filename);
406 warn("%s: unclaimed = %d\n", t->filename, ret);
408 err("%s: fifo flush", t->filename);
413 err("%s: close", t->filename);
425 info("%s: starts\n", t->filename);
426 in_name = t->in_name ? t->in_name : t->filename;
427 out_name = t->out_name ? t->out_name : t->filename;
460 info("%s: ends\n", t->filename);
466 debug("%s: starting\n", t->filename);
469 "pthread_create(%s)", t->filename);
477 err("%s: joining thread", t->filename);
479 debug("%s: joined\n", t->filename);
633 info("%s: writing descriptors\n", t->filename);
637 info("%s: writing descriptors (in v2 format)\n", t->filename);
641 warn("%s: new format rejected, trying legacy\n", t->filename);
649 die_on(ret < 0, "%s: write: descriptors", t->filename);
651 info("%s: writing strings\n", t->filename);
653 die_on(ret < 0, "%s: write: strings", t->filename);