Searched refs:rptr (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Ddeflate.c251 u_char *rptr, *wptr; local
255 rptr = mi;
256 if (*rptr == 0)
257 ++rptr;
258 ++rptr;
261 seq = (rptr[0] << 8) + rptr[1];
262 rptr += 2;
277 state->strm.next_in = rptr;
278 state->strm.avail_in = mi + inlen - rptr;
323 u_char *rptr; local
[all...]
H A Dbsd-comp.c462 u_char *rptr; local
465 rptr = dmsg;
466 ent = rptr[0]; /* get the protocol */
468 ++rptr;
470 ent = rptr[0];
477 ++rptr;
478 slen = dmsg + mlen - rptr;
481 c = *rptr++;
581 u_char *p, *rptr, *wptr; local
585 rptr
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Drandom.c174 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
194 (The position of the rear pointer, rptr, is really 0 (as explained above
199 static long int *rptr = &randtbl[1]; variable
240 rptr = &state[0];
266 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
310 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
336 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
358 rptr = &state[rear];
390 *fptr += *rptr;
397 ++rptr;
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Drandom.c156 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
175 (The position of the rear pointer, rptr, is really 0 (as explained above
180 static long int *rptr = &randtbl[1]; variable
220 rptr = &state[0];
245 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
289 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
313 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
335 rptr = &state[rear];
366 *fptr += *rptr;
373 ++rptr;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drandom.c148 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
162 * fptr and rptr are two pointers into the state info, a front and a rear
171 * (The position of the rear pointer, rptr, is really 0 (as explained above
176 static long *rptr = &randtbl[1]; variable
220 rptr = &state[0];
256 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
289 state[-1] = MAX_TYPES*(rptr - state) + rand_type;
320 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
337 rptr = &state[rear];
369 *fptr += *rptr;
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c171 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
196 * fptr and rptr are two pointers into the state info, a front and a rear
205 * (The position of the rear pointer, rptr, is really 0 (as explained above
210 static uint32_t *rptr = &randtbl[1]; variable
289 rptr = &state[0];
336 rptr = &state[0];
376 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
409 int_arg_state[0] = MAX_TYPES * (rptr - state) + rand_type;
443 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
460 rptr
[all...]
/macosx-10.10.1/ntp-92/libntp/
H A Dntp_random.c163 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
188 * fptr and rptr are two pointers into the state info, a front and a rear
197 * (The position of the rear pointer, rptr, is really 0 (as explained above
202 static long *rptr = &randtbl[1]; variable
280 rptr = &state[0];
346 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
379 long_arg_state[0] = MAX_TYPES * (rptr - state) + rand_type;
415 state[-1] = MAX_TYPES * (rptr - state) + rand_type;
432 rptr = &state[rear];
469 f = fptr; r = rptr;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dbasic.test56 if { ! [regexp {^([a-z_ ]+) (\*?)([a-z0-9_]+)\((.*)\)$} $sig all rtype rptr name args]} {
75 if {[string length $rptr] != 0} {
76 set rtype "$rtype $rptr"
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dvms-tir.c1876 arelent **rptr;
1878 rptr = section->orelocation;
1882 (*(*rptr)->sym_ptr_ptr)->name,
1883 (*(*rptr)->sym_ptr_ptr)->section->name,
1884 (long) (*(*rptr)->sym_ptr_ptr)->value,
1885 (*rptr)->address, (*rptr)->addend,
1886 bfd_get_reloc_size ((*rptr)->howto),
1887 (*rptr)->howto->name);
1888 rptr
1873 arelent **rptr; local
1915 arelent **rptr = section->orelocation; local
[all...]
H A Di386lynx.c461 register struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs;
465 for (; counter < count; counter++, rptr++, cache_ptr++)
467 NAME(lynx,swap_ext_reloc_in) (abfd, rptr, cache_ptr, symbols,
473 register struct reloc_std_external *rptr = (struct reloc_std_external *) relocs;
477 for (; counter < count; counter++, rptr++, cache_ptr++)
479 NAME(lynx,swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
460 register struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs; variable in typeref:struct:reloc_ext_external
472 register struct reloc_std_external *rptr = (struct reloc_std_external *) relocs; variable in typeref:struct:reloc_std_external
H A Dcoff-alpha.c643 alpha_adjust_reloc_in (abfd, intern, rptr)
646 arelent *rptr;
654 rptr->addend = 0;
655 rptr->howto = NULL;
669 rptr->addend = 0;
671 rptr->addend = - (intern->r_vaddr + 4);
679 rptr->addend += ecoff_data (abfd)->gp;
687 rptr->addend = intern->r_size;
694 rptr->addend = (intern->r_offset << 8) + intern->r_size;
703 rptr
[all...]
H A Dhp300hpux.c733 struct hp300hpux_reloc *rptr; local
783 rptr = (struct hp300hpux_reloc *) relocs;
787 for (; counter < count; counter++, rptr++, cache_ptr++)
789 MY (swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
H A Dsom.c4491 variables rptr, section, and symbols have no meaning.
4513 arelent *rptr = internal_relocs;
4559 rptr->address = offset;
4560 rptr->howto = &som_hppa_howto_table[op];
4561 rptr->addend = 0;
4562 rptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
4659 rptr->sym_ptr_ptr = &symbols[c];
4666 rptr->addend = 0;
4677 rptr->addend |= 1;
4680 rptr
4512 arelent *rptr = internal_relocs; local
[all...]
H A Dcoff-mips.c373 mips_adjust_reloc_in (abfd, intern, rptr)
376 arelent *rptr;
384 rptr->addend += ecoff_data (abfd)->gp;
389 rptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
391 rptr->howto = &mips_howto_table[intern->r_type];
/macosx-10.10.1/libxml2-26/libxml2/
H A Dchvalid.c160 * @rptr: pointer to range to be used to validate
168 xmlCharInRange (unsigned int val, const xmlChRangeGroup *rptr) { argument
173 if (rptr == NULL) return(0);
175 if (rptr->nbShortRange == 0)
178 high = rptr->nbShortRange - 1;
179 sptr = rptr->shortRange;
193 if (rptr->nbLongRange == 0) {
197 high = rptr->nbLongRange - 1;
198 lptr = rptr->longRange;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dchvalid.c160 * @rptr: pointer to range to be used to validate
168 xmlCharInRange (unsigned int val, const xmlChRangeGroup *rptr) { argument
173 if (rptr == NULL) return(0);
175 if (rptr->nbShortRange == 0)
178 high = rptr->nbShortRange - 1;
179 sptr = rptr->shortRange;
193 if (rptr->nbLongRange == 0) {
197 high = rptr->nbLongRange - 1;
198 lptr = rptr->longRange;
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dopenssl_link.c138 void *rptr; local
141 rptr = isc_mem_reallocate(dst__memory_pool, ptr, size);
142 return (rptr);
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Drefer.cpp620 reference **rptr; // pointer to next reference member in class:label_processing_state
832 : state(NORMAL), count(0), rptr(p), rcount(n), fp(f)
854 output_citation_group(rptr, count, type, fp);
855 rptr += count ;
866 output_citation_group(rptr, count, type, fp);
867 rptr += count;
882 output_citation_group(rptr, count, type, fp);
883 rptr += count;
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dauth_context.c186 krb5_address *lptr = NULL, *rptr = NULL; local
226 rptr = &remote_k_address;
231 rptr);
235 if (rptr)
236 krb5_free_address (context, rptr);
/macosx-10.10.1/cups-408/cups/filter/
H A Draster.c1031 unsigned char *rptr; /* Pointer in read buffer */ local
1034 rptr = realloc(r->buffer, (size_t)count);
1036 rptr = malloc((size_t)count);
1038 if (!rptr)
1041 r->buffer = rptr;
1042 r->bufptr = rptr + offset;
1043 r->bufend = rptr + end;
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dtftpd.c108 char *rptr; /* read pointer into the buffer */ member in struct:testcase
493 memcpy(dp->th_data, test->rptr, copy_n);
497 test->rptr += copy_n;
513 c=test->rptr[0];
514 test->rptr++;
1119 test->rptr = test->buffer; /* set read pointer */
1177 test->rptr = test->buffer; /* set read pointer */
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhist.c2140 char *ptr, *rptr, **str = (char **)tr; local
2154 *str = rptr = (char *) zhalloc(len);
2155 *rptr++ = '\'';
2162 *rptr++ = '\'';
2163 *rptr++ = '\\';
2164 *rptr++ = '\'';
2165 *rptr++ = '\'';
2167 *rptr++ = '\'';
2168 *rptr++ = *ptr;
2169 *rptr
2182 char *ptr, *rptr, **str = (char **)tr; local
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c1376 RRTableElem **rptr, *tmp; local
1401 rptr = &d->table[bucket];
1413 while (*rptr)
1415 if (SameDomainName((*rptr)->rr.resrec.name, rr->name) &&
1417 (DeleteOneRRSet && (*rptr)->rr.resrec.rrtype == rr->rrtype) ||
1418 (DeleteOneRR && IdenticalResourceRecord(&(*rptr)->rr.resrec, rr))))
1420 tmp = *rptr;
1422 *rptr = (*rptr)->next;
1426 else rptr
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngread.c735 png_bytep rptr = *rp++; local
738 png_read_row(png_ptr, rptr, dptr);
743 png_bytep rptr = *rp; local
744 png_read_row(png_ptr, rptr, NULL);
/macosx-10.10.1/bc-21/bc/lib/
H A Dnumber.c898 unsigned char *nptr, *rptr; local
910 rptr = (unsigned char *) (result+size-1);
916 *rptr-- = value % BASE;
920 if (carry != 0) *rptr = carry;

Completed in 255 milliseconds

12