Searched refs:do_add (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dcache.h48 void do_add (int argc, char **argv);
H A Dcommands.c98 { "add", 1, 2, do_add, 4, 0,
H A Dcache.c350 do_add(int argc, char **argv) function
/macosx-10.10.1/Heimdal-398.1.2/admin/
H A Dget.c206 int do_add = TRUE; local
211 do_add = FALSE;
214 do_add = TRUE;
218 if (do_add) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-03-corrupted-items.c69 static void *do_add(void *arg) function
152 pthread_create(&add_thread[i], NULL, do_add, (void*)(intptr_t)i);
H A Dsecd-05-corrupted-items.c51 static void *do_add(void *arg) function
137 pthread_create(&add_thread[i], NULL, do_add, (void*)(intptr_t)i);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dkeychain_find.c344 bool do_add = false; local
354 do_add = true;
414 if (((do_add || do_delete) && (get_password || update)) || !query) {
430 if (!update && !do_add && !do_delete) {
447 if (do_add) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dadd.c37 do_add( Operation *op, SlapReply *rs ) function
53 Debug( LDAP_DEBUG_TRACE, "%s do_add\n",
70 Debug( LDAP_DEBUG_ANY, "%s do_add: ber_scanf failed\n",
76 Debug( LDAP_DEBUG_ARGS, "%s do_add: dn (%s)\n",
91 Debug( LDAP_DEBUG_ANY, "%s do_add: decoding error\n",
99 Debug( LDAP_DEBUG_ANY, "%s do_add: no values for type %s\n",
120 Debug( LDAP_DEBUG_ANY, "%s do_add: ber_scanf failed\n",
128 Debug( LDAP_DEBUG_ANY, "%s do_add: get_ctrls failed\n",
137 Debug( LDAP_DEBUG_ANY, "%s do_add: invalid dn (%s)\n",
189 oex.oe.oe_key = (void *)do_add;
[all...]
H A Dconnection.c1011 do_add,
H A Dproto-slap.h2077 LDAP_SLAPD_F (int) do_add LDAP_P((Operation *op, SlapReply *rs));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Ddefines.sh214 LDIFADD1=$DATADIR/do_add.1
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c485 oex.oe.oe_key = (void *)do_add;

Completed in 115 milliseconds