Searched defs:end (Results 251 - 275 of 289) sorted by relevance

<<1112

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c167 gettext_noop ("Invalid range end") /* REG_ERANGE */
169 #define REG_ESPACE_IDX (REG_ERANGE_IDX + sizeof "Invalid range end")
176 gettext_noop ("Premature end of regular expression") /* REG_EEND */
178 #define REG_ESIZE_IDX (REG_EEND_IDX + sizeof "Premature end of regular expression")
2114 EOR means end of regular expression. */
2490 Idx i, start, end, start_idx = re_string_cur_idx (regexp);
2495 end = 0;
2510 end = ((token->type == OP_CLOSE_DUP_NUM) ? start
2514 if (BE (start == REG_ERROR || end == REG_ERROR, 0))
2536 if (BE ((end !
2481 Idx i, start, end, start_idx = re_string_cur_idx (regexp); local
[all...]
H A Dvasnprintf.c219 const char *end = memchr (string, '\0', maxlen); local
220 return end ? (size_t) (end - string) : maxlen;
611 at the end: r = roomptr[0..b_len-1], q = roomptr[b_len..a_len] */
1673 would need to access a wide character one past the end of the
3331 DCHAR_T *end = p + pad; local
3342 DCHAR_T *q = end;
3352 DCHAR_T *q = end;
3360 p = end;
4517 DCHAR_T *end local
5420 DCHAR_T *end = p + pad; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c72 grub_phys_addr_t end; member in struct:grub_relocator_extra_block
417 grub_addr_t start, grub_addr_t end, grub_addr_t align,
433 (unsigned long) start, (unsigned long) end,
437 end = ALIGN_DOWN (end - size, align) + size;
439 if (end < start + size)
543 (unsigned long) cur->start, (unsigned long) cur->end);
548 events[N].pos = cur->end;
742 if (target + size <= end && target + size <= events[j].pos)
749 if (target > end
416 malloc_in_range(struct grub_relocator *rel, grub_addr_t start, grub_addr_t end, grub_addr_t align, grub_size_t size, struct grub_relocator_chunk *res, int from_low_priv, int collisioncheck) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c479 grub_uint16_t end; member in struct:gsub_coverage_ranges::__anon866
601 m <= grub_be_to_cpu16 (cover->ranges[l].end); m++)
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1300 char *end; local
1302 end = &info[sizeof (cfga_info_t)];
1308 info += snprintf(info, end - info, "slot%d", board);
1311 info += snprintf(info, end - info, " empty");
1320 info += snprintf(info, end - info, " %d%s", n, f);
1330 info += snprintf(info, end - info, " (%d%s used)", n, f);
1338 info += snprintf(info, end - info, " base 0x%llx",
1347 info += snprintf(info, end - info, " interleaved %u-way",
1352 info += snprintf(info, end - info, " disabled at boot");
1360 info += snprintf(info, end
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c888 char *end; local
890 end = strchr(at, ']');
891 if (end != NULL)
901 *end = '\0';
922 *end = ']';
1352 /* leave one for the NULL signifying the end of the list */
1515 /* Find end of macro */
3788 /* check if at end of chunk */
4462 case SMFIR_REJECT: /* log msg at end of function */
H A Dconf.c2430 static char *LastArgv = NULL; /* end of argv */
5331 char *begin, *end; local
5423 end = begin + SYSLOG_BUFSIZE - idlen - SL_SPLIT;
5424 while (end > begin)
5427 if (*end == ',' || *end == ' ')
5429 end++; /* Include separator */
5432 end--;
5435 if (end == begin)
5436 end
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c886 * towards the end the stack by the amount of room needed */
1275 /* Note: we don't need to restore the base context info till the end. */
2263 /* Mark is at the end of the stack. */
2584 /* Normally, the leavetry at the end of this block of ops will
2796 SAVEMORTALIZESV(PL_compcv); /* must remain until end of current statement */
2979 U8 *end = (U8*)SvPVX(sv) + SvCUR(sv); local
2980 if (s < end) {
2981 rev = utf8n_to_uvchr(s, end - s, &len, 0);
2983 if (s < end) {
2984 ver = utf8n_to_uvchr(s, end
[all...]
H A Dregexec.c318 /* strend: pointer to null at end of string */
320 /* minend: end of match must be >=minend after stringarg. */
510 I32 end = prog->check_offset_max + CHR_SVLEN(check) local
512 I32 eshift = CHR_DIST((U8*)strend, (U8*)s) - end;
617 /* On end-of-str: see comment below. */
679 /* fbm_instr() takes into account exact value of end-of-str
681 and end-of-str is not later than strend we are OK. */
1608 /* strend: pointer to null at end of string */
1610 /* minend: end of match must be >=minend after stringarg. */
1618 I32 dontbother = 0; /* how many characters not to try at end */
1745 char *end; local
[all...]
H A Ddoio.c1079 return TRUE; /* normal fp, definitely end of file */
1175 char *end; local
1177 end = strchr(s+1, ':');
1178 if (!end)
1179 end = s+len;
1181 Perl_croak(aTHX_ "IO layers (like '%.*s') unavailable", end-s, s);
1183 s = end;
1550 /* handle the 2>&1 construct at the end */
2268 char *rstr = rslt + sizeof(unsigned short int), *begin, *end, *cp; local
2310 end
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c151 "4GB or 10%. Negative values count from the end of the disk. "
303 * or SECT_END if it's an end one.
305 * partition (if at equal distance: to start if SECT_START or to end
325 new_sect = part->geom.end + 1 + what;
364 * resize the end of a partition).
365 * Note that this isn't the end of the story... this function is
377 PedSector end = new_geom->end; local
385 end_part = ped_disk_get_partition_by_sector (disk, end);
386 adjacent = (start_part->geom.end
740 PedSector start = 0, end = 0; local
961 PedSector start = 0, end = 0; local
1171 PedSector start = 0, end = 0; local
1404 char* end; local
1506 printf (_("Disk %s: %s\\n"), (*dev)->path, end); local
1874 PedSector start = 0, end = 0; local
1922 PedSector start, end; local
[all...]
H A Dui.c266 complete_function (char* text, int start, int end) argument
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c300 int end; local
377 alternative_locales(mid, &canonical, &start, &end, 1);
380 for (; start <= end; start++) {
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1480 char *end; local
1496 *num = strtoull(value, &end, 10);
1513 if (*end == decpt) {
1514 double fval = strtod(value, &end);
1516 if ((shift = str2shift(hdl, end)) == -1)
1530 if ((shift = str2shift(hdl, end)) == -1)
H A Dlibzfs_pool.c1924 * - ZPOOL_CONFIG_PATH for whole disk entries. These end in
1974 char *type, *idx, *end, *p; local
2008 vdev_id = strtoull(idx, &end, 10);
2101 char *end; local
2107 guid = strtoull(path, &end, 10);
2108 if (guid != 0 && *end == '\0') {
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c922 char *end; local
924 *result = strtoul(hw_serial, &end, base);
933 char *end; local
935 *result = strtoull(str, &end, base);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2516 goto end;
2524 goto end;
2533 goto end;
2536 goto end;
2539 goto end;
2542 goto end;
2545 goto end;
2548 goto end;
2550 end:
2673 goto end;
3240 char *notafter = NULL, *end = NULL; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h669 uint64_t end; member in struct:_HfsJJournalHeader
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c154 PedSector lba_offset; /* needed for computing start/end for
453 if (leg_end && leg_end != dos_data->orig->geom.end)
499 goto end;
507 goto end;
510 goto end;
517 goto end;
519 goto end;
525 end:
536 * Likewise, (C,H,S,A) the end addresses. Using both of these pieces
572 PedSector C, H, S, A, A_; /* end */
1229 msdos_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
1982 _no_geom_constraint(const PedDisk* disk, PedSector start, PedSector end) argument
2110 add_metadata_part(PedDisk* disk, PedPartitionType type, PedSector start, PedSector end) argument
2295 PedSector start, end; local
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1063 char *end; local
1070 prefixlen = strtoul(pval, &end, 10);
1071 if (errno != 0 || *end != '\0')
2412 char *end; local
2430 prefixlen = strtoul(cp, &end, 10);
2431 if (errno != 0 || *end != '\0' || prefixlen != TOKEN_PREFIXLEN)
3361 * end while we call the i_ipadm_addr_persist().
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2916 unsigned char *start, *end; local
2922 end = start + length;
2927 if ((*buff_in + toid.length) > end)
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c269 char *end = NULL; local
280 tmp = strtol(string, &end, 0);
281 if (end && *end) {
296 char *end = NULL; local
307 tmp = strtoll(string, &end, 0);
308 if (end && *end) {
614 * of zeroes between the end of the real data and the end o
758 LCN lcn, end, prev_lcn = 0LL; local
[all...]
H A Dntfsresize.c1132 ntfs_log_verbose("Skip unmapped run at the end ...\n");
1241 static void set_max_free_zone(s64 length, s64 end, runlist_element *rle) argument
1244 rle->lcn = end - length;
1366 err_exit("Unexpected end of file!\n");
1848 * $Bitmap can overlap the end of the volume. Any bits in this region
2120 * end of the disk.
2417 /* Backup boot sector at the end of device isn't counted in NTFS
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h55 char* re_end; /* re_buf end */ \
289 Ckey_t end; member in struct:Celt_s
333 unsigned char* end; /* end of left match */ member in struct:Conj_right_s
416 * REX_ALT catcher, solely to get control at the end of an
435 unsigned char* end; member in struct:Behind_catch_s
469 * letters in the same position of a word. end=1 if
478 unsigned char end; member in struct:Trie_node_s
534 unsigned char* end; /* end o member in struct:reglib_s
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.c345 ** to the end. EXTRA_SIZE is the number of bytes of space needed to hold
426 ** into one big FreeBlk at the end of the page.
527 int end = start + size; local
561 if( idx != end ){
1336 int nIgnore, /* Ignore this many bytes at the end of pCur */

Completed in 172 milliseconds

<<1112