Home | History | Annotate | Download | only in tools

Lines Matching refs:getopt_long

49 #define for_each_opt(opt, long, short) while ((opt=getopt_long(argc, argv, short ? short:"+", long, NULL)) != -1)
2656 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {