Searched defs:end (Results 26 - 50 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libcommputil/common/
H A Dcommp_util.c46 commp_skip_white_space(const char **begin, const char *end) argument
48 while (*begin < end) {
62 commp_find_token(const char **begin, const char **current, const char *end, argument
66 while (*current < end) {
84 commp_atoi(const char *begin, const char *end, int *num) argument
89 while (begin < end) {
98 if (!num_found || (begin != end))
107 commp_strtoull(const char *begin, const char *end, uint64_t *num) argument
112 while (begin < end) {
121 if (!num_found || (begin != end))
130 commp_strtoub(const char *begin, const char *end, uint8_t *num) argument
153 commp_atoui(const char *begin, const char *end, uint_t *num) argument
192 commp_time_to_secs(const char *begin, const char *end, uint64_t *num) argument
[all...]
/osnet-11/usr/src/lib/libipmp/common/
H A Dipmp_admin.c46 struct timeval end; local
50 if (gettimeofday(&end, NULL) == -1)
52 end.tv_sec += IPMP_REQTIMEOUT;
63 retval = ipmp_read(statep->st_fd, &result, sizeof (result), &end);
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Drelocator.c66 grub_uint64_t end = desc->physical_start + (desc->num_pages << 12); local
73 if (end >= 0x100000000ULL)
74 end = 0x100000000ULL;
75 if (end <= start)
83 events[counter].pos = end;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmemory.h67 grub_uint64_t end; member in struct:grub_mmap_region
H A Dgpt_partition.h53 grub_uint64_t end; member in struct:grub_gpt_header
66 grub_uint64_t end; member in struct:grub_gpt_partentry
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dmonitor.c39 ** entries are appended at the end. However, due to the concurrent
85 time_t now, end; local
103 end = Mon_cur_ctx->ctx_start + Mon_exec_time; \
104 if (now > end) \
107 "WARNING: monitor timeout triggered, now=%ld, end=%ld, tid=%ld, state=0x%x",\
108 (long) now, (long) end, \
122 abstime.tv_sec = end;
201 ** MI_MONITOR_WORK_END -- record end of thread execution
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c72 * match group end offsets are odd elements of sub
81 register int* end; local
137 end = sub + n * 2;
138 for (n = 0; sub < end && n <= i; n++)
159 * first char after end of substring returned
H A Dtok.c40 char* end; /* end ('\0') of last token */ member in union:Tok_s::__anon1187
43 char chr; /* replace *end with this */
63 p->chr = *(p->ptr.end = s);
78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr)
79 *p->ptr.end = p->chr;
106 s = p->ptr.end;
130 p->ptr.end = s;
136 * find the end of this token
151 p->ptr.end
[all...]
H A Dstrexpr.c264 * (long)(*convert)(const char* string, char** end, void* handle)
267 * converted and end is adjusted to point to the next non-converted
268 * character; if string is 0 then end points to an error message string
274 strexpr(const char* s, char** end, long(*convert)(const char*, char**, void*), void* handle) argument
292 if (end) *end = ex.nextchr;
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetprojent.c36 const char *linep, *limit, *end; local
50 end = linep;
51 id = (uint_t)strtol(linep, (char **)&end, 10);
52 if (linep == end)
74 const char *linep, *limit, *end; local
87 end = linep;
88 projid = (projid_t)strtol(linep, (char **)&end, 10);
91 if (linep == end)
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcScsiInquiryV2.cc69 hrtime_t end = start + BUSY_RETRY_TIMER; local
70 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
H A DSun_fcScsiReadCapacityV2.cc66 hrtime_t end = start + BUSY_RETRY_TIMER; local
67 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
H A DSun_fcScsiReportLUNsV2.cc66 hrtime_t end = start + BUSY_RETRY_TIMER; local
67 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasRefreshInformation.c92 hrtime_t end; local
120 end = gethrtime();
121 duration = end - start;
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c213 uint8_t *end; local
222 end = (uint8_t *)extbuf + extlen;
236 if (p + 2 + *(p + 1) >= end)
244 if ((p + 2 >= end) || (p + 2 + *(p + 1) > end)) {
/osnet-11/usr/src/lib/libmail/inc/
H A Ds_string.h40 char *end; /* end of allocated space+1 */ member in struct:string
46 * Some macros have an integer at the end, which has null effect according
55 #define s_putc(s,c) (((s)->ptr < (s)->end) ? (*((s)->ptr)++ = (char)(c)) : s_grow((s),(c)))
59 #define s_space(s) ((s)->end - (s)->base)
60 #define s_terminate(s) (((s)->ptr < (s)->end) ? (*(s)->ptr = 0) : (s_grow((s),0), (s)->ptr--, 0))
/osnet-11/usr/src/lib/libilb/common/
H A Dilb_nat.c51 * end: The caller sets it to B_TRUE if it only wants at most num entries to
57 * On return, end is set to B_TRUE if end of table is reached; B_FALSE
62 boolean_t *end)
64 return (ilb_show_info(h, (char *)buf, num, end, show_nat));
73 * end: The caller sets it to B_TRUE if it only wants at most num entries to
79 * On return, end is set to B_TRUE if end of table is reached; B_FALSE
84 boolean_t *end)
86 return (ilb_show_info(h, (char *)buf, num, end, show_persis
61 ilb_show_nat(ilb_handle_t h, ilb_nat_info_t buf[], size_t *num, boolean_t *end) argument
83 ilb_show_persist(ilb_handle_t h, ilb_persist_info_t buf[], size_t *num, boolean_t *end) argument
94 ilb_show_info(ilb_handle_t h, char *buf, size_t *num, boolean_t *end, enum which_tbl tbl) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c95 unsigned char *cp, *end; local
213 #define BOUNDS_CHECK(cp, end, n) do { if ((end) - (cp) < (n)) goto fail_name; } while (0)
215 end = cp + input_name_buffer->length;
217 BOUNDS_CHECK(cp, end, 2);
230 BOUNDS_CHECK(cp, end, 2);
237 BOUNDS_CHECK(cp, end, 2);
244 BOUNDS_CHECK(cp, end, length);
249 BOUNDS_CHECK(cp, end, 4);
255 BOUNDS_CHECK(cp, end, lengt
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_string_util.c30 grub_size_t start, grub_size_t end)
32 if (end < start)
34 grub_size_t len = end - start;
72 /* Find the end of the path element. */
73 const char *end = grub_strchr (p, '/'); local
74 if (!end)
75 end = p + grub_strlen (p);
78 path_array[i] = grub_new_substring (p, 0, end - p);
83 if (*end)
84 p = end
29 grub_new_substring(const char *buf, grub_size_t start, grub_size_t end) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/arc/
H A Dinit.c145 grub_uint64_t start, end; local
154 end = ((grub_uint64_t) cur->num_pages) << 12;
155 end += start;
156 if ((grub_uint64_t) end > ((GRUB_KERNEL_MIPS_ARC_LINK_ADDR
158 end = ((GRUB_KERNEL_MIPS_ARC_LINK_ADDR - grub_total_modules_size)
160 if (end > start)
162 end - start);
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dmsdos.c145 /* If no extended partition, the end. */
160 grub_disk_addr_t end = ~0ULL;
215 && end > offset
218 end = offset + (grub_le_to_cpu32 (e->start)
243 /* If no extended partition, the end. */
248 if (end >= *nsectors + 2)
251 *nsectors = end - 2;
260 if (end <= 1)
159 grub_disk_addr_t end = ~0ULL; local
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c55 ti_unescape_memory (const char *in, const char *end) argument
145 while (in <= end);
160 ti_escape_memory (const char *in, const char *end) argument
203 while (in < end);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c93 const char *end; local
133 if (!g_utf8_validate (closetray_options, -1, &end))
H A Dhal-storage-unmount.c94 const char *end; local
138 if (!g_utf8_validate (unmount_options, -1, &end))
/osnet-11/usr/src/lib/libbsm/
H A DxmlHandlers.pm101 sub end { subroutine
180 # print "end tag $element\n" if $main::debug;
184 &$functionRef($currentObj, 'end');
187 # print "no end callback for $element\n";

Completed in 44 milliseconds

1234567891011>>