Searched refs:entry (Results 1 - 25 of 638) sorted by last modified time

1234567891011>>

/osnet-11/usr/src/head/
H A Dldap.h137 typedef struct ldapmsg LDAPMessage; /* opaque result/entry handle */
536 LDAPMessage *entry);
538 char *LDAP_CALL ldap_get_dn(LDAP *ld, LDAPMessage *entry);
544 char *LDAP_CALL ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
546 char *LDAP_CALL ldap_next_attribute(LDAP *ld, LDAPMessage *entry,
552 char **LDAP_CALL ldap_get_values(LDAP *ld, LDAPMessage *entry,
555 LDAPMessage *entry, const char *target);
646 int LDAP_CALL ldap_get_entry_controls(LDAP *ld, LDAPMessage *entry,
709 * "entry changed notification" controls (an LDAPv3 extension --
815 void ldap_enable_translation(LDAP *ld, LDAPMessage *entry,
[all...]
/osnet-11/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh44 # Check the `getent hosts $1` output, skipping the 1st entry (IP address).
53 # Parse /etc/hosts, looking for $1 as an entry by itself, and try to find
56 # its first entry (IP address).
59 for entry in `sed -e 's/#.*$//' /etc/hosts | \
63 accept_if_fully_qualified $entry
77 # Check the `ypmatch $1 hosts` output, skipping the 1st entry (IP address).
87 # $3 is the first entry for hosts in /etc/nsswitch.conf .
107 echo "changing the /etc/hosts entry:\n"
111 echo "adding the /etc/hosts entry:\n"
144 # a. the domain entry i
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h1011 typedef struct entry { struct
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c244 struct __rmname *entry; local
247 if ((ret = __os_malloc(sizeof(struct __rmname), NULL, &entry)) != 0)
250 if ((ret = __os_strdup(dbhome, &entry->dbhome)) != 0) {
251 __os_free(entry, sizeof(struct __rmname));
255 entry->rmid = rmid;
257 TAILQ_INSERT_HEAD(&DB_GLOBAL(db_nameq), entry, links); local
287 * Given an rmid, remove its entry from the name list.
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c273 struct entry { struct
278 struct entry *next;
279 struct entry *prev;
301 struct entry *first;
303 struct entry *which;
315 struct entry *first = NULL, *last = NULL, *new_entry, *curr;
319 new_entry = (struct entry *)malloc(sizeof (struct entry));
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c436 ** SM_LDAP_HAS_OBJECTCLASS -- determine if an LDAP entry is part of a
441 ** entry -- current LDAP entry struct
444 ** any entry can be part of either fee,
452 sm_ldap_has_objectclass(lmap, entry, ocvalue)
454 LDAPMessage *entry;
463 vals = ldap_get_values(lmap->ldap_ld, entry, "objectClass");
575 ** Return current entry pointer if already exists.
666 LDAPMessage *entry; local
675 for (entry
[all...]
H A Dmbdb.c208 ** This routine interprets the strange entry that would appear
501 LDAPMessage *entry; local
564 entry = ldap_first_entry(LDAPLMAP.ldap_ld, LDAPLMAP.ldap_res);
565 if (entry == NULL)
606 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entry, &ber);
608 attr = ldap_next_attribute(LDAPLMAP.ldap_ld, entry, ber))
612 vals = ldap_get_values(LDAPLMAP.ldap_ld, entry, attr);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c50 static void print_entry( LDAP *ld, LDAPMessage *entry, int attrsonly );
63 * Prefix used in names of pseudo attributes added to the entry LDIF
64 * output if we receive an entryChangeNotification control with an entry
91 fprintf( stderr, gettext(" -u\t\tinclude User Friendly entry names in the output\n") );
942 print_entry( ld, entry, attrsonly )
944 LDAPMessage *entry;
958 dn = ldap_get_dn( ld, entry );
978 if ( ldap_get_entry_controls( ld, entry, &ectrls ) == LDAP_SUCCESS ) {
1001 for ( a = ldap_first_attribute( ld, entry, &ber ); a != NULL;
1002 a = ldap_next_attribute( ld, entry, be
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c374 addentry(void *entry, int mod) argument
381 /* adds entry into the LDAP tree */
384 entry, 0, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,
388 entry, 1, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,
392 * LDAP_ALREADY_EXISTS if entry exists already
414 (void) fprintf(stderr, gettext("entry not found.\n"));
692 /* build entry */
711 * don't clobber comment in canonical entry
736 * If there is some comment, it will be stored as the last entry
753 gettext("Adding entry
[all...]
H A Dldapaddrbac.c66 char *line, /* entry to parse */
68 entry_col **ecolret) /* return entry array */
121 * parse entry into columns
135 gettext("Adding entry : %s\n"), data.name);
141 gettext("Cannot add user_attr entry (%s), "
142 "add passwd entry first\n"), data.name);
156 value = __ns_ldap_getAttr(res->entry, "uid");
163 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue");
177 * parse entry into columns
191 gettext("Adding entry
[all...]
H A Dldapaddtsol.c51 * parse entry into columns
65 (void) printf(gettext("Adding entry : %s\n"), data.address);
81 value = __ns_ldap_getAttr(res->entry, "ipTnetNumber");
88 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName");
102 * parse entry into columns
112 (void) printf(gettext("Adding entry : %s\n"),
129 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName");
136 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue");
H A DprintResult.c30 _printEntry(ns_ldap_entry_t *entry) { argument
33 for (j = 0; j < entry->attr_count; j++) {
34 cp = entry->attr_pair[j]->attrname;
37 entry->attr_pair[j]->attrvalue[0]);
39 for (k = 0; (k < entry->attr_pair[j]->value_count) &&
40 (entry->attr_pair[j]->attrvalue[k]); k++) {
45 val = entry->attr_pair[j]->attrvalue[k];
71 curEntry = result->entry;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_calldist.d53 hotspot*:::method-entry
H A Dj_calls.d55 hotspot*:::method-entry
H A Dj_calltime.d54 hotspot*:::method-entry
H A Dj_classflow.d24 * -> method entry
71 hotspot*:::method-entry,
78 hotspot*:::method-entry
H A Dj_cpudist.d53 hotspot*:::method-entry
H A Dj_cputime.d54 hotspot*:::method-entry
H A Dj_flow.d24 * -> method entry
63 hotspot*:::method-entry
H A Dj_flowtime.d26 * -> method entry
66 hotspot*:::method-entry,
73 hotspot*:::method-entry
H A Dj_methodcalls.d45 hotspot*:::method-entry
H A Dj_stat.d100 hotspot*:::method-entry
120 hotspot*:::ExceptionOccurred-entry
H A Dj_syscalls.d46 hotspot$target:::method-entry
57 syscall:::entry
H A Dj_syscolors.d70 hotspot$target:::method-entry,
72 syscall:::entry,
79 hotspot$target:::method-entry
111 syscall:::entry
H A Dj_who.d49 hotspot*:::Call*-entry

Completed in 344 milliseconds

1234567891011>>