Home
last modified time | relevance | path

Searched refs:cfg_parse (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/oidentd/oidentd-2.5.1/src/
H A DMakefile.am25 cfg_parse.y \
30 cfg_parse.h \
40 cfg_parse.h \
41 cfg_parse.c \
H A DMakefile.in109 cfg_parse.$(OBJEXT) os.$(OBJEXT)
204 $(top_srcdir)/ylwrap cfg_parse.c cfg_parse.h cfg_scan.c
355 cfg_parse.y \
360 cfg_parse.h \
370 cfg_parse.h \
371 cfg_parse.c \
453 cfg_parse.h: cfg_parse.c
704 -rm -f cfg_parse.c
705 -rm -f cfg_parse.h
713 -rm -f ./$(DEPDIR)/cfg_parse.Po
[all …]
/dports/devel/libconfuse/confuse-3.3/examples/
H A Dwincfgtest.c65 CFG_PARSE_FPTR cfg_parse; in main() local
78 cfg_parse = (CFG_PARSE_FPTR)GetProcAddress(hinstLib, DLLSYM("cfg_parse")); in main()
87 if(cfg_parse(cfg, "wincfgtest.conf") == CFG_FILE_ERROR) in main()
H A Ddeprecated.c18 if (cfg_parse(cfg, "deprecated.conf") == CFG_PARSE_ERROR) in main()
H A Denv.c32 rc = cfg_parse(cfg, file); in main()
H A Dsimple.c45 cfg_parse(cfg, "simple.conf"); in main()
H A Dnested.c29 if (!cfg || cfg_parse(cfg, CONF) == CFG_PARSE_ERROR) { in main()
H A Daddsec.c32 if (cfg_parse(cfg, config_filename) != CFG_SUCCESS) { in read_config()
/dports/devel/libconfuse/confuse-3.3/tests/
H A Dsuite_dup.c26 fail_unless(cfg_parse(acfg, SRC_DIR "/a.conf") == 0); in main()
29 fail_unless(cfg_parse(bcfg, SRC_DIR "/b.conf") == 0); in main()
H A Dannotate.c25 fail_unless(cfg_parse(cfg, SRC_DIR "/annotate.conf") == CFG_SUCCESS); in main()
/dports/games/instead/instead-3.4.1/src/
H A Dconfig.c127 static int cfg_parse(const char *path) in cfg_parse() function
139 return cfg_parse(p); in cfg_load()
/dports/devel/libconfuse/confuse-3.3/doc/
H A Dlisting6.c9 cfg_parse(cfg, "hello.conf"); in main()
H A Dlisting2.c14 if(cfg_parse(cfg, "hello.conf") == CFG_PARSE_ERROR) in main()
H A Dlisting3.c16 if(cfg_parse(cfg, "hello.conf") == CFG_PARSE_ERROR) in main()
H A Dlisting4.c17 if(cfg_parse(cfg, "hello.conf") == CFG_PARSE_ERROR) in main()
H A Dlisting5.c22 if(cfg_parse(cfg, "hello.conf") == CFG_PARSE_ERROR) in main()
H A Dlisting8.c35 if(cfg_parse(cfg, "hello.conf") == CFG_PARSE_ERROR) in main()
/dports/audio/gbsplay/gbsplay-0.0.94/
H A Dcfgparser.h23 void regparm cfg_parse(const char *fname, const struct cfg_option *options);
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/romfs/tools/
H A DMakefile25 SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/romfs/tools/
H A DMakefile25 SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/romfs/tools/
H A DMakefile25 SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/romfs/tools/
H A DMakefile25 SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/romfs/tools/
H A DMakefile25 SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/romfs/tools/
H A DMakefile25 SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/romfs/tools/
H A DMakefile25 SRCS = build_ffs.c cfg_parse.c create_flash.c create_crc.c crclib.c

123