| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 203 SmallVector<std::function<void()>, 8> Modifications; in mutate() local 213 Modifications.push_back([&Inst]() { Inst.setHasNoSignedWrap(true); }), in mutate() 214 Modifications.push_back([&Inst]() { Inst.setHasNoSignedWrap(false); }); in mutate() 215 Modifications.push_back([&Inst]() { Inst.setHasNoUnsignedWrap(true); }); in mutate() 216 Modifications.push_back([&Inst]() { Inst.setHasNoUnsignedWrap(false); }); in mutate() 221 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_EQ); }); in mutate() 222 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_NE); }); in mutate() 223 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGT); }); in mutate() 224 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGE); }); in mutate() 225 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_ULT); }); in mutate() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/ |
| H A D | addpartial-overlay.c | 86 Modifications *mods = NULL; in addpartial_add() 87 Modifications **modtail = &mods; in addpartial_add() 88 Modifications *mod = NULL; in addpartial_add() 104 mod = (Modifications *) ch_malloc(sizeof( in addpartial_add() 105 Modifications)); in addpartial_add() 143 mod = (Modifications *) ch_malloc(sizeof( in addpartial_add() 144 Modifications)); in addpartial_add() 197 mod = (Modifications *) ch_malloc(sizeof( in addpartial_add() 198 Modifications)); in addpartial_add() 229 mod = (Modifications *) ch_malloc(sizeof( in addpartial_add() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nops/ |
| H A D | nops.c | 44 nops_rm_mod( Modifications **mods, Modifications *mod ) { in nops_rm_mod() 45 Modifications *next, *m; in nops_rm_mod() 51 Modifications *m; in nops_rm_mod() 73 Modifications *m; in nops_modify() 100 Modifications *mc; in nops_modify()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | modify.c | 52 Modifications *tmp; in do_modify() 352 Modifications *ml, in slap_mods_obsolete_check() 386 Modifications *ml, in slap_mods_no_user_mod_check() 428 Modifications *ml, in slap_mods_no_repl_user_mod_check() 433 Modifications *mods; in slap_mods_no_repl_user_mod_check() 434 Modifications *modp; in slap_mods_no_repl_user_mod_check() 459 Modifications *ml, in slap_mods_check() 686 Modifications *ml, in slap_sort_vals() 872 Modifications **modsp, in slap_mods_opattrs() 879 Modifications *mod, **modtail, *modlast; in slap_mods_opattrs() [all …]
|
| H A D | add.c | 49 Modifications *modlist = NULL; in do_add() 50 Modifications **modtail = &modlist; in do_add() 51 Modifications tmp; in do_add() 88 Modifications *mod; in do_add() 111 mod = (Modifications *) ch_malloc( sizeof(Modifications) ); in do_add() 242 Modifications **modtail = &op->ora_modlist; in fe_op_add() 397 Modifications *mods, in slap_mods2entry() 528 Modifications **mods, in slap_entry2mods() 532 Modifications *modhead = NULL; in slap_entry2mods() 533 Modifications *mod; in slap_entry2mods() [all …]
|
| H A D | syncrepl.c | 191 Modifications **, Entry **, int, struct berval* ); 194 Modifications**,int, struct berval*, 207 Modifications **, Entry **, int *, struct berval* ); 1234 Modifications *modlist = NULL; in do_syncrep2() 2251 struct Modifications **modres in syncrepl_accesslog_mods() 2259 Modifications *mod = NULL, *modlist = NULL, **modtail; in syncrepl_accesslog_mods() 2312 mod = (Modifications *) ch_malloc( sizeof( Modifications ) ); in syncrepl_accesslog_mods() 2374 struct Modifications **modres, in syncrepl_changelog_mods() 2383 Modifications *mod = NULL, *modlist = NULL, **modtail = &modlist; in syncrepl_changelog_mods() 2405 mod = (Modifications *) ch_malloc( sizeof( Modifications ) ); in syncrepl_changelog_mods() [all …]
|
| H A D | proto-slap.h | 76 Operation *op, Entry *e, Modifications *ml )); 209 LDAP_SLAPD_F (int) slap_mods2entry LDAP_P(( Modifications *mods, Entry **e, 213 Modifications **mods, const char **text, 1280 Modifications *ml, 1286 Modifications *ml, 1292 Modifications *ml, 1299 Modifications *ml, 1304 Modifications *ml, 1315 Modifications **modsp, 1349 LDAP_SLAPD_F( void ) slap_mods_free( Modifications *mods, int freevals ); [all …]
|
| H A D | modrdn.c | 407 Modifications *mod_tmp; in mod_op_add_val() 408 mod_tmp = ( Modifications * )ch_malloc( sizeof( Modifications ) ); in mod_op_add_val()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| H A D | pguid.c | 87 Modifications *ml; in pguid_op_add() 88 Modifications *mod; in pguid_op_add() 102 mod = (Modifications *) ch_malloc( sizeof( Modifications ) ); in pguid_op_add() 152 Modifications *mod; in pguid_op_rename() 156 mod = (Modifications *) ch_malloc( sizeof( Modifications ) ); in pguid_op_rename() 342 Modifications *mod; in pguid_repair() 345 mod = (Modifications *) ch_malloc( sizeof( Modifications ) ); in pguid_repair()
|
| H A D | vernum.c | 102 Modifications *ml, **mlp; in vernum_op_modify() 129 ml = ch_calloc( sizeof( Modifications ), 1 ); in vernum_op_modify() 144 ml = ch_calloc( sizeof( Modifications ), 1 ); in vernum_op_modify() 310 Modifications mod; in vernum_repair()
|
| H A D | rdnval.c | 345 Modifications *ml, **mlp; in rdnval_op_rename() 362 ml = ch_calloc( sizeof( Modifications ), 1 ); in rdnval_op_rename() 537 Modifications *mod; in rdnval_repair() 540 mod = (Modifications *) ch_malloc( sizeof( Modifications ) ); in rdnval_repair()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | ppolicy.c | 560 PassPolicy *pp, Modifications **mod ) in account_locked() 645 Modifications *m; in account_locked() 663 m = ch_calloc( sizeof(Modifications), 1 ); in account_locked() 1415 Modifications *mod; 1463 Modifications *mod = ppb->mod, *m; in ppolicy_bind_response() 1514 m = ch_calloc( sizeof(Modifications), 1 ); in ppolicy_bind_response() 1583 m = ch_calloc( sizeof(Modifications), 1 ); in ppolicy_bind_response() 1608 m = ch_calloc( sizeof(Modifications), 1 ); in ppolicy_bind_response() 1632 m = ch_calloc( sizeof(Modifications), 1 ); in ppolicy_bind_response() 1651 m = ch_calloc( sizeof(Modifications), 1 ); in ppolicy_bind_response() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/maint-aux/ |
| H A D | srclist.txt | 3 # In the "Local Modifications" fields below, "I" means the source files were 15 Directory Modifications 29 Directory Modifications 46 Directory Modifications 66 Directory Modifications
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/ |
| H A D | cddl1.txt | 8 creates or contributes to the creation of Modifications. 11 Original Software, prior Modifications used by a 12 Contributor (if any), and the Modifications made by that 16 (b) Modifications, or (c) the combination of files 18 Modifications, in each case including portions thereof. 38 1.9. �Modifications� means the Source Code and Executable 44 Modifications; 89 portions thereof), with or without Modifications, 121 and distribute the Modifications created by such 123 unmodified basis, with other Modifications, as [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/ |
| H A D | License | 8 creates or contributes to the creation of Modifications. 11 Original Software, prior Modifications used by a 12 Contributor (if any), and the Modifications made by that 16 (b) Modifications, or (c) the combination of files 18 Modifications, in each case including portions thereof. 38 1.9. �Modifications� means the Source Code and Executable 44 Modifications; 89 portions thereof), with or without Modifications, 121 and distribute the Modifications created by such 123 unmodified basis, with other Modifications, as [all …]
|
| /netbsd-src/external/cddl/osnet/dist/ |
| H A D | OPENSOLARIS.LICENSE | 13 or contributes to the creation of Modifications. 16 Software, prior Modifications used by a Contributor (if any), 17 and the Modifications made by that particular Contributor. 20 Modifications, or (c) the combination of files containing 21 Original Software with files containing Modifications, in 41 1.9. "Modifications" means the Source Code and Executable form of 46 Software or previous Modifications; 49 Software or previous Modifications; or 91 with or without Modifications, and/or as part of a Larger 121 Modifications created by such Contributor (or portions [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| H A D | smbk5pwd.c | 348 Modifications *ml; in smbk5pwd_exop_passwd() 430 ml = ch_malloc(sizeof(Modifications)); in smbk5pwd_exop_passwd() 444 ml = ch_malloc(sizeof(Modifications)); in smbk5pwd_exop_passwd() 489 ml = ch_malloc(sizeof(Modifications)); in smbk5pwd_exop_passwd() 509 ml = ch_malloc(sizeof(Modifications)); in smbk5pwd_exop_passwd() 531 ml = ch_malloc(sizeof(Modifications)); in smbk5pwd_exop_passwd() 554 ml = ch_malloc(sizeof(Modifications)); in smbk5pwd_exop_passwd() 582 ml = ch_malloc(sizeof(Modifications)); in smbk5pwd_exop_passwd()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/ |
| H A D | lastbind.c | 121 Modifications *mod = NULL; in lastbind_bind_response() 142 Modifications *m; in lastbind_bind_response() 167 m = ch_calloc( sizeof(Modifications), 1 ); in lastbind_bind_response()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | proto-slapi.h | 31 LDAP_SLAPI_F (LDAPMod **) slapi_int_modifications2ldapmods LDAP_P(( Modifications * )); 32 LDAP_SLAPI_F (Modifications *) slapi_int_ldapmods2modifications LDAP_P(( Operation *op, LDAPMod ** …
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| H A D | autogroup.c | 100 Modifications *agg_mod; /* Used in autogroup_member_search_modify_cb to hold the 103 Modifications *agg_mod_last; /* Used in autogroup_member_search_modify_cb so we don't 116 Modifications *modlist = (Modifications *)ch_calloc( 1, sizeof( Modifications ) ); in autogroup_add_member_to_group() 182 Modifications modlist; in autogroup_add_member_values_to_group() 236 Modifications *modlist = (Modifications *)ch_calloc( 1, sizeof( Modifications ) ); in autogroup_delete_member_from_group() 311 Modifications modlist; in autogroup_delete_member_values_from_group() 430 Modifications *modlist; in autogroup_member_search_modify_cb() 459 modlist = (Modifications *)ch_calloc( 1, sizeof( Modifications ) ); in autogroup_member_search_modify_cb() 1349 Modifications *m; in autogroup_response() 1556 Modifications *m; in autogroup_modify_entry() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/usn/ |
| H A D | usn.c | 95 Modifications *ml, *mod = ch_calloc( sizeof( Modifications ), 1 ); in usn_func() 236 Modifications mod; in usn_db_close()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | readme.vms | 152 Added some switches to reflect latest features of DECC. Modifications in 155 Set some definitions to reflect latest features of DECC. Modifications in 162 Compaq c/c++ compilers. Modifications in default.c. 164 Usage of opendir() and friends, suppress file version. Modifications in dir.c. 167 Modifications in job.c. 182 Modifications in file.c and config.h-vms.
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| H A D | modify.c | 29 Modifications *modlist = op->orm_modlist; in perl_back_modify()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
| H A D | slapd-totp.c | 827 Modifications *mod = NULL; in totp_bind_response() 846 Modifications *m; in totp_bind_response() 858 m = ch_calloc( sizeof(Modifications), 1 ); in totp_bind_response() 875 m = ch_calloc( sizeof(Modifications), 1 ); in totp_bind_response()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| H A D | log.c | 119 Modifications *modlist = op->orm_modlist; in monitor_subsys_log_modify() 120 Modifications *ml; in monitor_subsys_log_modify()
|