Searched defs:end (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1505 * Reset context-dependent variables and state at the end of cooking a D probe
1608 * We start cpp just prior to the \n at the end of this line so that
1725 const char *end; local
1729 if ((end = strrchr(arg, '/')) == NULL)
1740 (void) strlcpy(dld->dtld_libpath, arg, end - arg + 2);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c441 * due to one end of the connection being closed) as well as exit
730 int i, start, end; local
734 end = index + 1;
737 end = lsp->fmas_svcs.nsvcs;
742 for (i = start; i < end; i++) {
842 * do not update state; remote end may attempt to initiate
1747 /* end file */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c474 fprintf(stderr, "end addrinfos returned (%d)\n");
1146 char *end; local
1147 lport = strtoul(serv, &end, 10);
1148 if (!*end) {
1192 on the end of the addrinfo structure. So, let's try this
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbfs.c218 "attempt to read past the end of file");
459 grub_uint16_t start = 0, end = 0; local
491 start = end;
492 end = grub_bfs_to_cpu16 (keylen_idx[i]);
493 if (grub_bfs_to_cpu_treehead (node.total_key_len) <= end)
494 end = grub_bfs_to_cpu_treehead (node.total_key_len);
495 c = key_data[end];
496 key_data[end] = 0;
499 key_data[end] = c;
539 grub_uint16_t start = 0, end local
920 grub_uint8_t *end = ((grub_uint8_t *) ino + grub_bfs_to_cpu32 (sb->bsize)); local
[all...]
H A Dhfs.c1027 grub_uint8_t *end = to + 31;
1031 while (*iptr && optr < end)
1026 grub_uint8_t *end = to + 31; local
H A Dntfs.c609 if (pos[0xC] & 2) /* end signature */
696 char *buf, *end; local
763 end = (char *) grub_utf16_to_utf8 ((grub_uint8_t *) buf, buf16, len / 2);
764 *end = '\0';
769 grub_memmove (buf, buf + 6, end - buf + 1 - 6);
770 end -= 6;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c711 const unsigned char *raw, *p, *end;
716 end = raw + (offset - pstr->mb_cur_max);
717 if (end < pstr->raw_mbs)
718 end = pstr->raw_mbs;
731 for (; p >= end; --p)
710 const unsigned char *raw, *p, *end; local
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c1265 char *ret, *ptr, *end; local
1271 end = (ret + strlen (map[drive].drive) * 2
1283 snprintf (ptr, end - ptr, ",%d", dos_part + 1);
1286 snprintf (ptr, end - ptr, ",%d", bsd_part + 1);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c337 /* If we reached the end of both words at the same time, the word
339 next word (or the end of string) and "reset" the needle. */
370 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
444 if (end)
445 *end = (char *) str;
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c45 * start <= pos <= full <= end
46 * pos <= limit <= end
49 * end == size
80 size_t end; member in struct:dictionary
287 dict->end = b->out_size - b->out_pos;
298 if (dict->end - dict->pos <= out_max)
299 dict->limit = dict->end;
314 * avoid writing a '\0' to the end of the destination buffer.
322 offset += dict->end;
357 back += dict->end;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c264 grub_uint64_t start, end; local
271 end = start + (desc->num_pages << 12);
274 if (aligned_start + size > end)
278 if (aligned_start + size > end)
481 grub_error (GRUB_ERR_BAD_OS, N_("premature end of file %s"),
636 grub_error (GRUB_ERR_FILE_READ_ERROR, N_("premature end of file %s"),
687 grub_error (GRUB_ERR_FILE_READ_ERROR, N_("premature end of file %s"),
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c606 auto void revert (unsigned start, unsigned end);
607 void revert (unsigned start, unsigned end) argument
611 for (i = 0; i <= (end - start) / 2; i++)
614 visual[start + i] = visual[end - i];
615 visual[end - i] = t;
617 levels[start + i] = levels[end - i];
618 levels[end - i] = tl;
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h145 grub_arc_ularge_t end; member in struct:grub_arc_fileinfo
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c1061 char *end = &info[sizeof (cfga_info_t)]; local
1078 info += snprintf(info, end - info, p[BI_POWERED]);
1082 info += snprintf(info, end - info, p[BI_ASSIGNED] + i);
1108 char *end = &info[sizeof (cfga_info_t)]; local
1119 info += snprintf(info, end - info, p[CI_CPUID], dst->cs_cpuid);
1120 info += snprintf(info, end - info, p[CI_SPEED], dst->cs_speed);
1121 info += snprintf(info, end - info, p[CI_ECACHE], dst->cs_ecache);
1191 char *end = &info[sizeof (cfga_info_t)]; local
1202 info += snprintf(info, end - info, p[MI_ADDRESS],
1204 info += snprintf(info, end
1285 char *end = &info[sizeof (cfga_info_t)]; local
1333 char *end = &info[sizeof (cfga_info_t)]; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dutil.c307 ** a pointer to the end of the line if character is not found
951 ** i.e., it is assumed that the first <NL> found is the end
986 ** as appropriate) at the end of the string.
1011 ** as appropriate) at the end of the string.
1069 register char *p, *end; local
1079 end = l + len;
1084 /* find the end of the line */
1085 p = memchr(l, '\n', end - l);
1088 p = end;
1206 if (l < end
2216 char *begin, *end; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1012 unsigned char *end = p + 1 + *p; local
1014 for (p++; p < end; ) {
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c1090 end (ParsingContext * pc, const char *el) function
1433 (XML_EndElementHandler) end);
H A Dutil.c1019 HAL_ERROR (("Cannot seek to end of /media/.hal-mtab"));
1123 const char *end; local
1131 end = name + strlen(name);
1140 while (name != end) {
1142 if ((name + 1) == end)
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c486 const char *end; local
549 if (!g_utf8_validate (mount_point, -1, &end))
551 if (!g_utf8_validate (mount_fstype, -1, &end))
553 if (!g_utf8_validate (mount_options, -1, &end))
1000 unknown_error ("Cannot seek to end of /media/.hal-mtab");
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c101 u32 end; member in struct:__anon69
162 /* get range end */
166 ntfs_log_error("ERROR: Missing range end!\n");
187 ranges[nr_entries].end = range_end;
198 ranges[nr_entries].end = inode;
204 ntfs_log_error("ERROR: Missing new value at end of input!\n");
210 ranges[nr_entries].end = inode;
458 char *end = NULL; local
482 end = NULL;
483 opts.fillbyte = strtol(optarg, &end,
1162 long long start, end; local
1658 long long start, end; local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c476 ckmagic(register Magic_t* mp, const char* file, char* buf, char* end, struct stat* st, unsigned long off) argument
521 if ((mp->flags & MAGIC_ALL) && b < (end - 3))
703 if (mp->keep[level]++ && b > cur && b < end && *(b - 1) != ' ' && *t && *t != ',' && *t != '.' && *t != '\b')
705 b += sfsprintf(b, end - b, *q ? q : "%s", p + (*p == '\b'));
734 if (mp->keep[level]++ && b > cur && b < end && *(b - 1) != ' ' && *q && *q != ',' && *q != '.' && *q != '\b')
738 b += sfsprintf(b, end - b, q + (*q == '\b'), p);
829 t = ckmagic(mp, file, b + (b > cur), end, st, num);
833 if (b > cur && b < end)
930 if (mp->keep[level]++ && b > cur && b < (end - 1) && *(b - 1) != ' ')
941 if (mp->keep[level]++ && b > cur && b < end
1035 cklang(register Magic_t* mp, const char* file, char* buf, char* end, struct stat* st) argument
1556 type(register Magic_t* mp, const char* file, struct stat* st, char* buf, char* end) argument
[all...]
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c648 _aio_get_timedelta(timespec_t *end, timespec_t *wait) argument
658 if (end->tv_sec >= curtime.tv_sec) {
659 wait->tv_sec = end->tv_sec - curtime.tv_sec;
660 if (end->tv_nsec >= curtime.tv_nsec) {
661 wait->tv_nsec = end->tv_nsec - curtime.tv_nsec;
665 if (end->tv_sec > curtime.tv_sec) {
668 (curtime.tv_nsec - end->tv_nsec);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbe.c392 ** library routine fgets(). The difference is in how end-of-line (EOL)
667 ** There is an implied "Halt 0 0 0" instruction inserted at the very end of
3022 ** Called at end of statement. Updates lsChange (last statement change count)
3130 int amt, offset, end, payloadSize; local
3193 end = aHdr[idxWidth];
3196 end |= aHdr[idxWidth+1]<<8;
3199 end |= aHdr[idxWidth+2]<<16;
3202 amt = end - offset;
3203 if( amt<0 || offset<0 || end>payloadSize ){
4163 ** FileOpen). If we reach end
[all...]
/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c135 * To allocate a piece from the left or right end of the segment, we must
391 * Create a segment spanning the range [start, end) and add it to the arena.
394 vmem_seg_create(vmem_t *vmp, vmem_seg_t *vprev, uintptr_t start, uintptr_t end) argument
399 newseg->vs_end = end;
429 uintptr_t end = start + size; local
452 if ((start | end) & (vmp->vm_quantum - 1)) {
457 span = vmem_seg_create(vmp, knext->vs_aprev, start, end);
462 newseg = vmem_seg_create(vmp, span, start, end);
819 uintptr_t addr, taddr, start, end; local
917 end
1136 uintptr_t end = start + size; local
1196 vmem_seg_t *end = &vmp->vm_seg0; local
[all...]
/osnet-11/usr/src/lib/libvscan/common/
H A Dlibvscan.c1595 char *end; local
1609 *num = strtoll(value, &end, 10);
1622 if (*end == '.') {
1623 fval = strtod(value, &end);
1625 if ((shift = vs_strtoshift(end)) == -1)
1636 if ((shift = vs_strtoshift(end)) == -1)

Completed in 93 milliseconds

1234567891011>>