Searched refs:entry (Results 526 - 550 of 638) sorted by relevance

<<212223242526

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t88 while (defined (my $entry = readdir DIR)) {
89 $entry =~ s/\.$// if $^O eq 'VMS'; # delete trailing dot that indicates no extension
90 next if $expect{$entry};
91 print "# Extra file '$entry'\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm27 see the C<tie> entry in perlfunc(1) and perltie(1) for more information.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm138 entry mapping table maxlength
274 if ($self->{entry}) {
275 $self->parseEntry($_) foreach split /\n/, $self->{entry};
335 ## get $line, parse it, and write an entry in $self
341 my($name, $entry, @uv, @key);
358 $entry = join(CODE_SEP, @uv); # in JCPS
386 # For expansion, an entry $is_L3_ignorable
390 $self->{mapping}{$entry} = \@key;
1104 entry => $element,
1144 =item entry
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h105 * nss_ldap may return DN of an ldap entry as optional data.
216 extern ns_ldap_server_type_t _nss_ldap_get_server_type(ns_ldap_entry_t *entry,
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasScsiReportLUNs.c192 mapping_ptr->entry.ScsiId.OSDeviceName,
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_util.c159 * if we end up skipping an entry.
366 DAPL_LLIST_ENTRY *entry; local
403 entry = ia_ptr->evd_list_head;
406 if (entry->blink != entry->flink) {
/osnet-11/usr/src/lib/libast/common/misc/
H A Dtranslate.c105 entry(Dt_t* dict, int set, int seq, const char* msg) function
210 if (((s = catgets(d, set = AST_MESSAGE_SET, n, state.null)) && *s || (s = catgets(d, set = 1, n, state.null)) && *s) && entry(cp->messages, set, n, s))
284 * it creates the state.catalogs dictionary. A dictionary entry
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c360 /* Mark the last entry as wrapping the ring */
380 /* Mark the last entry as wrapping the ring,
473 int entry = sdc->cur_rx % RX_RING_SIZE; local
474 u32 frame_status = le32_to_cpu(rx_ring[entry].status);
503 rx_ring[entry].length = cpu_to_le32(PKT_BUF_SZ | LastFrag);
504 rx_ring[entry].status = 0;
505 entry++;
506 sdc->cur_rx = entry % RX_RING_SIZE;
H A Dtg3.c3038 static void tg3_set_txd(struct tg3 *tp, int entry,
3042 struct tg3_tx_buffer_desc *txd = &tp->tx_ring[entry];
3069 uint32_t entry; local
3075 entry = tp->tx_prod;
3076 while((tp->hw_status->idx[0].tx_consumer != entry) &&
3077 (tp->hw_status->idx[0].tx_consumer != PREV_TX(entry))) {
3098 /* Setup the ring buffer entry to transmit */
3099 txd = &tp->tx_ring[entry];
3105 /* Advance to the next entry */
3106 entry
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c166 * parse the header entry of the GNU MO file and
234 gprintf(0, "no plural entry\n");
700 /* first checks if header entry has been processed */
1077 struct gnu_dynamic_ent *entry; local
1108 entry = d_info->entry;
1112 mlen = SWAP(p, entry->len);
1113 didx = SWAP(p, entry->idx);
1149 entry++; /* to next entry */
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c593 * Convert a single ldap entry from a LDAPMessage
595 * Schema map the entry if specified in flags
756 /* attribute-map and normalize the entry DN if needed */
763 * normalize the entry DN of a passwd or group entry.
1225 remove_dup_range_attrs(ns_ldap_entry_t *entry, ns_ldap_range_info_t *info) argument
1234 * in the result ns_ldap_entry_t entry.
1239 * Attribute name in entry may be mapped to a different name
1252 cnt = entry->attr_count;
1254 eAttr = entry
3754 ldap_list( ns_ldap_list_batch_t *batch, const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int *rcp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata, ns_conn_user_t *conn_user, const char * const *extra_info_attr, ns_ldap_entry_t **extra_info) argument
3993 __ns_ldap_list( const char *service, const char *filter, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata) argument
4025 __ns_ldap_list_ext( const char *service, const char *filter, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata, const char * const *extra_info_attr, ns_ldap_entry_t **extra_info) argument
4071 __ns_ldap_list_sort( const char *service, const char *filter, const char *sortattr, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata) argument
4105 ldap_read_dn( const char *dn, const char *service, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int *rcp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata, ns_conn_user_t *conn_user, const char * const *extra_info_attr, ns_ldap_entry_t **extra_info) argument
4261 __ns_ldap_read_dn( const char *dn, const char *service, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata, const char * const *extra_info_attr, ns_ldap_entry_t **extra_info) argument
4309 __ns_ldap_list_batch_add( ns_ldap_list_batch_t *batch, const char *service, const char *filter, int (*init_filter_cb)(const ns_ldap_search_desc_t *desc, char **realfilter, const void *userdata), const char * const *attribute, const ns_cred_t *auth, const int flags, ns_ldap_result_t **rResult, ns_ldap_error_t **errorp, int *rcp, int (*callback)(const ns_ldap_entry_t *entry, const void *userdata), const void *userdata) argument
5094 __ns_ldap_getAttr(const ns_ldap_entry_t *entry, const char *attrname) argument
5108 __ns_ldap_getAttrStruct(const ns_ldap_entry_t *entry, const char *attrname) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c60 /* The default entry. */
62 /* The fallback entry. */
65 /* The number of current entry. */
161 * Check if the target entry supports booting with a bitmapped console.
200 /* Collect contiguous blocks into one entry as many as possible,
268 /* The last entry may not be printed yet. Don't check if it is a
878 "Set the default entry to entry number NUM (if not specified, it is"
879 " 0, the first entry) or the entry numbe
1657 int entry; local
1783 int type, entry; local
3758 int entry; local
3870 int entry, type; local
[all...]
H A Dstage2.c99 /* Print an entry in a line of the menu box. */
101 print_entry (int y, int highlight, char *entry) argument
115 if (*entry && x <= 72)
120 grub_putchar (*entry++);
279 /* If GRUB_TIMEOUT is expired, boot the default entry. */
312 Use the %c and %c keys to select which entry is highlighted.\n",
336 grub_printf ("\n\nThe selected entry is %d ", entryno);
366 grub_printf ("The highlighted entry will be booted automatically in %d seconds. ",
381 /* Key was pressed, show which entry is selected before GETKEY,
385 grub_printf ("\r Highlighted entry i
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c1089 * listed as the first entry. The list entries that used to come before the
1555 /* The additional entry is for the NULL pointer terminator */
2073 LDAPMessage *res, *entry; local
2096 if ((entry = ldap_first_entry(ld, res)) == NULL) {
2102 if ((values = ldap_get_values(ld, entry, ds_attr)) == NULL) {
2249 smb_ads_getattr(LDAP *ld, LDAPMessage *entry, smb_ads_avpair_t *avpair) argument
2256 vals = ldap_get_values(ld, entry, avpair->avp_attr);
2283 LDAPMessage *entry; local
2291 if ((entry = ldap_first_entry(ah->ld, res)) == NULL)
2295 rc = smb_ads_getattr(ah->ld, entry,
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h376 DAPL_LLIST_ENTRY ia_list_entry; /* link entry on ia struct */
1124 dapl_llist_init_entry(DAPL_LLIST_ENTRY *entry);
1132 DAPL_LLIST_ENTRY *entry,
1138 DAPL_LLIST_ENTRY *entry,
1144 DAPL_LLIST_ENTRY *entry,
1156 DAPL_LLIST_ENTRY *entry);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c675 void *entry; local
678 entry = dlsym(handle, symbol);
688 return entry;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred.c156 krb5_keytab_entry entry; local
192 if ((code = krb5_kt_get_entry(context, kt, princ, 0, 0, &entry))) {
215 krb5_kt_free_entry(context, &entry);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs525 HE *entry;
567 while ((entry = hv_iternext((HV*)ival))) {
568 sv = hv_iterkeysv(entry);
614 !(entry = hv_iternext((HV *)ival)))
630 keysv = hv_iterkeysv(entry);
631 hval = hv_iterval((HV*)ival, entry);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c328 "specified, using first entry in file.", POLICY_CONF_FILE,
334 "using first entry file.", POLICY_CONF_FILE, value);
441 char *entry; local
465 while ((entry = strtok_r(NULL, ",", &lasts)) != NULL) {
466 if (strcmp(entry, algname) == 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm520 case (%hash) { print "entry in hash" }
521 case (\%hash) { print "entry in hash" }
559 array scalar array entry existence match if 0<=$c && $c<@$s;
560 ref array entry definition match if defined $s->[$c];
561 array entry truth match if $s->[$c];
572 hash scalar hash entry existence match if exists $s->{$c};
573 ref hash entry definition match if defined $s->{$c};
574 hash entry truth match if $s->{$c};
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_svc.c355 struct samr_LocalDomainEntry *entry; local
365 entry = NDR_NEWN(mxa, struct samr_LocalDomainEntry, 2);
366 if (entry == NULL)
369 bzero(entry, (sizeof (struct samr_LocalDomainEntry) * 2));
370 (void) NDR_MSTRING(mxa, hostname, (ndr_mstring_t *)&entry[0].name);
371 (void) NDR_MSTRING(mxa, "Builtin", (ndr_mstring_t *)&entry[1].name);
378 info->entry = entry;
1890 * entry with an owner ACE(owner@) allowing all permissions.
1921 * single ACL entry wit
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddump.c50 HE *entry; local
55 for (entry = HvARRAY(stash)[i]; entry; entry = HeNEXT(entry)) {
56 GV *gv = (GV*)HeVAL(entry);
64 if (HeKEY(entry)[HeKLEN(entry)-1] == ':'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm66 entry/exit profile section.
70 sub entry(+)/exit(-) mark
71 app's user time at sub entry/exit mark, in ticks
72 app's system time at sub entry/exit mark, in ticks
73 app's realtime at sub entry/exit mark, in ticks
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm127 Returns the entry in the list with the highest numerical value. If the
154 Similar to C<max> but returns the entry in the list with the lowest
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm161 0 Host is inside firewall (or there is no ftp_firewall entry)
164 This is done by using hostname lookup and the C<local_netmask> entry in

Completed in 98 milliseconds

<<212223242526