getopt            464 libavcodec/dct-test.c         c = getopt(argc, argv, "ih4t");
getopt            258 libavcodec/fft-test.c         int c = getopt(argc, argv, "hsimrdn:f:c:");
getopt            370 libavutil/cpu.c         int c = getopt(argc, argv, "c:t:");
getopt            399 libavutil/float_dsp.c         int arg = getopt(argc, argv, "s:c:");
getopt            446 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             75 tools/fourcc2pixfmt.c     while ((c = getopt(argc, argv, "hp:lL")) != -1) {
getopt            120 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             63 tools/zmqsend.c     while ((c = getopt(argc, argv, "b:hi:")) != -1) {