Searched refs:base (Results 201 - 225 of 363) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/port/stdio/
H A Ddoscan.c605 int c, base, inchar, lookahead; local
635 base = 10;
638 base = 8;
646 base = 16;
748 * the sequence of letters and digits (base 16).
756 base = 16;
775 base = 8;
783 if (isdigit(c) || base == 16 && isxdigit(c)) {
786 if (digit >= base)
789 lcval = base * lcva
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c56 buildLdapSearch(char *base, int scope, int numFilterComps, char **filterComp, argument
67 ls->base = sdup(myself, T, base);
68 if (ls->base == 0 && base != 0)
136 sfree(ls->base);
168 * If 'fromLDAP' is set, the caller wants base/scope/filter from
197 char *base; local
201 base = objectDN->read.base;
[all...]
H A Dldap_val.c571 } else if (item->searchSpec.triple.base == 0 &&
646 * If item->searchSpec.triple.base is NULL, or ends
647 * in a comma, append the current search base from
651 * if item->searchSpec.triple.base ends in a comma,
654 if (yp2ldap && item->searchSpec.triple.base &&
655 strlen(item->searchSpec.triple.base) > 0) {
660 triple.base = appendBase(item->searchSpec.triple.base,
673 sfree(triple.base);
1176 return ("base");
[all...]
H A Dldap_parse.h153 * base The base DN; defaultSearchBase appended if 'base' ends with
164 char *base; member in struct:__anon1951
499 * read base/scope/filter triple used to read data from LDAP;
501 * write base/scope/attrlist triple used to write data to LDAP;
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_reass.c83 int base = 10; local
107 value = (value * base) + digits;
/osnet-11/usr/src/lib/libpkg/common/
H A Dsrchcfile.c51 int getnumvfp(char **cp, int base, long *d, long bad);
52 int getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad);
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h176 uchar_t *base; /* dictionary base */ member in struct:FCODE_ENV
182 fstack_t *ds0; /* base of dats stack */
183 fstack_t *rs0; /* base of return stack */
184 fstack_t *ds; /* data stack base */
185 fstack_t *rs; /* return stack base */
186 variable_t num_base; /* current base */
245 #define BASE (env->base)
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dstartup_raw.S26 #define ABS(x) ((x) - LOCAL (base) + GRUB_BOOT_MACHINE_KERNEL_ADDR + 0x200)
39 LOCAL (base):
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h624 The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0,
633 (const char *string, char **endptr, int base)
637 (const char *string, char **endptr, int base));
649 The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0,
658 (const char *string, char **endptr, int base)
662 (const char *string, char **endptr, int base));
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Decc.c133 const char *n; /* The order of the base point. */
306 static gcry_mpi_t gen_y_2 (gcry_mpi_t x, elliptic_curve_t * base);
398 gen_y_2 (gcry_mpi_t x, elliptic_curve_t *base)
407 mpi_powm (x_3, x, three, base->p);
408 mpi_mulm (axb, base->a, x, base->p);
409 mpi_addm (axb, axb, base->b, base->p);
410 mpi_addm (y, x_3, axb, base->p);
394 gen_y_2(gcry_mpi_t x, elliptic_curve_t *base) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Decc.c133 const char *n; /* The order of the base point. */
306 static gcry_mpi_t gen_y_2 (gcry_mpi_t x, elliptic_curve_t * base);
398 gen_y_2 (gcry_mpi_t x, elliptic_curve_t *base)
407 mpi_powm (x_3, x, three, base->p);
408 mpi_mulm (axb, base->a, x, base->p);
409 mpi_addm (axb, axb, base->b, base->p);
410 mpi_addm (y, x_3, axb, base->p);
394 gen_y_2(gcry_mpi_t x, elliptic_curve_t *base) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dharness59 push @tests, <base/*.t>;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c1663 char *base; local
1665 base = stkfreeze(stkp,0);
1688 stkset(stkp,base,offset);
2427 register Sfio_t *iop, *base; local
2450 if(!(base=fcfile()))
2451 base = sfopen(NIL(Sfio_t*),fcseek(0),"s");
2453 sfstack(base,iop);
2454 fcfopen(base);
/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c554 for (p = (char *)env->base; p < (char *)HERE; p++)
578 if (HERE < env->base || HERE >= env->base + dict_size) {
830 log_message(MSG_INFO, "Dictionary dump: base: %p\n", env->base);
831 for (ptr = (uchar_t *)(((long)(env->base)) & ~0xf); ptr < HERE;
877 return ((uchar_t *)addr >= env->base &&
878 (uchar_t *)addr < env->base + dict_size);
907 for (nacf = acf; nacf >= (acf_t)env->base; nacf--)
911 if (nacf >= (acf_t)env->base
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c43 static int dosearch( LDAP *ld, char *base, int scope, char **attrs,
90 fprintf( stderr, gettext(" -e\t\tminimize base-64 encoding of values\n") );
106 fprintf( stderr, gettext(" -s scope\tone of base, one, or sub (default is sub)\n") );
131 static char *base = NULL; variable
204 if ( base == NULL ) {
205 if (( base = getenv( "LDAP_BASEDN" )) == NULL ) {
291 conv = ldaptool_local2UTF8( base );
340 rc = dosearch( ld, base, scope, attrs, attrsonly, filtpattern,
374 case 'e': /* minimize base-64 encoding of values */
406 if ( strncasecmp( optarg, "base",
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c158 int32_t base = DTRACE_LQUANTIZE_BASE(arg); local
161 long double total = (long double)lquanta[0] * (long double)(base - 1);
163 for (i = 0; i < levels; base += step, i++)
164 total += (long double)lquanta[i + 1] * (long double)base;
167 (long double)(base + 1));
174 int32_t base = DTRACE_LQUANTIZE_BASE(arg); local
178 if (base - 1 == 0)
181 for (i = 0; i < levels; base += step, i++) {
182 if (base != 0)
188 if (base
1269 dt_aggregate_qsort(dtrace_hdl_t *dtp, void *base, size_t nel, size_t width, int (*compar)(const void *, const void *)) argument
[all...]
H A Ddt_printf.c97 ctf_id_t base; local
104 base = ctf_type_resolve(ctfp, dnp->dn_type);
105 kind = ctf_type_kind(ctfp, base);
107 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
108 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR &&
109 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e));
117 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); local
118 uint_t kind = ctf_type_kind(ctfp, base);
123 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
124 (base
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dieee1275.c496 grub_ieee1275_cell_t base;
508 *result = args.base;
509 if (args.base == IEEE1275_CELL_INVALID)
495 grub_ieee1275_cell_t base; member in struct:claim_args
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c157 pxe_byte_checksum (void *base, grub_size_t size) argument
161 for (ptr = (grub_uint8_t *) base; ptr < ((grub_uint8_t *) base) + size;
/osnet-11/usr/src/common/crypto/ecc/
H A Decdecode.c139 CHECK_OK(hexString2SECItem(NULL, &params->base, genenc, kmflag));
638 CHECK_SEC_OK(SECITEM_CopyItem(arena, &dstParams->base,
639 &srcParams->base, 0));
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c370 unsigned char c, base, mask; local
453 base = c;
479 pal[idx] = base;
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsched.c78 * the class of one of our base policy numbers.
104 int base = 0; local
122 (base = is_base_class(pccp->pcc_info.pc_clname)) != 0) {
126 * If we duplicated a base class, permanently
130 if (base) {
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc800 void qsort(void *base, size_t n, size_t size, int (*compar)());
980 char **_RESTRICT_KYWD endptr, int base);
989 int base);
993 char **_RESTRICT_KYWD nptr, int base);
997 char **_RESTRICT_KYWD endptr, int base);
1592 int base);
1594 wchar_t **_RESTRICT_KYWD ptr, int base);
1598 wchar_t **_RESTRICT_KYWD ptr, int base);
1600 wchar_t **_RESTRICT_KYWD ptr, int base);
1604 wchar_t **_RESTRICT_KYWD endptr, int base);
[all...]
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h180 uint64_t base; /* base address for this segment */ member in struct:memory_seg
/osnet-11/usr/src/lib/libldap4/include/
H A Dentry.h117 /* Checks that base exist. If not, create it.
128 int make_base(LDAP *ld, FILE *out, char *base);

Completed in 88 milliseconds

1234567891011>>