Home
last modified time | relevance | path

Searched refs:confp (Results 1 – 25 of 84) sorted by relevance

1234

/dports/security/munge/munge-munge-0.5.14/src/mungekey/
H A Dconf.c109 conf_t *confp; in create_conf() local
112 if (confp == NULL) { in create_conf()
123 _conf_validate (confp); in create_conf()
124 return confp; in create_conf()
131 destroy_conf (conf_t *confp) in destroy_conf() argument
133 assert (confp != NULL); in destroy_conf()
135 if (confp == NULL) { in destroy_conf()
142 free (confp); in destroy_conf()
157 assert (confp != NULL); in parse_cmdline()
236 _conf_validate (confp); in parse_cmdline()
[all …]
H A Dkey.c63 create_key (conf_t *confp) in create_key() argument
70 assert (confp != NULL); in create_key()
77 confp->key_path, confp->key_num_bytes, sizeof (buf)); in create_key()
79 if (confp->do_force) { in create_key()
89 confp->key_path); in create_key()
94 confp->key_path); in create_key()
97 if (n != confp->key_num_bytes) { in create_key()
100 confp->key_num_bytes, confp->key_path); in create_key()
105 confp->key_path); in create_key()
108 if (confp->do_verbose) { in create_key()
[all …]
H A Dmungekey.c59 conf_t *confp; in main() local
64 confp = create_conf (); in main()
65 parse_cmdline (confp, argc, argv); in main()
69 if (confp->do_create) { in main()
70 create_key (confp); in main()
73 destroy_conf (confp); in main()
H A Dconf.h52 void destroy_conf (conf_t *confp);
54 void parse_cmdline (conf_t *confp, int argc, char **argv);
/dports/emulators/hercules/hercules-3.13/
H A Dhconsole.c133 if ( !confp ) in set_screen_color()
169 if ( !confp ) in set_screen_pos()
209 int clear_screen( FILE* confp ) in clear_screen() argument
217 if ( !confp ) in clear_screen()
251 if ( !confp ) in erase_to_eol()
359 if ( !confp ) in console_beep()
459 if ( !confp ) in set_console_cursor_shape()
803 confp, in set_screen_color()
840 confp, in set_screen_color()
876 UNREFERENCED( confp ); in get_console_dim()
[all …]
H A Dhconsole.h90 extern int set_screen_color ( FILE* confp, short herc_fore, short herc_back );
94 extern int set_screen_pos ( FILE* confp, short rowY1, short colX1 );
96 extern int clear_screen ( FILE* confp );
97 extern int erase_to_eol ( FILE* confp );
104 extern int console_beep( FILE* confp );
105 extern int get_console_dim( FILE* confp, int* rows, int* cols );
107 extern int get_cursor_pos( int keybrd_fd, FILE* confp, short* row, short* col );
109 extern int set_console_cursor_shape( FILE* confp, int ins );
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dconf.h26 #define CNF_DEFAULTS( confp ) (confp)->cnf_defaults argument
27 #define CNF_SERVICE_CONFS( confp ) (confp)->cnf_service_confs argument
29 void cnf_free(struct configuration *confp);
30 struct service_config *cnf_extract(struct configuration *confp,struct service_config *scp);
31 void cnf_dump(struct configuration *confp,int fd);
32 status_e cnf_init(struct configuration *confp,int *fdp,psi_h *iterp);
33 unsigned cnf_start_services(struct configuration *confp);
H A Dconf.c25 void cnf_free( struct configuration *confp ) in cnf_free() argument
28 pset_h sconfs = confp->cnf_service_confs ; in cnf_free()
33 if ( confp->cnf_defaults ) in cnf_free()
34 sc_free( confp->cnf_defaults ) ; in cnf_free()
36 CLEAR(*confp); in cnf_free()
46 pset_h stab = confp->cnf_service_confs ; in cnf_extract()
68 stab = confp->cnf_service_confs; in cnf_dump()
70 sc_dump( confp->cnf_defaults, fd, 0, TRUE ) ; in cnf_dump()
124 confp->cnf_service_confs = pset ; in cnf_init()
125 confp->cnf_defaults = scp ; in cnf_init()
[all …]
H A Dconfparse.c432 struct service_config *defaults = confp->cnf_defaults ; in remove_disabled_services()
586 const pset_h sconfs = CNF_SERVICE_CONFS( confp ) ; in check_entry()
874 parse_conf_file( fd, confp, ps.ros.config_file ) ; in get_conf()
891 status_e cnf_get( struct configuration *confp ) in cnf_get() argument
897 if ( cnf_init( confp, &config_fd, &iter ) == FAILED ) in cnf_get()
900 else if ( get_conf( config_fd, confp ) == FAILED ) in cnf_get()
903 cnf_free( confp ) ; in cnf_get()
914 parse_inet_conf_file( config_fd, confp ); in cnf_get()
924 remove_disabled_services( confp ) ; in cnf_get()
939 if ( check_entry( scp, confp ) == FAILED ) in cnf_get()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/sparc_leon/
H A Damba_scan.c34 register unsigned int conf, i, *confp; in leon3_ahbslv_scan() local
40 confp = (unsigned int *) (cfg_area + (i * LEON3_AHB_CONF_WORDS * 4)); in leon3_ahbslv_scan()
41 conf = *confp; in leon3_ahbslv_scan()
44 return (unsigned int) confp; in leon3_ahbslv_scan()
67 register unsigned int conf, i, *confp; in leon3_apbslv_scan() local
71 confp = (unsigned int *) (base + (i * LEON3_APB_CONF_WORDS * 4)); in leon3_apbslv_scan()
72 conf = *confp; in leon3_apbslv_scan()
77 apbdevs[j].start = leon3_getbase (confp, base, 0); in leon3_apbslv_scan()
H A Dbusscan.S27 ! register unsigned int conf, mbar,i, *confp;
31 ! confp = (unsigned int*)(cfg_area + (i * LEON3_AHB_CONF_WORDS * 4));
32 ! conf = *confp;
35 ! return (unsigned int)confp;
75 ! register unsigned int conf, mbar,i, *confp;
78 ! confp = (unsigned int*)(base + (i * LEON3_APB_CONF_WORDS * 4));
79 ! conf = *confp;
82 ! return (unsigned int)confp;
/dports/dns/mydns-ng/mydns-1.2.8.31/lib/
H A Dconf.c116 conf_clobber(CONF **confp, const char *name, const char *value) { in conf_clobber() argument
117 CONF *conf = *confp, *c; /* Start of list/found item */ in conf_clobber()
136 conf_set(CONF **confp, const char *name, const char *value, int defaulted) { in conf_set() argument
137 CONF *conf = *confp; /* Start of list */ in conf_set()
170 *confp = conf; in conf_set()
180 conf_get(CONF **confp, const char *name, int *defaulted) { in conf_get() argument
181 CONF *conf = *confp; /* Start of list */ in conf_get()
204 conf_load(CONF **confp, const char *filename) { in conf_load() argument
208 CONF *conf = *confp; /* Config list */ in conf_load()
242 *confp = conf; in conf_load()
/dports/dns/mydns/mydns-1.1.0/lib/
H A Dconf.c138 conf_clobber(CONF **confp, char *name, char *value) in conf_clobber() argument
140 CONF *conf = *confp, *c; /* Start of list/found item */ in conf_clobber()
160 conf_set(CONF **confp, char *name, char *value, int defaulted) in conf_set() argument
162 CONF *conf = *confp; /* Start of list */ in conf_set()
205 *confp = conf; in conf_set()
215 conf_get(CONF **confp, char *name, int *defaulted) in conf_get() argument
217 CONF *conf = *confp; /* Start of list */ in conf_get()
241 conf_load(CONF **confp, const char *filename) in conf_load() argument
246 CONF *conf = *confp; /* Config list */ in conf_load()
290 *confp = conf; in conf_load()
/dports/dns/bind911/bind-9.11.37/lib/irs/
H A Ddnsconf.c184 irs_dnsconf_load(isc_mem_t *mctx, const char *filename, irs_dnsconf_t **confp) in irs_dnsconf_load() argument
191 REQUIRE(confp != NULL && *confp == NULL); in irs_dnsconf_load()
228 *confp = conf; in irs_dnsconf_load()
236 irs_dnsconf_destroy(irs_dnsconf_t **confp) { in irs_dnsconf_destroy() argument
240 REQUIRE(confp != NULL); in irs_dnsconf_destroy()
241 REQUIRE(IRS_DNSCONF_VALID((*confp))); in irs_dnsconf_destroy()
243 conf = *confp; in irs_dnsconf_destroy()
256 *confp = NULL; in irs_dnsconf_destroy()
H A Dresconf.c485 irs_resconf_load(isc_mem_t *mctx, const char *filename, irs_resconf_t **confp) in irs_resconf_load() argument
497 REQUIRE(confp != NULL && *confp == NULL); in irs_resconf_load()
595 *confp = conf; in irs_resconf_load()
602 irs_resconf_destroy(irs_resconf_t **confp) { in irs_resconf_destroy() argument
608 REQUIRE(confp != NULL); in irs_resconf_destroy()
609 REQUIRE(IRS_RESCONF_VALID((*confp))); in irs_resconf_destroy()
611 conf = *confp; in irs_resconf_destroy()
633 *confp = NULL; in irs_resconf_destroy()
/dports/net/3proxy/3proxy-0.9.4/src/
H A Dconf.c1816 pw = confp->pwl;
1817 confp->pwl = NULL;
1830 confp->rotate = 0;
1832 confp->logtime = confp->time = 0;
1838 fm = confp->fmon;
1839 confp->fmon = NULL;
1841 memset(&confp->intsa, 0, sizeof(confp->intsa));
1842 memset(&confp->extsa, 0, sizeof(confp->extsa));
1844 memset(&confp->extsa6, 0, sizeof(confp->extsa6));
1852 acl = confp->acl;
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/irs/
H A Ddnsconf.c212 irs_dnsconf_load(isc_mem_t *mctx, const char *filename, irs_dnsconf_t **confp) { in irs_dnsconf_load() argument
218 REQUIRE(confp != NULL && *confp == NULL); in irs_dnsconf_load()
256 *confp = conf; in irs_dnsconf_load()
265 irs_dnsconf_destroy(irs_dnsconf_t **confp) { in irs_dnsconf_destroy() argument
269 REQUIRE(confp != NULL); in irs_dnsconf_destroy()
270 conf = *confp; in irs_dnsconf_destroy()
271 *confp = NULL; in irs_dnsconf_destroy()
/dports/dns/bind916/bind-9.16.27/lib/irs/
H A Ddnsconf.c212 irs_dnsconf_load(isc_mem_t *mctx, const char *filename, irs_dnsconf_t **confp) { in irs_dnsconf_load() argument
218 REQUIRE(confp != NULL && *confp == NULL); in irs_dnsconf_load()
256 *confp = conf; in irs_dnsconf_load()
265 irs_dnsconf_destroy(irs_dnsconf_t **confp) { in irs_dnsconf_destroy() argument
269 REQUIRE(confp != NULL); in irs_dnsconf_destroy()
270 conf = *confp; in irs_dnsconf_destroy()
271 *confp = NULL; in irs_dnsconf_destroy()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/irs/
H A Ddnsconf.c210 irs_dnsconf_load(isc_mem_t *mctx, const char *filename, irs_dnsconf_t **confp) { in irs_dnsconf_load() argument
216 REQUIRE(confp != NULL && *confp == NULL); in irs_dnsconf_load()
254 *confp = conf; in irs_dnsconf_load()
263 irs_dnsconf_destroy(irs_dnsconf_t **confp) { in irs_dnsconf_destroy() argument
267 REQUIRE(confp != NULL); in irs_dnsconf_destroy()
268 conf = *confp; in irs_dnsconf_destroy()
269 *confp = NULL; in irs_dnsconf_destroy()
/dports/mail/milter-greylist/milter-greylist-4.6.4/
H A Ddump.c118 struct conf_rec *confp; local
122 confp = GET_CONF();
130 (confp->c_dumpfreq != 0 &&
132 if (confp->c_dumpfreq > 0) {
136 confp->c_dumpfreq;
170 confp = GET_CONF();
/dports/audio/re/re-0.5.8/src/conf/
H A Dconf.c81 int conf_alloc(struct conf **confp, const char *filename) in conf_alloc() argument
86 if (!confp) in conf_alloc()
107 *confp = conf; in conf_alloc()
122 int conf_alloc_buf(struct conf **confp, const uint8_t *buf, size_t sz) in conf_alloc_buf() argument
136 *confp = conf; in conf_alloc_buf()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DDebugHelpers.cpp19 static FILE *confp; variable
31 freopen_s(&confp, "CONOUT$", "w", stdout); in openConsole()
55 fclose(confp); in toggleConsole()
/dports/net/quagga/quagga-1.2.4/vtysh/
H A Dvtysh_config.c371 vtysh_read_file (FILE *confp) in vtysh_read_file() argument
385 ret = vtysh_config_from_file (vty, confp); in vtysh_read_file()
413 FILE *confp = NULL; in vtysh_read_config() local
415 confp = fopen (config_default_dir, "r"); in vtysh_read_config()
416 if (confp == NULL) in vtysh_read_config()
419 vtysh_read_file (confp); in vtysh_read_config()
420 fclose (confp); in vtysh_read_config()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dxtls.c895 sccp = (SSL_CONF_CTX*)*confp; in a_xtls_conf_finish()
896 *confp = NULL; in a_xtls_conf_finish()
936 ctxp = confp; in a_xtls_conf()
1056 return (confp != NULL); in a_xtls_conf()
1059 confp = NULL; in a_xtls_conf()
1065 confp = NULL; in a_xtls_conf()
1071 UNUSED(confp); in a_xtls_conf_finish()
1073 *confp = NULL; in a_xtls_conf_finish()
1937 void *confp; in n_tls_open() local
1988 ASSERT(confp == NULL); in n_tls_open()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/irs/include/irs/
H A Ddnsconf.h48 irs_dnsconf_load(isc_mem_t *mctx, const char *filename, irs_dnsconf_t **confp);
63 irs_dnsconf_destroy(irs_dnsconf_t **confp);

1234