Searched refs:base (Results 101 - 125 of 363) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields.t29 my($base, $mask) = @_;
31 my $fields = \%{$base.'::FIELDS'};
32 return grep { ($fields::attr{$base}[$fields->{$_}] & $mask) == $mask}
/osnet-11/usr/src/lib/libsqlite/src/
H A Dinsert.c104 int base; /* VDBE Cursor number for pTab */ local
335 base = pParse->nTab;
336 idx = sqliteOpenTableAndIndices(pParse, pTab, base);
413 base = pParse->nTab;
414 idx = sqliteOpenTableAndIndices(pParse, pTab, base);
437 sqliteVdbeAddOp(v, OP_NewRecno, base, 0);
440 sqliteVdbeAddOp(v, OP_NewRecno, base, 0);
476 sqliteGenerateConstraintChecks(pParse, pTab, base, 0, keyColumn>=0,
478 sqliteCompleteInsertion(pParse, pTab, base, 0,0,0,
491 sqliteVdbeAddOp(v, OP_Close, base,
623 sqliteGenerateConstraintChecks( Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int overrideError, int ignoreDest ) argument
866 sqliteCompleteInsertion( Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int newIdx ) argument
910 sqliteOpenTableAndIndices(Parse *pParse, Table *pTab, int base) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h82 biginteger_t base; member in struct:dsa_pub_key
92 biginteger_t base; member in struct:dh_pub_key
102 biginteger_t base; member in struct:dh942_pub_key
150 biginteger_t base; member in struct:dsa_pri_key
160 biginteger_t base; member in struct:dh_pri_key
170 biginteger_t base; member in struct:dh942_pri_key
203 biginteger_t base; member in struct:dsa_dom_key
213 biginteger_t base; member in struct:dh_dom_key
223 biginteger_t base; member in struct:dh942_dom_key
430 &((o)->object_class_u.public_key->key_type_u.dsa_pub_key.base)
[all...]
H A DsoftDH.c94 uchar_t base[MAX_KEY_ATTR_BUFLEN]; local
95 uint32_t base_len = sizeof (base);
135 * parameters, which include prime, base, and private-value length.
142 rv = soft_get_public_value(pubkey, CKA_BASE, base, &base_len);
150 k.base = base;
187 /* Convert the big integer base to an octet string. */
188 if ((rv = soft_genDHkey_set_attribute(prikey, CKA_BASE, base,
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c605 __nis_mapping_format_t *base = NULL; local
616 base = NULL;
642 if (!get_mapping_format(fmt_string, &base, &n, NULL, FALSE)) {
650 for (n = 0; base[n].type != mmt_end; n++) {
651 if (base[n].type != mmt_item && base[n].type
653 if (base[n].type == mmt_berstring_null)
654 base[n].type = mmt_berstring;
687 free_mapping_format(base);
695 free_mapping_format(base);
1251 __nis_mapping_format_t *base = NULL; local
1597 __nis_mapping_format_t *base = NULL; local
1839 __nis_mapping_format_t *base; local
1934 __nis_mapping_format_t *base = NULL; local
2434 __nis_mapping_format_t *base = NULL; local
[all...]
H A Dldap_op.h55 __nis_ldap_search_t *buildLdapSearch(char *base, int scope,
H A Dldap_attr.c49 * If the 'item' string ends in a comma, append 'base', and return
57 appendBase(char *item, char *base, int *err, int dealloc) { argument
72 /* Trivial case 1: If 'item' is NULL, return a copy of 'base' */
74 new = sdup(myself, T, base);
80 /* Trivial case 2: If 'base' is NULL, return a copy of 'item' */
81 if (base == 0) {
92 /* If 'item' is the empty string, return a copy of 'base' */
94 new = sdup(myself, T, base);
103 * If 'item' ends in a comma, append 'base', and return a copy
107 int blen = slen(base);
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c70 ldap_build_search_req(LDAP *ld, char *base, int scope, char *filter, argument
113 if (base == NULL) {
114 base = "";
133 ld->ld_cldapdn, LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
139 LDAP_REQ_SEARCH, base, scope, ld->ld_deref,
206 * base DN of the base object
220 ldap_search(LDAP *ld, char *base, int scope, char *filter, argument
233 if ((ber = ldap_build_search_req(ld, base, scope, filter, attrs,
257 rv = send_initial_request(ld, LDAP_REQ_SEARCH, base, be
722 ldap_search_st(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res) argument
744 ldap_search_s(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPMessage **res) argument
760 ldap_search_ext(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, int *msgidp) argument
826 ldap_search_ext_s(LDAP *ld, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, LDAPMessage **res) argument
[all...]
H A Dtmplout.c48 static int do_entry2text( LDAP *ld, char *buf, char *base, LDAPMessage *entry,
52 static int do_entry2text_search( LDAP *ld, char *dn, char *base,
67 static int searchaction( LDAP *ld, char *buf, char *base, LDAPMessage *entry,
142 char *base,
158 rv = do_entry2text( ld, buf, base, entry, tmpl, defattrs, defvals,
163 return( do_entry2text( ld, buf, base, entry, tmpl, defattrs, defvals,
173 char *base, /* used for search actions */
362 err = searchaction( ld, buf, base, entry, dn, colp,
401 char *base, /* if NULL, no search actions */
421 rv = do_entry2text_search( ld, dn, base, entr
130 ldap_entry2html( LDAP *ld, char *buf, LDAPMessage *entry, struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned int opts, char *base, char *urlprefix ) argument
170 do_entry2text( LDAP *ld, char *buf, char *base, LDAPMessage *entry, struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned int opts, char *urlprefix ) argument
398 ldap_entry2text_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned int opts ) argument
434 ldap_entry2html_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned int opts, char *urlprefix ) argument
470 do_entry2text_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned int opts, char *urlprefix ) argument
1072 searchaction( LDAP *ld, char *buf, char *base, LDAPMessage *entry, char *dn, struct ldap_tmplitem *tip, int labelwidth, int rdncount, writeptype writeproc, void *writeparm, char *eol, char *urlprefix ) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c226 .base = *str
235 c.base = '\r';
414 if (c->base == '\t' && term->getxy)
419 c2.base = ' ';
440 code = c->base;
456 c2.base = *ptr;
466 if (c->base == '\n')
468 c2.base = '\r';
485 c.base = map_code (code, term);
505 .base
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c238 register char* base; local
263 base = ent->fts_name;
270 while (*base == '.' && *(base + 1) == '/')
271 for (base += 2; *base == '/'; base++);
272 if (*base == '.' && !*(base + 1))
274 else if (*base)
[all...]
H A Dod.c221 char base[8]; member in struct:State_s
225 char* base; member in struct:State_s::__anon1495
750 int base; local
855 base = sfsprintf(dig, sizeof(dig), "%u", zp->exponent);
856 fp->width = zp->prefix + prec + base + 2;
868 base = 0;
880 if (base)
881 e += sfsprintf(e, sizeof(fp->form) - (e - fp->form), "%s.%d", prec ? "" : ".", base);
960 sfsetbuf(ip, state->buffer.base, state->buffer.size);
1011 block(State_t* state, Sfio_t* op, char* bp, char* ep, intmax_t base) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dkernel.c46 static void itoa (char *buf, int base, int d);
174 itoa (char *buf, int base, int d) argument
182 if (base == 'd' && d < 0)
188 else if (base == 'x')
H A Dkernel.c.texi46 static void itoa (char *buf, int base, int d);
174 itoa (char *buf, int base, int d)
182 if (base == 'd' && d < 0)
188 else if (base == 'x')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/
H A Dbase.t7 require Digest::base;
9 @ISA = qw(Digest::base);
/osnet-11/usr/src/lib/libc/port/fp/
H A D__x_power.c50 * Multiply a base-2**16 significand by multiplier. Extend length as
71 * Multiply a base-10**4 significand by multiplier. Extend length as
93 * Multiply a base-10**4 significand by 2**multiplier. Extend length
115 * Propagate carries in a base-2**16 significand.
132 * Propagate carries in a base-10**4 significand.
149 * Given x[] and y[], base-2**16 vectors of length n, compute the
154 * The product may fill as many as three base-2**16 digits; product[0]
180 * Given x[] and y[], base-10**4 vectors of length n, compute the
185 * The product may fill as many as three base-10**4 digits; product[0]
188 #define ABASE 3000000000u /* base o
238 int base, needed_precision, productsize; local
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dinterface.c228 env->base = MALLOC(dict_size);
229 memcpy(env->base, src->base, dict_size);
231 env->here = src->base - (uchar_t *)src + env->base;
262 FREE(env->base);
H A Dprint.c173 int base; local
176 base = env->num_base;
179 env->num_base = base;
185 int base; local
188 base = env->num_base;
191 env->num_base = base;
/osnet-11/usr/src/grub/grub-0.97/
H A Ddepcomp287 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
291 # With libtool 1.5 they are output both in $dir.libs/$base.o.d
292 # and in $dir.libs/$base.o.d and $dir$base.o.d. We process the
295 tmpdepfile1="$dir.libs/$base.lo.d"
296 tmpdepfile2="$dir$base.o.d"
297 tmpdepfile3="$dir.libs/$base.d"
300 tmpdepfile1="$dir$base.o.d"
301 tmpdepfile2="$dir$base.d"
302 tmpdepfile3="$dir$base
[all...]
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_heap.c69 char *base; local
75 base = (char *)heap;
80 heap->iov->iov_base = base;
82 heap->top = base + allocsize;
83 heap->next = base + sizeof (ndr_heap_t);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h103 #define LDAP_SEARCH(base, scope, filter, attrs) LDAP_SEARCH_1(base, scope, filter, attrs, CHECK_STATUS)
105 #define LDAP_SEARCH_1(base, scope, filter, attrs, status_check) \
107 st = ldap_search_ext_s(ld, base, scope, filter, attrs, 0, NULL, \
114 st = ldap_search_ext_s(ld, base, scope, filter, attrs, 0, \
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator16.S37 movw %ax, (LOCAL (cs_base_bytes12) - LOCAL (base)) (RSI, 1)
39 movb %al, (LOCAL (cs_base_byte3) - LOCAL (base)) (RSI, 1)
76 movw %ax, (LOCAL (segment) - LOCAL (base)) (%esi, 1)
79 ljmp $PSEUDO_REAL_CSEG, $(LOCAL (cont2) - LOCAL(base))
91 .word LOCAL(cont3)-LOCAL(base)
250 * base = 0x00000000, limit = 0xFFFFF (4 KiB Granularity), present
257 * base = 0x00000000, limit 0xFFFFF (4 KiB Granularity), present
264 * base = 0x00000000, limit 0x0FFFF (1 B Granularity), present
276 * base = 0x00000000, limit 0x0FFFF (1 B Granularity), present
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_uga.c57 grub_uint32_t *base = (grub_uint32_t *) (grub_target_addr_t) *fb_base; local
60 for (i = 0; i < FBTEST_COUNT; i++, base += FBTEST_STEP)
62 if ((*base & RGB_MASK) == RGB_MAGIC)
68 if ((base[j] & RGB_MASK) == RGB_MAGIC)
70 *fb_base = (grub_uint32_t) (grub_target_addr_t) base;
H A Dradeon_fuloong2e.c40 grub_uint32_t base; member in struct:__anon679
88 framebuffer.base = grub_pci_read (addr);
132 framebuffer.base,
/osnet-11/usr/src/lib/libc/port/threads/
H A Dalloc.c103 void *base; local
119 base = (void *)rval.sys_rval1;
124 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE);
136 ptr = (void *)((caddr_t)base + bucketnum * SUBCHUNKSIZE);
145 ASSERT(((caddr_t)ptr - (caddr_t)base + 4 * SUBCHUNKSIZE) == BASE_SIZE);

Completed in 98 milliseconds

1234567891011>>