Searched defs:end (Results 226 - 250 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c1236 char *end; local
1245 nparity = strtol(p, &end, 10);
1247 *end != '\0')
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c497 char *end = tmp + match->rm_eo; local
498 *end = '\0';
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c312 const char *linep, *limit, *end; local
328 end = linep;
329 id = (uint_t)strtoul(linep, (char **)&end, 10);
332 if (linep == end)
414 * characters. It always leaves (or inserts) \n\0 at the end of the line.
1074 /* Make sure that \\ at the end doesn't escape 2 nls */
1124 * end up in forward order. This ensures that hashed lookups find
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c151 char *end = cfgbuf + cfglen; local
155 while (s < end && (isspace(*s) || (*s == '#'))) {
159 while (*s != '\n' && *s != '\r' && s < end)
162 if ((s < end) && isspace(*s))
166 if (s < end) {
169 /* Find the end of the line and null terminate it. */
170 while (*s != '\n' && *s != '\r' && s < end) s++;
184 /* If we reached the end, return NULL */
539 end:
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h116 #define IN_newline (1<<9) /* newline at end of last fill */
721 unsigned long end; /* ending output offset */ member in struct:ppindex
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2489 char *cp, *end, *next; local
2504 /* find the end */
2505 end = cp + strcspn(cp, illegal);
2507 /* skip whitespace after end */
2508 next = end + strspn(end, whitespace);
2514 *end = '\0';
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c1932 /* put 0 at end */
2324 const char *start, *end, *p; local
2333 end = strchr(addr, ']');
2334 if (end != NULL) {
2337 if (start >= end || start == NULL)
2339 for (i = 0, p = start + 1; p < end; p++) {
2344 p = strchr(end, ':');
2346 p = end + 1;
2875 /* : Stop the process if we found the end of the string (two consequent NULs) */
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c1193 register int begin, end, delta; local
1205 end = mvcursor(vp,motion);
1207 if(!end)
1210 end = cur_virt;
1211 if( mode=='c' && end>begin && strchr("wW", motion) )
1214 /* the effect of the eE commands, so back up to end of word */
1215 while( end>begin && isblank(end-1) )
1216 --end;
1217 if( end
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c366 Sfoff_t end, cur =lseek(ep->fd, (Sfoff_t)0, SEEK_CUR); local
371 end =lseek(ep->fd, (Sfoff_t)0, SEEK_END);
373 return((Sfdouble_t)end);
2296 * This code gets called whenever an end of string is found with eval
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c1538 /* eat up space/quote at end of value */
1664 char *cp, *cp2, *end; local
1694 /* eat up space/quote at end of value */
1695 end = cp2 = cp + strlen(cp) - 1;
1699 if (cp2 != end) {
1703 end = cp2;
1705 while (cp <= end) {
H A Dns_standalone.c235 /* At the end of string? */
403 * function with an exception that it removes the 'ldap' back-end
565 *end = NULL, local
584 if ((end = strchr(addr, ']')) != NULL) {
585 *end = '\0';
587 if (*(end + 1) == ':')
589 port = end + 2;
594 } else if ((end = strchr(addr, ':')) != NULL) {
596 *end = '\0';
599 port = end
[all...]
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c45 uint8_t *end = pdu + pdulen; local
48 if (pdu + 2 > end)
53 if (pdu + 2 + tlv->lt_len > end)
62 uint8_t *end = pdu + pdulen; local
65 if (cur + old->lt_len + 2 > end)
70 if (cur + 2 + new->lt_len > end)
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c175 * We have reached the end of data size so we were
565 /* We reached the end of runlist, just exit. */
858 * lower than @count this means that the read reached end of file or that an
860 * end of file or nothing was read (also return 0 when @count is 0).
895 /* Truncate reads beyond end of attribute. */
1077 /* If the write reaches beyond the end, extend the attribute. */
1359 * filling the end of the buffer which increases write
1490 * that the read has either reached end of attribute or that an error was
1491 * encountered during the read so that the read is partial. 0 means end of
1510 u8 *end; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c416 * but seeds the function with ~0, and xor's with ~0 at the end.
934 end-of-device. It's treated as a non-match. */
955 _("The backup GPT table is not at the end of the disk, as it "
958 "to the end (and removing the old backup)?")))
1152 gpt->LastUsableLBA = PED_CPU_TO_LE64 (gpt_disk_data->data_area.end);
1178 pte->EndingLBA = PED_CPU_TO_LE64 (part->geom.end);
1307 PedSector end)
1312 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
1353 part->geom.start, part->geom.end);
1489 /* metadata at the end o
1304 gpt_partition_new(const PedDisk *disk, PedPartitionType part_type, const PedFileSystemType *fs_type, PedSector start, PedSector end) argument
[all...]
H A Dmac.c266 = new_part->geom.end - mac_disk_data->ghost_size;
826 = part->geom.end - ghost_size + 1;
1142 const PedFileSystemType* fs_type, PedSector start, PedSector end)
1147 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
1179 part->geom.end);
1497 if (last && last->geom.end + 1 < part->geom.start)
1506 if (last && last->geom.end < disk->dev->length - 1)
1517 add_metadata_part (PedDisk* disk, PedSector start, PedSector end) argument
1525 start, end);
1140 mac_partition_new( const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
H A Drdb.c139 int i, end; local
142 end = PED_BE32_TO_CPU (rdb[1]);
144 if (end > PED_SECTOR_SIZE_DEFAULT) end = PED_SECTOR_SIZE_DEFAULT;
146 for (i = 1; i < end; i++) sum += PED_BE32_TO_CPU (rdb[i]);
280 uint32_t de_PreAlloc; /* DOS reserved blocks at end of partition */
513 PedSector start, end; local
530 end = (((PedSector) PED_BE32_TO_CPU (partition->de_HighCyl))
535 NULL, start, end))) {
725 PED_ASSERT((part->geom.end
772 amiga_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c463 * Given a start and end time and start and end entries check if the
498 * Given a start and end time (strings), convert them into net_time_t
805 net_time_entry_t *end; local
826 end = net_table->net_ctime_tail;
829 ns1 = end->my_time_stat;
838 end->net_time_entry_next;
839 if (end->net_time_entry_next != NULL) {
840 end->net_time_entry_next->
845 end
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c264 cfg_fld_mov(char *newbuf, char *oldbuf, int start, int end) argument
274 if ((start > end) || (strlen(oldbuf) >= CFG_MAX_BUF)) {
277 if (!start || !end)
283 if (flds >= start && flds <= end) {
1242 /* locate the end of this option */
1245 /* add the new tag to the end */
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c438 * We're at the end -- maybe. If the oldest
1581 size_t offs, start = buf->dtbd_oldest, end = buf->dtbd_size; local
1595 for (offs = start; offs < end; ) {
1959 end = buf->dtbd_oldest;
2048 * consume the BEGIN buffer up until the end of the BEGIN probe, and
H A Ddt_parser.c41 * are done as part of the end of dt_compile() or as part of destroying
192 const char *p, *q, *end, *obj; local
194 for (p = s, end = s + strlen(s); *p != '\0'; p = q) {
198 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL)
203 char *type = alloca((size_t)(end - s) + 1);
1184 * index to the end, advancing using the increment, and searching until we
1694 } /* end of switch */
2515 "end with a digit: %s\n", name);
2534 * Note that if dnp->dn_provred is true, we may end up storing dups of
2540 continue; /* skip to end o
[all...]
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c938 char *end; local
967 /* Get the beginning of the RDN Set and a ptr to the end */
968 tag = kmfber_first_element(asn1, &size, &end);
973 /* Walk through the individual SET items until the "end" is reached */
974 while ((tag = kmfber_next_element(asn1, &size, end)) ==
1000 while ((tag = kmfber_next_element(asn1, &size, end)) ==
1187 get_one_extension(BerElement *asn1, KMF_X509_EXTENSION **retex, char *end) argument
1202 tag = kmfber_next_element(asn1, &size, end);
1212 tag = kmfber_next_element(asn1, &size, end);
1222 tag = kmfber_next_element(asn1, &size, end);
1300 char *end = NULL; local
1518 char *end = NULL; local
1996 char *end = NULL; local
2091 char *end = NULL; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1489 { char *save, *end; local
1499 end = subbuf.next;
1500 alloclen = end - save;
2002 char *start, *end;
2017 end = subbuf.next;
2018 alloclen = end - start;
2034 end = subbuf.next;
2035 alloclen = end - start;
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1939 char *end; local
1941 end = strchr (location, ',');
1942 if (end == NULL) {
1945 strcpy (location, end + 1); /* skip the extra comma */
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c674 uchar_t *end; local
779 if ((end = ptr + size) > eom) {
785 ptr = end;
810 /* 3. move ptr to the end of current record */
812 ptr = end;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c270 /* Returns true if OPT is the end-of-list marker for a list of options. */
344 find_char (char ch, char *beg, char *end)
346 while (beg < end)
863 /* Steal MORE's cluster list, and add it to the end of HOL's. */
1724 /* Print any documentation strings at the end. */
340 find_char(char ch, char *beg, char *end) argument

Completed in 126 milliseconds

1234567891011>>