Searched defs:mods (Results 26 - 29 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1005 LDAPMod modAttr, *mods[2]={NULL}; local
1015 mods[0] = &modAttr;
1018 st = ldap_modify_ext_s(ld, dn, mods, NULL, NULL);
1046 LDAPMod modAttr, *mods[2]={NULL}; local
1056 mods[0] = &modAttr;
1059 st = ldap_modify_ext_s(ld, dn, mods, NULL, NULL);
1355 krb5_add_member(LDAPMod ***mods, int *count) argument
1360 if ((*mods) != NULL) {
1361 for (;(*mods)[i] != NULL; ++i)
1364 lmods = (LDAPMod **) realloc((*mods), (
1378 krb5_add_str_mem_ldap_mod(LDAPMod ***mods, char *attribute, int op, char **values) argument
1412 krb5_add_ber_mem_ldap_mod(LDAPMod ***mods, char *attribute, int op, struct berval **ber_values) argument
1458 krb5_add_int_arr_mem_ldap_mod(LDAPMod ***mods, char *attribute, int op, int *value) argument
1486 krb5_add_int_mem_ldap_mod(LDAPMod ***mods, char *attribute, int op, int value) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c932 struct grub_netbsd_btinfo_modules *mods; local
939 mods = grub_malloc (sizeof (*mods) + sizeof (mods->mods[0]) * modcnt);
940 if (!mods)
943 mods->num = modcnt;
944 mods->last_addr = kern_end;
946 mods->mods[
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c699 generate_image (const char *dir, char *prefix, FILE *out, char *mods[], argument
724 path_list = grub_util_resolve_dependencies (dir, "moddep.lst", mods);
1192 strcpy (mods_section->name, "mods");
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c1485 ldaptool_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, argument
1490 if (( rc = ldap_modify_ext( ld, dn, mods, serverctrls, clientctrls,

Completed in 31 milliseconds

12