getopt            478 libavcodec/tests/dct.c         c = getopt(argc, argv, "ih4t");
getopt            405 libavcodec/tests/fft.c         int c = getopt(argc, argv, "hsimrdn:f:c:");
getopt            368 libavformat/tests/movenc.c         c = getopt(argc, argv, "wh");
getopt            114 libavutil/tests/cpu.c         int c = getopt(argc, argv, "c:t:");
getopt            673 tools/crypto_bench.c     while ((opt = getopt(argc, argv, "hl:a:r:")) != -1) {
getopt             69 tools/ffescape.c     while ((c = getopt(argc, argv, "ef:hi:l:o:m:p:s:")) != -1) {
getopt             71 tools/ffeval.c     while ((c = getopt(argc, argv, "ehi:o:p:")) != -1) {
getopt             71 tools/fourcc2pixfmt.c     while ((c = getopt(argc, argv, "hp:lL")) != -1) {
getopt            121 tools/graph2dot.c     while ((c = getopt(argc, argv, "hi:o:")) != -1) {
getopt             52 tools/seek_print.c     while ((opt = getopt(argc, argv, "h")) != -1) {
getopt             64 tools/zmqsend.c     while ((c = getopt(argc, argv, "b:hi:")) != -1) {