Searched refs:sptr (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.9.5/network_cmds-433/alias/
H A Dalias_irc.c97 char *sptr; local
112 sptr = (char *) pip;
113 sptr += hlen;
118 if(sptr[i]=='\001')
133 newpacket[iCopy++] = sptr[i++]; /* Copy the CTCP start character */
137 if( sptr[i+0] != 'D' )
139 if( sptr[i+1] != 'C' )
141 if( sptr[i+2] != 'C' )
143 if( sptr[i+3] != ' ' )
157 while(sptr[
[all...]
H A Dalias.c451 u_short *sptr; local
460 sptr = (u_short *) &(ip->ip_src);
461 accumulate = *sptr++;
462 accumulate += *sptr;
463 sptr = (u_short *) &original_address;
464 accumulate -= *sptr++;
465 accumulate -= *sptr;
484 u_short *sptr; local
493 sptr = (u_short *) &(ip->ip_src);
494 accumulate = *sptr
645 u_short *sptr; local
683 u_short *sptr; local
852 u_short *sptr; local
945 u_short *sptr; local
995 u_short *sptr; local
1113 u_short *sptr; local
1147 u_short *sptr; local
1584 u_short *sptr; local
1627 u_short *sptr; local
[all...]
H A Dalias_ftp.c138 char *sptr; local
149 sptr = (char *) pip;
150 sptr += hlen;
163 if (ParseFtpPortCommand(sptr, dlen))
165 else if (ParseFtpEprtCommand(sptr, dlen))
171 if (ParseFtp227Reply(sptr, dlen))
173 else if (ParseFtp229Reply(sptr, dlen))
184 sptr = (char *) pip; /* start over at beginning */
187 (sptr[tlen-2] == '\r') && (sptr[tle
192 ParseFtpPortCommand(char *sptr, int dlen) argument
258 ParseFtpEprtCommand(char *sptr, int dlen) argument
345 ParseFtp227Reply(char *sptr, int dlen) argument
411 ParseFtp229Reply(char *sptr, int dlen) argument
522 char *sptr; local
[all...]
H A Dalias_nbt.c272 u_short *sptr; local
275 sptr = (u_short *) &(ndh->source_ip);
276 acc += *sptr++;
277 acc += *sptr;
278 sptr = (u_short *) alias_address;
279 acc -= *sptr++;
280 acc -= *sptr;
390 u_short *sptr; local
392 sptr = (u_short *) &(nb->addr);
393 acc = *sptr
458 u_short *sptr; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A D_doprnt.c47 *sptr = '\0'; /* NULL terminate sptr. */ \
49 strcat(sptr, buf); \
50 while (*sptr) sptr++; \
65 *sptr++ = *ptr++; /* Copy the type specifier. */ \
66 *sptr = '\0'; /* NULL terminate sptr. */ \
90 char * sptr = specifier; local
93 *sptr
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dsearch.c39 *sptr, /* Pointer into RE string */ local
89 sptr = s;
154 if (sptr > s)
165 if (sptr > s)
177 wlen = (sptr - s) + 2 * 4 * wlen + 2 * strlen(prefix) + 11;
203 sptr = temp + (sptr - s);
211 memcpy(sptr, prefix, strlen(prefix) + 1);
212 sptr += strlen(sptr);
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dslc.c52 spcset(i, &slctab[i].defset.val, &slctab[i].sptr);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-addr.c444 char *sptr, /* Pointer into string */ local
460 else if ((sptr = strchr(temps, '%')) != NULL)
466 *sptr = '+';
476 for (sptr = temps, i = 0; i < 4 && addr->ipv6.sin6_addr.s6_addr32[i]; i ++)
480 snprintf(sptr, sizeof(temps) - (sptr - temps), "%s%x", prefix,
483 sptr += strlen(sptr);
489 snprintf(sptr, sizeof(temps) - (sptr
[all...]
H A Dppd.c446 *sptr, /* Pointer into string */ local
893 profile->density = (float)_cupsStrScand(string, &sptr, loc);
894 profile->gamma = (float)_cupsStrScand(sptr, &sptr, loc);
895 profile->matrix[0][0] = (float)_cupsStrScand(sptr, &sptr, loc);
896 profile->matrix[0][1] = (float)_cupsStrScand(sptr, &sptr, loc);
897 profile->matrix[0][2] = (float)_cupsStrScand(sptr, &sptr, lo
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dslc.c94 if (slctab[i].sptr) {
95 *(slctab[i].sptr) = slctab[i].defset.val;
117 spcset(i, &slctab[i].defset.val, &slctab[i].sptr);
327 if (slctab[(int)func].sptr) {
332 *(slctab[(int)func].sptr) = val;
405 else if (slctab[i].sptr)
406 oldeofc = *(slctab[i].sptr);
409 if (slctab[i].sptr &&
410 (*(slctab[i].sptr) != slctab[i].current.val)) {
411 slctab[i].current.val = *(slctab[i].sptr);
[all...]
H A Dtelnetd.c1260 *pfrontp++ = slctab[SLC_IP].sptr ?
1261 (unsigned char)*slctab[SLC_IP].sptr : '\177';
1278 *pfrontp++ = slctab[SLC_ABORT].sptr ?
1279 (unsigned char)*slctab[SLC_ABORT].sptr : '\034';
1291 *pfrontp++ = slctab[SLC_SUSP].sptr ?
1292 (unsigned char)*slctab[SLC_SUSP].sptr : '\032';
1305 if (slctab[SLC_AYT].sptr && *slctab[SLC_AYT].sptr != _POSIX_VDISABLE) {
1325 *pfrontp++ = slctab[SLC_EOF].sptr ?
1326 (unsigned char)*slctab[SLC_EOF].sptr
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c589 jvirt_sarray_ptr sptr; local
598 for (sptr = mem->virt_sarray_list; sptr != NULL; sptr = sptr->next) {
599 if (sptr->mem_buffer == NULL) { /* if not realized yet */
600 space_per_minheight += (long) sptr->maxaccess *
601 (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
602 maximum_space += (long) sptr->rows_in_array *
603 (long) sptr
947 jvirt_sarray_ptr sptr; local
[all...]
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-catalog.cxx362 char *sptr, *dptr; // Source/destination pointers local
364 for (sptr = ptr, dptr = ptr; *sptr;)
366 if (*sptr == '\\')
368 sptr ++;
369 if (isdigit(*sptr))
373 while (isdigit(*sptr))
375 *dptr = *dptr * 8 + *sptr - '0';
376 sptr ++;
383 if (*sptr
[all...]
/macosx-10.9.5/cups-372.4/cups/notifier/
H A Drss.c679 const char *sptr; /* Pointer into string */ local
687 for (bytes = 0, sptr = s; *sptr; sptr ++)
688 if (*sptr == '&')
690 else if (*sptr == '<' || *sptr == '>')
707 for (eptr = e, sptr = s; *sptr; sptr
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dvms-tir.c1789 sto_imm (bfd * abfd, vms_section *sptr, bfd_vma vaddr, int index)
1796 _bfd_vms_debug (8, "sto_imm %d bytes\n", sptr->size);
1797 _bfd_hexdump (9, sptr->contents, (int) sptr->size, (int) vaddr);
1800 ssize = sptr->size;
1801 cptr = sptr->contents;
1842 vms_section *sptr;
1900 sptr = _bfd_get_vms_section (abfd, section->index);
1901 if (sptr == NULL)
1907 vaddr = (bfd_vma) (sptr
1786 sto_imm(bfd * abfd, vms_section *sptr, bfd_vma vaddr, int index) argument
1839 vms_section *sptr; local
[all...]
H A Dvms-misc.c521 vms_section *sptr, *newptr;
523 sptr = PRIV (vms_section_table)[section->index];
524 if (sptr != NULL)
525 return sptr;
550 vms_section *sptr;
559 sptr = add_new_contents (abfd, section);
560 if (sptr == NULL)
562 memcpy (sptr->contents + offset, data, (size_t) count);
515 vms_section *sptr, *newptr; local
544 vms_section *sptr; local
/macosx-10.9.5/top-89.1.2/
H A Dpreferences.h95 int top_prefs_get_signal(const char **sptr);
/macosx-10.9.5/awk-18/src/
H A Drun.c1753 char *sptr, *pb, *q; local
1773 sptr = t;
1774 adjbuf(&buf, &bufsz, 1+patbeg-sptr, recsize, 0, "sub");
1776 while (sptr < patbeg)
1777 *pb++ = *sptr++;
1778 sptr = getsval(y);
1779 while (*sptr != 0) {
1781 if (*sptr == '\\') {
1782 backsub(&pb, &sptr);
1783 } else if (*sptr
1814 char *rptr, *sptr, *t, *pb, *q; local
1913 char *pb = *pb_ptr, *sptr = *sptr_ptr; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c774 sptr = iptr; \
779 count = iptr-sptr; \
785 *optr++ = *sptr++; \
787 sptr = iptr; \
791 count = iptr-sptr; \
807 register unsigned char *sptr; local
817 register unsigned char *sptr; local
827 register unsigned short *sptr; local
837 register unsigned short *sptr; local
906 register unsigned short *sptr; local
1033 register unsigned short *sptr; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexconvex.c488 write_segment( new, sptr )
490 struct scnhdr *sptr;
498 if( sptr->s_scnptr == 0 )
501 if( lseek( new, (long) sptr->s_scnptr, 0 ) == -1 )
506 ptr = (char *) sptr->s_vaddr;
507 end = ptr + sptr->s_size;
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_hist.c1766 int sptr = 1, ret = 0, ssbuf = 80, feep = 0; local
1783 while (sptr) {
1784 sbuf[sptr] = '_';
1785 sbuf[sptr+1] = '\0';
1801 sbuf[sptr] = ZWC('\0');
1808 sptr = 0;
1811 sptr = backwardmetafiedchar(sbuf+1, sbuf+sptr, NULL) - sbuf;
1816 while (sptr != 1) {
1817 newpos = backwardmetafiedchar(sbuf+1, sbuf+sptr,
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Demacs.c1347 register genchar *sptr; /* Pointer within screen */ local
1357 sptr = drawbuff;
1358 logcursor = sptr + cur;
1437 ncursor = nptr + ed_virt_to_phys(ep->ed,sptr,nptr,cur,0,0);
1439 sptr += genlen(sptr);
1441 if(sptr == logcursor)
1466 sptr = ep->screen;
1478 if (*sptr == '\0')
1480 *(sptr
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dprompt.c128 char *sptr; local
130 for (sptr = modp + strlen(modp); sptr > modp; sptr--) {
131 if (*sptr == '/' && !--npath) {
132 sptr++;
136 if (*sptr == '/' && sptr[1] && sptr != modp)
137 sptr
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dcrypt_blowfish.c389 const unsigned char *sptr = (const unsigned char *)src; local
393 BF_safe_atoi64(c1, *sptr++);
394 BF_safe_atoi64(c2, *sptr++);
398 BF_safe_atoi64(c3, *sptr++);
402 BF_safe_atoi64(c4, *sptr++);
411 const unsigned char *sptr = (const unsigned char *)src; local
412 const unsigned char *end = sptr + size;
417 c1 = *sptr++;
420 if (sptr >= end) {
425 c2 = *sptr
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcupsfilter.c732 *sptr, /* Pointer into string */ local
750 for (i = num_options, option = options, sptr = s; i > 0; i --, option ++)
755 if (sptr > s)
756 *sptr++ = ' ';
758 strlcpy(sptr, option->name, bytes - (sptr - s));
759 sptr += strlen(sptr);
760 *sptr++ = '=';
765 *sptr
[all...]

Completed in 665 milliseconds

123