Home
last modified time | relevance | path

Searched refs:nonopt (Results 1 – 25 of 2531) sorted by relevance

12345678910>>...102

/dports/graphics/cairo/cairo-1.17.4/boilerplate/
H A Dcairo-boilerplate-getopt.c55 static int nonopt = 0; /* How many nonopts we've found */ variable
77 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
88 nonopt++; in permute_argv_once()
108 nonopt = 0; in _cairo_getopt()
145 nonopt = argc - argv_index; in _cairo_getopt()
197 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in _cairo_getopt()
235 optind = argc - nonopt; in _cairo_getopt()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/boilerplate/
H A Dcairo-boilerplate-getopt.c55 static int nonopt = 0; /* How many nonopts we've found */ variable
77 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
88 nonopt++; in permute_argv_once()
108 nonopt = 0; in _cairo_getopt()
145 nonopt = argc - argv_index; in _cairo_getopt()
197 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in _cairo_getopt()
235 optind = argc - nonopt; in _cairo_getopt()
/dports/games/craft/Craft-1.0fbsd/deps/glfw/deps/
H A Dgetopt.c75 static int nonopt = 0; /* How many nonopts we've found */ variable
97 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
108 nonopt++; in permute_argv_once()
128 nonopt = 0; in getopt()
165 nonopt = argc - argv_index; in getopt()
217 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in getopt()
255 optind = argc - nonopt; in getopt()
/dports/sysutils/intel-pcm/pcm-202109/freegetopt/
H A Dgetopt.cpp60 static int nonopt = 0; /* How many nonopts we've found */ variable
82 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
93 nonopt++; in permute_argv_once()
113 nonopt = 0; in getopt()
150 nonopt = argc - argv_index; in getopt()
202 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in getopt()
240 optind = argc - nonopt; in getopt()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/freegetopt/
H A Dgetopt.cpp60 static int nonopt = 0; /* How many nonopts we've found */ variable
82 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
93 nonopt++; in permute_argv_once()
113 nonopt = 0; in getopt()
150 nonopt = argc - argv_index; in getopt()
202 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in getopt()
240 optind = argc - nonopt; in getopt()
/dports/graphics/glfw2/glfw-2.7.9/tests/
H A Dgetopt.c61 static int nonopt = 0; /* How many nonopts we've found */ variable
83 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
94 nonopt++; in permute_argv_once()
114 nonopt = 0; in getopt()
151 nonopt = argc - argv_index; in getopt()
203 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in getopt()
241 optind = argc - nonopt; in getopt()
/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dgetopt.c61 static int nonopt = 0; /* How many nonopts we've found */ variable
83 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
94 nonopt++; in permute_argv_once()
114 nonopt = 0; in getopt()
151 nonopt = argc - argv_index; in getopt()
203 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in getopt()
241 optind = argc - nonopt; in getopt()
/dports/devel/z88dk/z88dk/ext/getopt/
H A Dgetopt.c54 static int nonopt = 0; /* How many nonopts we've found */ variable
76 if(argv_index + nonopt >= prev_argc) return 1; in permute_argv_once()
87 nonopt++; in permute_argv_once()
107 nonopt = 0; in getopt()
144 nonopt = argc - argv_index; in getopt()
196 if(argv_index2 + nonopt >= prev_argc) optarg = NULL; in getopt()
234 optind = argc - nonopt; in getopt()
/dports/print/a2ps/a2ps-4.13/tests/tstfiles/
H A Dpsmandup158 nonopt="$nonopt $arg"
172 nonopt="$nonopt $arg"
183 case `echo "$nonopt" | wc -w | sed -e 's/[\t ]//g'` in
185 1) file=$nonopt;;
/dports/x11-fonts/terminus-font/terminus-font-4.48/bin/
H A Ducstoany.py70 def main_program(nonopt, parsed): argument
74 if len(nonopt) < 4:
77 input = nonopt[0]
78 registry = nonopt[1]
79 encoding = nonopt[2]
98 for name in nonopt[3:]:
H A Dbdftopsf.py75 def main_program(nonopt, parsed): argument
78 bdfile = len(nonopt) > 0 and nonopt[0].lower().endswith('.bdf')
82 ifs = fnio.InputStream(nonopt[0] if bdfile else None)
166 for name in nonopt[int(bdfile):]:
/dports/devel/binaryen/binaryen-version_98/test/unit/
H A Dtest_stack_ir.py11nonopt = shared.run_process(shared.WASM_OPT + [path, '-O', '--generate-stack-ir', '--print-stack-i…
14 self.assertNotEqual(opt, nonopt)
15 self.assertLess(len(opt), len(nonopt))
/dports/lang/solidity/solidity_0.8.11/test/formal/
H A Dsub_not_zero_x_to_not_x_256.py22 nonopt = SUB(~ZERO, X) variable
27 rule.check(nonopt, opt)
H A Dcombine_div_shl_one_32.py20 nonopt = DIV(X, SHL(Y, 1)) variable
25 rule.check(nonopt, opt)
H A Deq_sub.py19 nonopt = ISZERO(SUB(X, Y)) variable
24 rule.check(nonopt, opt)
H A Dcombine_byte_shr_2.py22 nonopt = BYTE(A, SHR(B, X)) variable
28 rule.check(nonopt, opt)
H A Dcombine_byte_shl.py22 nonopt = BYTE(A, SHL(B, X)) variable
30 rule.check(nonopt, opt)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/d10v-elf/
H A Dconfigure23 nonopt=NONE
559 case $host---$target---$nonopt in
576 case $nonopt in
581 *) host_alias=$nonopt ;;
597 case $nonopt in
599 *) target_alias=$nonopt ;;
615 case $nonopt in
617 *) build_alias=$nonopt ;;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/d10v-elf/
H A Dconfigure23 nonopt=NONE
559 case $host---$target---$nonopt in
576 case $nonopt in
581 *) host_alias=$nonopt ;;
597 case $nonopt in
599 *) target_alias=$nonopt ;;
615 case $nonopt in
617 *) build_alias=$nonopt ;;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/d30v-elf/
H A Dconfigure23 nonopt=NONE
562 case $host---$target---$nonopt in
579 case $nonopt in
584 *) host_alias=$nonopt ;;
600 case $nonopt in
602 *) target_alias=$nonopt ;;
618 case $nonopt in
620 *) build_alias=$nonopt ;;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/m32r-elf/
H A Dconfigure23 nonopt=NONE
560 case $host---$target---$nonopt in
577 case $nonopt in
582 *) host_alias=$nonopt ;;
598 case $nonopt in
600 *) target_alias=$nonopt ;;
616 case $nonopt in
618 *) build_alias=$nonopt ;;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/m32r-elf/
H A Dconfigure23 nonopt=NONE
560 case $host---$target---$nonopt in
577 case $nonopt in
582 *) host_alias=$nonopt ;;
598 case $nonopt in
600 *) target_alias=$nonopt ;;
616 case $nonopt in
618 *) build_alias=$nonopt ;;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.defects/
H A Dconfigure23 nonopt=NONE
560 case $host---$target---$nonopt in
577 case $nonopt in
582 *) host_alias=$nonopt ;;
598 case $nonopt in
600 *) target_alias=$nonopt ;;
616 case $nonopt in
618 *) build_alias=$nonopt ;;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dconfigure23 nonopt=NONE
560 case $host---$target---$nonopt in
577 case $nonopt in
582 *) host_alias=$nonopt ;;
598 case $nonopt in
600 *) target_alias=$nonopt ;;
616 case $nonopt in
618 *) build_alias=$nonopt ;;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/fr30-elf/
H A Dconfigure23 nonopt=NONE
560 case $host---$target---$nonopt in
577 case $nonopt in
582 *) host_alias=$nonopt ;;
598 case $nonopt in
600 *) target_alias=$nonopt ;;
616 case $nonopt in
618 *) build_alias=$nonopt ;;

12345678910>>...102