Home
last modified time | relevance | path

Searched refs:c_verbose (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/scheduler/agent/
H A Dfo_cli.c223 uint8_t c_verbose = 0; in main() local
260 {"verbose", 'v', 0, G_OPTION_ARG_INT, &c_verbose, in main()
307 || c_restart || c_verbose || c_database) in main()
322 if(c_verbose) in main()
324 snprintf(buffer, sizeof(buffer) - 1, "verbose %d", c_verbose); in main()
/dports/devel/rebar3/rebar3-3.17.0/priv/templates/
H A DMakefile43 c_verbose = $(c_verbose_$(V)) macro
54 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/
H A DMakefile46 c_verbose = $(c_verbose_$(V)) macro
57 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/
H A DMakefile46 c_verbose = $(c_verbose_$(V)) macro
57 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/
H A DMakefile46 c_verbose = $(c_verbose_$(V)) macro
57 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/
H A DMakefile46 c_verbose = $(c_verbose_$(V)) macro
57 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/test/examples/sha256_erlang_nif/c_src/
H A DMakefile46 c_verbose = $(c_verbose_$(V)) macro
57 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/devel/z88dk/z88dk/src/sccz80/
H A Dmain.c85 { 'v', "verbose", OPT_BOOL, "Be verbose", &c_verbose, NULL, 0 },
214 c_verbose = 0; in main()
381 if (c_verbose) { in errsummary()
787 if (c_verbose) in openin()
814 if (c_verbose) { in doinclude()
852 if (c_verbose) { in endinclude()
H A Ddata.c77 c_verbose; /* Verbose to screen */ variable
H A Ddata.h49 extern int c_verbose;
/dports/games/angband/Angband-4.2.2/src/
H A Dmain-test.c59 static void c_verbose(char *rest) { in c_verbose() function
123 { "verbose", c_verbose },
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/scripts/
H A Dbuild-blueclipper.py25 t, parser, v.solver, '-p', c_tempdir='/tmp', c_verbose='--c-verbose',
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/
H A Dsimu.py858 name, sim, c_tempdir=args.c_tempdir, c_verbose=args.c_verbose,
918 …c_tempdir="gencode", c_verbose=args.c_verbose, linearize=args.linearize, c_real=("float" if args.c…
1219 t, parser, v.solver, args.pure_python, c_tempdir=args.c_tempdir, c_verbose=args.c_verbose,
1388 c_verbose=args.c_verbose, c_debug_load=args.c_debug_load)
H A Ddiode_table_gen.py200 t, parser, v.solver, '-p', c_tempdir='/tmp', c_verbose='--c-verbose',
H A Dtrany_table_gen.py199 t, parser, v.solver, '-p', c_tempdir='/tmp', c_verbose='--c-verbose',
H A Dcirc_table_gen.py294 t, parser, v.solver, '-p', c_tempdir='/tmp', c_verbose='--c-verbose',
H A Ddk_simulator.py1271 def __init__(self, name, sim, solver=None, c_tempdir=None, c_verbose=False, argument
1279 self.c_verbose = c_verbose
1355 return CodeWrapper(d, cg, self.c_tempdir, self.c_verbose)
1820 def get_executor(name, parser, solver=None, pure_python=True, c_tempdir=None, c_verbose=False, argument
1830 …return BuildCModule(name, sim, solver, c_tempdir, c_verbose, c_real, extra_sources, linearize).get…
H A Dcirc.py93 c_verbose=args.c_verbose, c_debug_load=args.c_debug_load, linearize=args.linearize)
H A Danalog.py182c_verbose=self.build_verbose, c_real=self.c_datatype, pre_filter=self.pre_filter, post_filter=self…
383 c_verbose=self.build_verbose, c_real=self.table_datatype,
/dports/benchmarks/iorate/iorate-3.05/
H A Diorate.h285 BYTE c_verbose; /* be chatty about work in progress */ member
H A Diorate.c165 cfg->c_verbose = 0; /* assume not verbose */ in ior_read_args()
366 cfg->c_verbose = 1; in ior_read_args()
2831 if ( cfg->c_verbose ) { in ior_verbose()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ibrowse/
H A Derlang.mk788 c_verbose = $(c_verbose_$(V))
810 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
H A Derlang.mke788 c_verbose = $(c_verbose_$(V))
810 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/www/erlang-ibrowse/ibrowse-4.4.0/
H A Derlang.mk788 c_verbose = $(c_verbose_$(V))
810 COMPILE_C = $(c_verbose) $(CC) $(CFLAGS) $(CPPFLAGS) -c
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/gschem-schematics/
H A Dbuild-plug.py203 modulename, parser, v.solver, '-p', c_tempdir='/tmp', c_verbose='--c-verbose',
217 modulename, parser, v.solver, '-p', c_tempdir='/tmp', c_verbose='--c-verbose',

12