trunc              52 libavformat/file.c     int trunc;
trunc              57 libavformat/file.c     { "truncate", "truncate existing files on write", offsetof(FileContext, trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, AV_OPT_FLAG_ENCODING_PARAM },
trunc             147 libavformat/file.c         if (c->trunc)
trunc             151 libavformat/file.c         if (c->trunc)
trunc              33 libavformat/libsmbclient.c     int trunc;
trunc             108 libavformat/libsmbclient.c         if (libsmbc->trunc)
trunc             112 libavformat/libsmbclient.c         if (libsmbc->trunc)
trunc             190 libavformat/libsmbclient.c     {"truncate",  "truncate existing files on write",              OFFSET(trunc),   AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, E },
trunc              38 libavformat/libssh.c     int trunc;
trunc             136 libavformat/libssh.c         if (libssh->trunc)
trunc             140 libavformat/libssh.c         if (libssh->trunc)
trunc             296 libavformat/libssh.c     {"truncate", "Truncate existing files on write", OFFSET(trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, E },
trunc             184 libavutil/eval.c         case e_trunc:  return e->value * trunc(eval_expr(p, e->param[0]));