Searched refs:base (Results 126 - 150 of 363) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs92 register int base;
107 val = 0; base = 10;
110 base = 16, cp++;
112 base = 8;
116 val = (val * base) + (c - '0');
120 if (base == 16 && (s=strchr(PL_hexdigit,c))) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h93 biginteger_t base; member in struct:dsa_pub_key
102 biginteger_t base; member in struct:dh_pub_key
148 biginteger_t base; member in struct:dsa_pri_key
158 biginteger_t base; member in struct:dh_pri_key
298 &((o)->object_class_u.public_key->key_type_u.dsa_pub_key.base)
300 &((k)->key_type_u.dsa_pub_key.base)
317 &((o)->object_class_u.public_key->key_type_u.dh_pub_key.base)
319 &((k)->key_type_u.dh_pub_key.base)
389 &((o)->object_class_u.private_key->key_type_u.dsa_pri_key.base)
391 &((k)->key_type_u.dsa_pri_key.base)
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
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,
121 char *base,
131 return( do_entry2text( ld, buf, base, entry, tmpl, defattrs, defvals,
140 char *base, /* used for search actions */
349 err = searchaction( ld, buf, base, entry, dn, colp,
389 char *base, /* if NULL, no search actions */
403 return( do_entry2text_search( ld, dn, base, entry, tmpllist, defattrs,
414 char *base, /* i
109 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 long opts, char *base, char *urlprefix ) argument
137 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 long opts, char *urlprefix ) argument
386 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 long opts ) argument
411 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 long opts, char *urlprefix ) argument
435 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 long opts, char *urlprefix ) argument
1036 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/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c315 if (in->read.base == NULL) {
316 newdn->read.base = NULL;
318 newdn->read.base = s_strndup(
319 in->read.base,
320 strlen(in->read.base));
321 if (newdn->read.base == NULL)
336 if (in->write.base != NULL) {
337 newdn->write.base = s_strndup(
338 in->write.base,
339 strlen(in->write.base));
[all...]
H A Dnis_parse_ldap_util.c47 bool_t make_full_dn(char **dn, const char *base);
48 bool_t make_fqdn(__nis_object_dn_t *dn, const char *base);
426 if (obj_dn->read.base != NULL)
427 free(obj_dn->read.base);
428 obj_dn->read.base = NULL;
432 if (obj_dn->write.base != NULL)
433 free(obj_dn->write.base);
434 obj_dn->write.base = NULL;
503 if (item->searchSpec.triple.base != NULL)
504 free(item->searchSpec.triple.base);
1128 make_full_dn(char **dn, const char *base) argument
1159 make_fqdn(__nis_object_dn_t *dn, const char *base) argument
1204 char *base; local
[all...]
H A Dldap_parse.c278 * If x->objectDN->write.base is NULL, clone it from
279 * x->objectDN->read.base.
282 if (x->objectDN->write.base == 0 &&
283 x->objectDN->read.base != 0) {
284 x->objectDN->write.base =
286 x->objectDN->read.base);
287 if (x->objectDN->write.base == 0)
/osnet-11/usr/src/lib/efcode/engine/
H A Dinit.c112 env->base = MALLOC(dict_size);
113 env->here = env->base;
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/pc/
H A Dvga_text.c88 switch (c->base)
102 c->base | (grub_console_cur_color << 8));
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c531 * The base, if zero, will be determined by the nature of the number.
540 getnum(int base, int width, int sign) argument
564 if (base == 0) {
565 base = 10;
568 base = 8;
571 base = 16;
577 if (base == 10) {
607 if (base == 8) {
635 if (base == 16) {
674 * if we get this far then a bad base wa
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dcldap.c66 struct cldap_retinfo *crip, char *base );
68 LDAPMessage **res, char *base );
244 cldap_search_s( LDAP *ld, char *base, int scope, char *filter, char **attrs, argument
274 if ( (msgid = ldap_search( ld, base, scope, filter, attrs,
300 ret = cldap_result( ld, msgid, res, &cri, base );
343 struct cldap_retinfo *crip, char *base )
434 ret = cldap_parsemsg( ld, msgid, &ber, res, base );
477 LDAPMessage **res, char *base )
488 baselen = ( base == NULL ) ? 0 : strlen( base );
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dterm.c41 .base = code,
H A Dmisc.c370 grub_strtoul (const char *str, char **end, int base) argument
374 num = grub_strtoull (str, end, base);
385 grub_strtoull (const char *str, char **end, int base) argument
394 /* Guess the base, if not specified. The prefix `0x' means 16, and
400 if (base == 0 || base == 16)
402 base = 16;
406 else if (base == 0 && str[1] >= '0' && str[1] <= '7')
407 base = 8;
410 if (base
610 unsigned base = (c == 'x') ? 16 : 10; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/efi/
H A Dconsole.c100 if (c->base > 0xffff)
103 str[0] = (grub_efi_char16_t) map_char (c->base & 0xffff);
106 if (c->base < 0xffff)
111 if ((c->base > 0x7f || c->ncomb)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dpciutils.h95 grub_pci_device_map_range (grub_pci_device_t dev, grub_addr_t base,
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h76 #define R_ADDR(base, offset) ((void *)((u_int8_t *)((base)->addr) + offset))
77 #define R_OFFSET(base, p) ((u_int8_t *)(p) - (u_int8_t *)(base)->addr)
/osnet-11/usr/src/lib/libast/common/comp/
H A Dnftw.c44 nftw.base = ftw->pathlen - ftw->namelen;
H A Dconf.sh1431 base=conftab
1433 1) echo "$command: generate ${base}.h string table header" >&2 ;;
1537 -d7) echo $command: $tmp.2 ${base}.h ;;
1538 *) cmp -s $tmp.2 ${base}.h 2>/dev/null || mv $tmp.2 ${base}.h ;;
1542 1) echo "$command: generate ${base}.c string table" >&2 ;;
1551 #include "${base}.h"
1594 -d7) echo $command: $tmp.4 ${base}.c ;;
1595 *) cmp -s $tmp.4 ${base}.c 2>/dev/null || mv $tmp.4 ${base}
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c455 char *base; member in struct:prof_buf
469 newptr = realloc(b->base, newsize);
474 b->base = newptr;
477 memcpy(b->base + b->cur, d, len);
498 char *newptr = realloc(prof_buf.base, prof_buf.cur);
500 prof_buf.base = newptr;
502 *buf = prof_buf.base;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c564 gcry_mpi_t base[4]; local
585 base[0] = pkey->y; ex[0] = a;
586 base[1] = a; ex[1] = b;
587 base[2] = NULL; ex[2] = NULL;
588 mpi_mulpowm( t1, base, ex, pkey->p );
597 base[0] = t2 ; ex[0] = input;
598 base[1] = pkey->y; ex[1] = a;
599 base[2] = a; ex[2] = b;
600 base[3] = NULL; ex[3] = NULL;
601 mpi_mulpowm( t1, base, e
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c564 gcry_mpi_t base[4]; local
585 base[0] = pkey->y; ex[0] = a;
586 base[1] = a; ex[1] = b;
587 base[2] = NULL; ex[2] = NULL;
588 mpi_mulpowm( t1, base, ex, pkey->p );
597 base[0] = t2 ; ex[0] = input;
598 base[1] = pkey->y; ex[1] = a;
599 base[2] = a; ex[2] = b;
600 base[3] = NULL; ex[3] = NULL;
601 mpi_mulpowm( t1, base, e
[all...]
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py140 self.base = None
153 self.base = revs[0]
556 def status(self, base='.', head=None):
563 chngs = self.repo.status(base, head)
567 '''Return the base set of outgoing nodes.
769 # the base of any active branch (of which there may be
774 for base in active.bases():
782 repair.strip(self.ui, self.repo, base.node(), backup=False)
868 def _walkctxs(self, base, head, follow=False, pick=None):
883 opts = {'rev': ['%s:%s' % (base
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c352 const unsigned char *p, *base; local
388 ret = krb5int_dns_nextans(ds, &base, &rdlen);
389 if (ret < 0 || base == NULL)
392 p = base;
393 if (!INCR_OK(base, rdlen, p, 1))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs267 long base = 0;
273 while (base < ix) {
274 opcode ptype = g_profstack[base++].ptype;
276 long tms_utime = g_profstack[base++].tms_utime;
277 long tms_stime = g_profstack[base++].tms_stime;
278 long realtime = g_profstack[base++].realtime;
283 U32 id = g_profstack[base++].id;
284 char *pname = g_profstack[base++].name;
285 char *gname = g_profstack[base++].name;
290 U32 id = g_profstack[base
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftable.c55 int base, fmt, flags, dot, width, precis; local
108 size = width = precis = base = -1;
176 base = 0; /* for %s,%c */
214 base = v;
326 fp[argp].ft.base = base;
350 fp[n].ft.base = 0;
368 fp[n].ft.base = fp[v].argv.i;
447 if(fp[n].ft.base >= 0)
/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c60 static int getnum(FILE *fp, int base, long *d, long bad);
61 static int getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad);
68 int getnumvfp(char **cp, int base, long *d, long bad);
69 int getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad);
525 getnum(FILE *fp, int base, long *d, long bad) argument
544 if (b >= base)
546 *d = (*d * base) + b;
554 getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad) argument
573 if (b >= base)
575 *d = (*d * base)
1060 getnumvfp(char **cp, int base, long *d, long bad) argument
1095 getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad) argument
[all...]

Completed in 71 milliseconds

1234567891011>>