| /netbsd/src/external/ibm-public/postfix/dist/src/postconf/ |
| D | postconf_edit.c | 162 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/ |
| D | ldapvc.c | 100 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 …]
|
| D | ldapsearch.c | 329 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 …]
|
| D | common.c | 426 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 …]
|
| D | ldapcompare.c | 121 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()
|
| D | ldapwhoami.c | 77 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()
|
| D | ldapmodify.c | 138 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()
|
| D | ldapmodrdn.c | 111 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()
|
| D | ldapdelete.c | 100 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()
|
| D | ldappasswd.c | 98 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()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | c-varobj.c | 282 std::string *cname, struct value **cvalue, in c_describe_child() argument 292 if (cvalue) in c_describe_child() 293 *cvalue = NULL; in c_describe_child() 311 if (cvalue && value) in c_describe_child() 318 *cvalue = value_subscript (value, real_index); in c_describe_child() 373 if (cvalue && value) in c_describe_child() 376 *cvalue = value_struct_element_index (value, index); in c_describe_child() 388 if (cvalue && value) in c_describe_child() 392 *cvalue = value_ind (value); in c_describe_child() 397 *cvalue = NULL; in c_describe_child() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | utf-rust.exp | 47 {name cvalue}
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | snprintf.c | 559 unsigned char cvalue; in rpl_vsnprintf() local 855 cvalue = va_arg(args, int); in rpl_vsnprintf() 856 OUTCHAR(str, len, size, cvalue); in rpl_vsnprintf()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | sysroff.info | 281 (("value") (chars variable bytes) ("cvalue")))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2008 | 20530 (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
|