Searched refs:end_ptr (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Drandom.c219 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeof(randtbl[0])]; variable
305 end_ptr = &state[rand_deg];
361 /* Set end_ptr too. */
362 end_ptr = &state[rand_deg];
394 if (fptr >= end_ptr)
402 if (rptr >= end_ptr)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Drandom.c200 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeof(randtbl[0])]; variable
284 end_ptr = &state[rand_deg];
338 /* Set end_ptr too. */
339 end_ptr = &state[rand_deg];
370 if (fptr >= end_ptr)
378 if (rptr >= end_ptr)
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drandom.c192 static long *end_ptr = &randtbl[DEG_3 + 1]; variable
284 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
340 end_ptr = &state[rand_deg]; /* set end_ptr too */
371 if (++fptr >= end_ptr) {
374 } else if (++rptr >= end_ptr)
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c226 static uint32_t *end_ptr = &randtbl[DEG_3 + 1]; variable
404 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
463 end_ptr = &state[rand_deg]; /* set end_ptr too */
500 if (++f >= end_ptr) {
504 else if (++r >= end_ptr) {
/macosx-10.10.1/ntp-92/libntp/
H A Dntp_random.c218 static long *end_ptr = &randtbl[DEG_3 + 1]; variable
374 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
435 end_ptr = &state[rand_deg]; /* set end_ptr too */
472 if (++f >= end_ptr) {
476 else if (++r >= end_ptr) {
/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dcheck.c118 char *end_ptr; local
119 dosfs = (int)strtol(&fname[8], &end_ptr, 10);
120 if (*end_ptr)
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-darwin.c328 char *end_ptr; local
345 end_ptr = strchr(pktap_param, ',');
346 if (end_ptr == NULL)
349 len = end_ptr - pktap_param;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcnsassm.c1503 unsigned8 *end_ptr;
1572 end_ptr = (unsigned8 *) &pres_cont_list->pres_cont_elem[pres_cont_list->n_context_elem];
1576 ((unsigned8 *) end_ptr < (unsigned8 *) req_header) ||
1577 ((unsigned8 *) end_ptr > (unsigned8 *) end_of_pkt) )
1986 unsigned8 *end_ptr;
2244 end_ptr = (unsigned8 *) &pres_cont_list->pres_cont_elem[pres_cont_list->n_context_elem];
2248 ((unsigned8 *) end_ptr < (unsigned8 *) req_header) ||
2249 ((unsigned8 *) end_ptr > (unsigned8 *) end_of_pkt) )
1482 unsigned8 *end_ptr; local
1962 unsigned8 *end_ptr; local
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c509 u_int64_t *end_ptr = (u_int64_t *)(t + 1); local
510 while (fill_ptr < end_ptr) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c189 bfd_byte *end_ptr; member in struct:comp_unit
1906 bfd_byte *end_ptr = info_ptr + unit_length; local
1975 unit->end_ptr = end_ptr;
2106 if (unit->first_child_die_ptr < unit->end_ptr
2160 if (unit->first_child_die_ptr < unit->end_ptr
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhttp.c2899 k->end_ptr = memchr(k->str_start, 0x0a, *nread);
2901 if(!k->end_ptr) {
2922 rest_length = (k->end_ptr - k->str)+1;
2925 k->str = k->end_ptr + 1; /* move past new line */
2933 k->end_ptr = k->hbufp;
H A Durldata.h652 char *end_ptr; /* within buf */ member in struct:SingleRequest
/macosx-10.10.1/emacs-93/emacs/src/
H A Dframe.c1964 char *end_ptr;
1966 strtol (str + 1, &end_ptr, 10);
1968 if (end_ptr == str + len)
1951 char *end_ptr; local
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c6419 const char *end_ptr = ptr + len; local
6420 for (len = 0; ptr < end_ptr; ++len) {
6421 ptr += rb_enc_mbclen(ptr, end_ptr, enc);

Completed in 192 milliseconds