Searched defs:end (Results 176 - 200 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c113 grub_uint8_t *inptr, *outptr, *end; local
119 end = (grub_uint8_t *) in + size;
120 for (inptr = in, outptr = out; inptr < end;
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c222 grub_uint8_t *ptr, *end; local
276 end = ptr + isr->frame_len;
280 while (ptr < end)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c194 /* security scan: long field names are end-of-header */
260 /* if this means "end of header" quit now */
314 /* - 3 to avoid problems with " at the end */
579 ** ADDHEADER -- add a header entry to the end of the queue.
649 ** (except at the front or end).
2079 ** Find the end of the name. New style names
2080 ** end with a comma, old style names end with
2086 /* find end of name */
2121 /* at the end o
2263 char *end; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h154 STDCHAR *end; /* End of valid part of buffer */ member in struct:__anon100
H A Dgv.c1031 const char *end = name + len; local
1032 while (--end > name) {
1033 if (!isDIGIT(*end)) return gv;
1899 char *end = name + len;
1900 while (--end > name) {
1901 if (!isDIGIT(*end))
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c417 * have to find the end of a bucket.
459 * one, then our cursor is at the very end of a duplicate set and
863 u_int8_t *beg, *dest, *end, *hk, *src; local
884 * we are doing a partial put off the end of a record, then this
951 end = (u_int8_t *)tdata.data + tdata.size;
954 if (src < end && tdata.size > dbt->doff + dbt->dlen) {
1277 * This may not be the end of the chain, but the pair may fit
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c90 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1)))
94 #define END(b) (*((b)->nxt>=(b)->end?((b)->nxt=(b)->end-1):(b)->nxt)=0,(b)->nxt-(b)->buf)
104 char* end; member in struct:Buffer_s
401 buf.end = (buf.buf = buf.nxt = p) + size;
402 tmp.end = (tmp.buf = tmp.nxt = tmpbuf) + sizeof(tmpbuf);
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c48 cond_t _aio_waitn_cv = DEFAULTCV; /* wait for end of aio_waitn */
950 timespec_t end; local
989 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) {
1025 error = _aio_get_timedelta(&end, wait);
1053 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) {
1142 (error = _aio_get_timedelta(&end, wait)) == -1) {
1258 _aio_check_timeout(const timespec_t *utimo, timespec_t *end, int *timedwait) argument
1270 end->tv_sec = utimo->tv_sec + curtime.tv_sec;
1271 end->tv_nsec = utimo->tv_nsec + 1000 * curtime.tv_usec;
1272 if (end
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c71 int end; local
153 &start, &end);
270 alternative_locales(cur_locale, &canonical, &start, &end, 1);
273 for (; start <= end; start++) {
471 Nlstmp **binding, char **canonical, int *start, int *end)
520 alternative_locales((char *)locale, canonical, start, end, 1);
523 for (i = *start; i <= *end; i++) {
736 * Then add a new node to the end of linked list.
758 /* reached the end of list */
470 process_nlspath(const char *domain, const char *locale, const char *nlspath, Nlstmp **binding, char **canonical, int *start, int *end) argument
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c48 #undef end macro
150 __cleanup(void) /* called at process end to flush ouput streams */
335 * If the distance from pkgp to the end of the page is
423 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ argument
425 iop->_end = end;
433 _realbufend(FILE *iop) /* get the end pointer for this iop */
463 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ argument
468 dat->_end = end;
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c168 erase_bottom(int start, int end) argument
172 for (i = start; i < end; ++i) {
479 * Force update of end-of-line if delete is to be used
517 * Truncate this region to end
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c78 /* seek for the end of line or the next whitespace */
92 /* seek for the end of line or the next non-whitespace */
593 * NSS_NOTFOUND, end of file or other errors.
913 do_aliases(struct hostent *hp, char *abuf, char *end) argument
923 if (abuf+len+1 >= end) {
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c408 char *end; local
416 end = src + domainlen;
418 while ((src < end) && (ptr < bend)) {
430 if ((src != end) || (ptr == bend))
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc308 hrtime_t end; local
379 end = gethrtime();
380 duration = end - start;
893 hrtime_t start, end; local
926 end = gethrtime();
927 duration = end - start;
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c135 const char *start, *end, *p; local
144 end = strchr(addr, ']');
145 if (end != NULL) {
148 if (start >= end || start == NULL) {
152 for (i = 0, p = start + 1; p < end; p++) {
157 p = strchr(end, ':');
159 p = end + 1;
818 const char *end; local
834 /* Find the end of the language tag */
835 for (end
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c146 goto end;
159 end:
222 goto end;
227 goto end;
230 end:
281 goto end;
290 end:
317 char *end = NULL; local
328 goto end;
334 if (kmfber_first_element(asn1, &size, &end) !
427 char *end = NULL; local
481 char *end = NULL; local
624 char *end = NULL; local
758 char *end = NULL; local
923 char *end = NULL; local
1039 char *end = NULL; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c176 CONST_UCHAR *scan, *end; local
179 end = base + len;
180 for (scan = base; scan < end; ++scan) {
183 if (++scan == end || *scan < 0x80 || *scan > 0xBF) break;
187 if (scan < end) {
194 for (scan = base; scan < end && *scan < 0xC0; ++scan)
197 if (scan + 1 >= end) break;
201 } while (base < end);
468 const char *scan, *attr, *val, *end; local
473 end
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c294 * make sure that there's a NUL at the end. However,
300 * end. The memory allocation function (am()) will
1626 * Make sure there's a NUL at the end of a string,
1628 * already a NUL at the end.
1690 /* Find the next delimiter, or end-of-string */
1788 * In order to find the end of the item value, we must look
1797 * until we've reached the end.
1965 * determined until we've reached the end, we then continue
1998 /* Skip to the end */
2014 /* Skip to the end */
2316 int end = val->val[i].length; local
[all...]
H A Dnis_parse_ldap_map.c40 static __nis_object_dn_t *parse_object_dn(const char *s, const char *end);
786 parse_object_dn(const char *s, const char *end) argument
804 while (s < end) {
806 s_end = end;
2139 skip_get_dn(const char *dn, const char *end) argument
2155 if (dn >= end)
2203 if (dn == end) {
2665 * INPUT: begin and end of string and __nis_object_dn_t
H A Dnis_parse_ldap_util.c616 * Gets next line in buffer - using '\' at end of line
1767 const char *end = *end_ret; local
1771 while (s < end && is_whitespace(*s))
1773 if (s >= end) {
1786 s = get_ldap_filter(&begin, &end);
1790 *end_ret = end;
1795 while (s < end) {
1797 if (s + 2 > end) {
2055 case '}': /* end sequence */
2056 case ']': /* end se
2288 get_ldap_filter(const char **begin, const char **end) argument
2352 get_ava_list(const char **begin, const char **end, bool_t end_nis) argument
2423 const char *end = s + len; local
2434 validate_ldap_filter(const char *s, const char *end) argument
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c569 const char *p, *end; local
572 for (p = s, end = s + maxlen; p < end && *p; p++)
H A Drunlist.c168 * @dsize: number of elements in @dst (including end marker)
170 * @ssize: number of elements in @src (excluding end marker)
173 * Append the runlist @src after element @loc in @dst. Merge the right end of
188 BOOL right = FALSE; /* Right end of @src needs merging */
198 /* First, check if the right hand end needs merging. */
211 /* First, merge the right hand end, if necessary. */
225 /* We may have changed the length of the file, so fix the end marker */
235 * @dsize: number of elements in @dst (including end marker)
237 * @ssize: number of elements in @src (excluding end marker)
241 * left end o
1224 s64 written, size, end = pos + count; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c325 /* How many sectors to zero out at each end.
328 Doing the same from the end of the disk is probably
721 * disklabels, the end sector must be aligned too. To get the end sector
893 * (1) it must start and end on a "disk" block, determined by the disk label
900 * (3) we need to keep the start and end within the device's physical
948 int end; local
956 end = ped_disk_get_last_partition_num (disk);
957 for (i=1; i<=end; i++) {
1058 last_end = last->geom.end;
1186 _ped_partition_alloc(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
1267 ped_partition_new(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
2167 ped_disk_set_partition_geom(PedDisk* disk, PedPartition* part, const PedConstraint* constraint, PedSector start, PedSector end) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dbsd.c142 unsigned short *start, *end; local
147 end = (u_short*) &lp->d_partitions [
149 while (start < end)
295 PedSector end; local
302 end = PED_LE32_TO_CPU(label->d_partitions[i - 1].p_offset)
305 NULL, start, end);
398 PedSector start, PedSector end)
403 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
436 part->geom.end);
396 bsd_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
H A Dsun.c371 PedSector end, start, block; local
407 end = start
411 start, end);
510 = PED_CPU_TO_BE32 (part->geom.end
552 PedSector start, PedSector end)
557 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
593 part->geom.end);
810 /* _get_strict_constraint() will align the partition to the end of the cylinder.
812 * cylinder, space between the end of a partition and the end o
550 sun_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]

Completed in 103 milliseconds

1234567891011>>