Searched defs:end (Results 126 - 150 of 289) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetpwnam.c90 char gid_nobody[NOBODY_STR_LEN], *end; local
127 if (strtoul(uidn_v[0], &end, 10) > MAXUID)
129 if (strtoul(gidn_v[0], &end, 10) > MAXUID)
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c339 char *end; local
342 end = strrchr(line, '\'');
343 if(!end) continue;
348 *end='\0';
350 if(ntmp == end) {
718 /* If this fails, it's not the end of the world */
731 /* If this fails, it's not the end of the world */
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c328 char buf[256],*var=buf,*cur,*end,*up,*v; local
334 end = var + c;
337 end = var + sizeof(buf) - 1;
377 if(c > (end-cur))
380 m = (end - var) + (c - (end - cur));
388 end = var + m;
549 /* check for end of buffer */
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c501 char *start, *end; local
508 start = end) {
512 if (!(end = slp_utf_strchr(start, ')')))
515 end++;
518 end = slp_utf_strchr(start, ',');
519 if (end)
520 *end++ = 0;
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c76 unsigned char ch, *end; local
78 end = data + len;
79 while (data < end) {
91 unsigned char ch, *end; local
93 end = data + len;
94 while (data < end) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc426 struct timeval end; local
439 (void) gettimeofday(&end, 0);
440 end.tv_sec -= start.tv_sec;
441 end.tv_usec -= start.tv_usec;
442 if (end.tv_usec < 0) {
443 end.tv_usec += 1000000;
444 end.tv_sec -= 1;
447 1000000*end.tv_sec + end.tv_usec;
477 struct timeval end; local
883 struct timeval end; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c57 "for \alines\a indicates an offset from the end of the file.]"
60 "for \achars\a indicates an offset from the end of the file.]"
62 "end of each file to copy new data. Ignored if reading from a pipe "
139 Sfoff_t end; member in struct:Tail_s
326 tp->cur = tp->end = offset;
646 else if (fp->fifo || fp->end < st.st_size)
671 fp->end += w;
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c48 sdp_parse_version(int *version, const char *begin, const char *end, argument
51 if (*begin++ != COMMP_EQUALS || commp_atoi(begin, end, version) != 0)
63 sdp_parse_name(char **name, const char *begin, const char *end, argument
75 len = end - begin;
95 sdp_parse_info(char **info, const char *begin, const char *end, argument
107 len = end - begin;
125 sdp_parse_uri(char **uri, const char *begin, const char *end, uint_t *p_error) argument
136 len = end - begin;
137 if (len < 1 || isspace(*begin) || isspace (*(end - 1))) {
154 sdp_parse_phone(sdp_list_t **phone, const char *begin, const char *end, argument
197 sdp_parse_email(sdp_list_t **email, const char *begin, const char *end, uint_t *p_error) argument
249 sdp_parse_origin(sdp_origin_t **origin, const char *begin, const char *end, uint_t *p_error) argument
341 sdp_parse_time(sdp_time_t **time, const char *begin, const char *end, uint_t *p_error) argument
394 sdp_parse_connection(sdp_conn_t **conn, const char *begin, const char *end, uint_t *p_error) argument
524 sdp_parse_bandwidth(sdp_bandwidth_t **bw, const char *begin, const char *end, uint_t *p_error) argument
582 sdp_parse_repeat(sdp_time_t *time, const char *begin, const char *end, uint_t *p_error) argument
678 sdp_parse_zone(sdp_zone_t **zone, const char *begin, const char *end, uint_t *p_error) argument
747 sdp_parse_key(sdp_key_t **key, const char *begin, const char *end, uint_t *p_error) argument
805 sdp_parse_attribute(sdp_attr_t **attr, const char *begin, const char *end, uint_t *p_error) argument
865 sdp_parse_media(sdp_session_t *session, const char *begin, const char *end, uint_t *p_error) argument
990 sdp_handle_fields(sdp_description_t *description, sdp_session_t *_session, const char *begin, const char *end) argument
1176 const char *end; local
[all...]
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c52 * by a 32-bit number that tells the other end how many bytes to
482 * end up blocking since there is no longer a connection to
978 hrtime_t start, end; local
996 end = gethrtime();
997 *msec -= (end - start) / (NANOSEC / MILLISEC);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pid.c107 char *end; local
158 off = strtoull(pp->dpp_name, &end, 16);
159 if (*end != '\0') {
401 char *end; local
407 lmid = strtoul(&pdp->dtpd_mod[2], &end, 16);
409 obj = end + 1;
411 if (*end != '`' || strchr(obj, '`') != NULL)
602 char *c, *last = NULL, *end; local
616 pid = strtol(last, &end, 10);
618 if (errno != 0 || end
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_entity.c223 uint8_t start, end; local
233 end = eap->is_ea_sub[1].is_ea_sub_instance;
236 for (i = start; i <= end; i++) {
245 end = eap->is_ea_sub[3].is_ea_sub_instance;
248 for (i = start; i <= end; i++) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c399 char *str, *s, *end, *serial_end; local
418 cpuid = strtoul(s, &end, 0);
424 if (*(s = end) == '/') {
437 index = strtoul(s, &end, 0);
438 if (*(s = end) != '/') {
448 way = strtoul(s, &end, 0);
449 if (*(s = end) != '/') {
459 bit = strtoul(s, &end, 0);
460 if (*(s = end) != '/') {
470 type = strtoul(s, &end,
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c638 const char *end, *cp; local
643 end = begin + strlen(begin);
645 while (begin < end && isspace(*begin))
647 while (begin < end && isspace(*(end - 1)))
648 end--;
650 if (begin >= end)
655 if (cp >= end)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c409 char *str = *strptr, *end; local
416 len = strtoul(str, &end, 10);
417 if (errno != 0 || *end != ':' || len > strlen(end + 1))
424 memcpy(*result, end + 1, len);
426 *strptr = end + 1 + len;
444 char *msghash = NULL, *client = NULL, *server = NULL, *str, *end; local
455 end = strchr(str, ' ');
456 if (!end)
458 msghash = malloc(end
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_log.c69 ulong_t start, end, size; local
80 end = (((ulong_t)upd) + ulog->kdb_block +
83 size = end - start;
/osnet-11/usr/src/lib/libadm/common/
H A Dckdate.c394 } /* end of while fmt and valid */
409 char *ept, end[128]; local
411 ept = end;
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_name.c167 char *end = name->an_domain + length; local
168 int count = strlcpy(loc, domain, end - loc);
169 if (count >= end - loc)
174 count = strlcpy(loc, name->an_keys[i], end - loc);
175 if (count >= end - loc)
180 count = strlcpy(loc, name->an_values[i], end - loc);
181 if (count >= end - loc)
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c158 grub_uint64_t end = start + size; local
161 if (end > 0x100000)
162 end = 0x100000;
163 if (end > start + ebda_len
164 && highestlow < ((end - ebda_len) & (~0xf)) )
165 highestlow = (end - ebda_len) & (~0xf);
660 grub_error (GRUB_ERR_BAD_OS, N_("premature end of file %s"),
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c795 char *num, *end;
811 cur_num = grub_strtoull (num, &end, 10);
812 if (end[0])
794 char *num, *end; local
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_progress_bar.c38 int end; member in struct:grub_gui_progress_bar
119 / (self->end - self->start));
150 / (self->end - self->start));
197 if (self->end == self->start)
264 int current, int end)
270 self->end = end;
263 progress_bar_set_state(void *vself, int visible, int start, int current, int end) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c177 grub_uint8_t *outptr, *end; local
182 end = (grub_uint8_t *) in + size;
183 for (inptr = in, outptr = out; inptr < end;
194 grub_uint8_t *outptr, *end; local
199 end = (grub_uint8_t *) in + size;
200 for (inptr = in, outptr = out; inptr < end;
211 grub_uint8_t *inptr, *outptr, *end; local
217 end = (grub_uint8_t *) in + size;
219 for (inptr = in, outptr = out; inptr < end;
236 grub_uint8_t *outptr, *end; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/sparc64/ieee1275/
H A Dlinux.c193 grub_addr_t end = addr + len; local
199 if (addr + size >= end)
205 if (addr + size >= end)
212 if (addr + size >= end)
223 if (addr + size >= end)
230 if (addr + size >= end)
436 grub_error (GRUB_ERR_FILE_READ_ERROR, N_("premature end of file %s"),
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c690 int end; local
692 end = sm_strlcat(buf, mxhosts[i], len);
693 if (i != nmx && end + 1 < len)
695 buf[end] = map->map_coldelim;
696 buf[end + 1] = '\0';
827 ** If name does not end with a dot and search up local domain
H A Dmci.c1014 case '.': /* end of file */
1259 char *end = pathname + strlen(pathname) - 1; local
1274 start = end;
1278 if (*end == '.')
1279 end--;
1281 for (scan = start; scan <= end; scan++)
1284 end = start - 2;
1285 } while (end > pathname && *end == '.');
1419 char *end local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstk.c29 * end of the current frame.
71 char *end; /* address of end this frame */ member in struct:frame
82 char *stkend; /* end of current stack frame */
251 fp->end = sp->stkend = cp+bsize;
328 if(loc>=((char*)(fp+1)) && loc< fp->end)
373 sp->stkend = ((struct frame*)(fp->prev))->end;
492 * to the end is copied into the new stack frame
527 sp->stkend = fp->end = cp+n;
532 fp->aliases = (char**)fp->end;
[all...]

Completed in 71 milliseconds

1234567891011>>