Searched refs:base (Results 276 - 300 of 363) sorted by relevance

<<1112131415

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs253 system base time which is 17-NOV-1858 00:00:00.00
261 so need to determine this in terms of VMS base time
323 time_t base = 15 * 86400; /* 15jan71; to avoid month/year ends between */
325 /* for same &base */
328 if ((tm_p = gmtime(&base)) == NULL) { /* CRTL gmtime() is a fake */
343 tm_p = localtime(&base);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h283 sasl_conn_t base; /* parts common to server + client */ member in struct:sasl_server_conn
332 sasl_conn_t base; /* parts common to server + client */ member in struct:sasl_client_conn
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c484 char base=0, *last; local
492 d = strtonll(str,&last,&base,-1);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h744 int nsldapi_build_search_req( LDAP *ld, const char *base, int scope,
865 int ldap_memcache_createkey( LDAP *ld, const char *base, int scope,
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c403 /* Establish default, per-thread, search base */
404 __nisdb_get_tsd()->searchBase = t->objectDN->read.base;
444 t->objectDN->write.base,
H A Dldap_map.c1504 * The 'write.base' is the actual DN of the entry (and the
1505 * scope had better be 'base', but we don't check that).
1507 dn = t->objectDN->write.base;
1652 ls = buildLdapSearch(t->objectDN->read.base,
1754 stat = ldapModify(t->objectDN->write.base, 0,
1791 stat = ldapModify(t->objectDN->write.base, &rv,
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddvh.c179 _checksum (const uint32_t* base, size_t size) argument
185 sum = sum - PED_BE32_TO_CPU (base[i]);
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c239 temp_base(fcode_env_t *env, fstack_t base) argument
244 env->num_base = base;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs10 struct _PerlIO base; /* Base "class" info */
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com107 UNUSEDGENOBJS = base.o
/osnet-11/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h594 extern int ddi_strtoul(const char *str, char **nptr, int base,
597 extern int ddi_strtoull(const char *str, char **nptr, int base,
/osnet-11/usr/src/lib/madv/common/
H A Dmadv.c186 * Return the process's current brk base and size.
189 mygetbrk(uintptr_t *base, size_t *size) argument
199 *base = ps.pr_brkbase;
233 /* execname is a path name - get the base name */
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c52 * @base:
61 static __inline__ void ntfs_rl_mm(runlist_element *base, int dst, int src, argument
65 memmove(base + dst, base + src, size * sizeof(*base));
892 /* Setup not mapped runlist element if this is the base extent. */
928 } else /* Not the base extent. There may be more extents to follow. */
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c72 const char *base = dmp->dm_strtab.cts_data; local
78 const char *name = base + sym->st_name;
105 const char *base = dmp->dm_strtab.cts_data; local
111 const char *name = base + sym->st_name;
951 * Cache the pointers to the modules representing the base executable
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1233 if (glyph_id->base != GRUB_UNICODE_HEBREW_WAW)
1336 of base character.
1381 main_glyph = grub_font_get_glyph_with_fallback (hinted_font, glyph_id->base
1386 glyph_id->base);
1390 main_glyph = ascii_glyph_lookup (glyph_id->base);
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl.c172 gp = (grub_uint64_t *) mod->base;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dterm.h431 if (grub_unicode_get_comb_type (c->base))
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1132 RFC2131_SLEEP_INTERVAL - sleep for expotentially longer times (base << exp) +- 1 sec)
1134 long rfc2131_sleep_interval(long base, int exp) argument
1141 tmo = (base << exp) + (TICKS_PER_SEC - (random()/TWO_SECOND_DIVISOR));
1147 RFC1112_SLEEP_INTERVAL - sleep for expotentially longer times, up to (base << exp)
1149 long rfc1112_sleep_interval(long base, int exp) argument
1156 divisor = RAND_MAX/(base << exp);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h152 struct _PerlIO base; /* Base "class" info */ member in struct:__anon100
H A Dscope.c680 Perl_leave_scope(pTHX_ I32 base) argument
691 if (base < -1)
693 while (PL_savestack_ix > base) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST96 foreach my $dir (qw(base comp cmd run io op uni)) {
454 if (/^base/) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c583 char *profile, *container, *base; local
622 base = ptr->paramList[NS_LDAP_SEARCH_BASEDN_P].ns_pc;
629 (void) fprintf(fp, "dn: cn=%s,ou=%s,%s\n", profile, container, base);
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c32 " base name. Details of each variant may be found in \bregex\b(3).]"
146 char* base; /* sfsetbuf buffer */ member in struct:State_s::__anon1488
367 sfsetbuf(input, state->buffer.base, state->buffer.size);
728 if (c == 'b' && !(state.buffer.base = newof(0, char, state.buffer.size, 0)))
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c2072 # include <apollo/base.h>
4073 strtol(nptr, endptr, base)
4076 register int base;
4086 ** If base is 0, allow 0x for hex and 0 for octal, else
4087 ** assume decimal; if base is already 16, allow 0x.
4097 if ((base == 0 || base == 16) &&
4101 base = 16;
4103 if (base == 0)
4104 base
[all...]
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c390 static bool UTF8_In_8859_1(const unsigned char *base, int len) argument
394 end = base + len;
395 for (scan = base; scan < end; ++scan) {
415 const unsigned char *base,
421 end = base + len;
425 utils->MD5Update(ctx, base, len);
430 for (scan = base; scan < end && *scan < 0xC0; ++scan);
431 if (scan != base)
432 utils->MD5Update(ctx, base, scan - base);
412 MD5_UTF8_8859_1(const sasl_utils_t * utils, MD5_CTX * ctx, bool In_ISO_8859_1, const unsigned char *base, int len) argument
[all...]

Completed in 114 milliseconds

<<1112131415