Home
last modified time | relevance | path

Searched refs:cvalue (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c162 struct cvalue { in pcf_edit_main() struct
166 struct cvalue *cvalue; in pcf_edit_main() local
197 if ((cvalue = htable_find(table, pattern)) != 0) { in pcf_edit_main()
199 pattern, cvalue->value); in pcf_edit_main()
202 cvalue = (struct cvalue *) mymalloc(sizeof(*cvalue)); in pcf_edit_main()
203 cvalue->value = edit_value; in pcf_edit_main()
204 cvalue->found = 0; in pcf_edit_main()
205 htable_enter(table, pattern, (void *) cvalue); in pcf_edit_main()
244 cvalue = (struct cvalue *) htable_find(table, STR(key)); in pcf_edit_main()
245 if ((interesting = !!cvalue) != 0) { in pcf_edit_main()
[all …]
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapvc.c100 char *control, *cvalue; in handle_private_option() local
112 cvalue = NULL; in handle_private_option()
118 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
119 *cvalue++ = '\0'; in handle_private_option()
129 if (cvalue == NULL) { in handle_private_option()
135 switch (*cvalue) { in handle_private_option()
150 _("unknown mode %s in SASL option\n"), cvalue); in handle_private_option()
166 if (cvalue == NULL) { in handle_private_option()
172 vc_sasl_mech = ber_strdup(cvalue); in handle_private_option()
183 if (cvalue == NULL) { in handle_private_option()
[all …]
H A Dldapsearch.c329 parse_vlv(char *cvalue) in parse_vlv() argument
334 keyp = cvalue; in parse_vlv()
338 cvalue ); in parse_vlv()
350 cvalue ); in parse_vlv()
361 cvalue ); in parse_vlv()
377 char *cvalue, *next; in handle_private_option() local
412 cvalue = NULL; in handle_private_option()
419 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
420 *cvalue++ = '\0'; in handle_private_option()
432 if ( cvalue == NULL ) { in handle_private_option()
[all …]
H A Dcommon.c426 char *control, *cvalue, *next; in tool_args() local
455 cvalue = NULL; in tool_args()
462 if ( (cvalue = strchr( control, '=' )) != NULL ) { in tool_args()
463 *cvalue++ = '\0'; in tool_args()
471 if( cvalue == NULL ) { in tool_args()
479 assertion = cvalue; in tool_args()
492 if( cvalue == NULL ) { in tool_args()
506 authzid = cvalue; in tool_args()
518 if( cvalue == NULL ) { in tool_args()
532 proxydn = cvalue; in tool_args()
[all …]
H A Dldapcompare.c121 char *control, *cvalue; in handle_private_option() local
137 cvalue = NULL; in handle_private_option()
144 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
145 *cvalue++ = '\0'; in handle_private_option()
155 if( cvalue != NULL ) { in handle_private_option()
H A Dldapwhoami.c77 char *control, *cvalue; in handle_private_option()
91 cvalue = NULL; in handle_private_option()
98 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
99 *cvalue++ = '\0'; in handle_private_option()
H A Dldapmodify.c138 char *control, *cvalue; in handle_private_option() local
154 cvalue = NULL; in handle_private_option()
161 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
162 *cvalue++ = '\0'; in handle_private_option()
172 if( cvalue != NULL ) { in handle_private_option()
173 if( strcasecmp( cvalue, "abort" ) == 0 ) { in handle_private_option()
175 } else if( strcasecmp( cvalue, "commit" ) != 0 ) { in handle_private_option()
177 cvalue ); in handle_private_option()
H A Dldapmodrdn.c111 char *control, *cvalue; in handle_private_option()
124 cvalue = NULL; in handle_private_option()
131 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
132 *cvalue++ = '\0'; in handle_private_option()
H A Dldappasswd.c98 char *control, *cvalue; in handle_private_option()
110 cvalue = NULL; in handle_private_option()
117 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
118 *cvalue++ = '\0'; in handle_private_option()
H A Dldapdelete.c100 char *control, *cvalue; in handle_private_option()
113 cvalue = NULL; in handle_private_option()
120 if ( (cvalue = strchr( control, '=' )) != NULL ) { in handle_private_option()
121 *cvalue++ = '\0'; in handle_private_option()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysroff.info281 (("value") (chars variable bytes) ("cvalue")))
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsysroff.info281 (("value") (chars variable bytes) ("cvalue")))
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1189 cvalue := C.CString(value)
1190 defer C.free(unsafe.Pointer(cvalue))
1191 C.LLVMAddTargetDependentFunctionAttr(v.C, cattr, cvalue)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c3413 complex_t cvalue = complex_t(fvalue, fvalue); in getProperty() local
3417 e = new ComplexExp(loc, cvalue, this); in getProperty()
3526 … complex_t cvalue = complex_t(Target::RealProperties::snan, Target::RealProperties::snan); in defaultInit() local
3527 return new ComplexExp(loc, cvalue, this); in defaultInit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d4692 const cvalue = isCfile ? complex_t(CTFloat.zero, CTFloat.zero) in visitBasic() local
4694 return new ComplexExp(loc, cvalue, mt); in visitBasic()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200820530 (ipcp_insert_stage): Removed useless variable cvalue
20555 (ipcp_print_all_lattices): Removed variable cvalue
21074 (ipcp_insert_stage): Changed the type of variable cvalue to tree
21075 (ipcp_replace_map_create): Changed the type of parameter cvalue to tree
21076 (build_const_val): Changed the type of parameter cvalue to tree
21077 (ipcp_propagate_const): Changed the type of parameter cvalue to tree
21080 * ipa-prop.h (struct ipcp_formal): Replaced cvalue with tree called