Searched refs:bufend (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsnmp.c79 unsigned char *bufend,
82 unsigned char *bufend,
85 unsigned char *bufend);
87 unsigned char *bufend,
91 unsigned char *bufend);
93 unsigned char *bufend);
778 unsigned char *bufend; /* End of buffer */ local
838 bufend = buffer + len;
840 while (buffer < bufend)
846 value_type = asn1_get_type(&buffer, bufend);
974 *bufend; /* End of data */ local
1270 asn1_get_integer( unsigned char **buffer, unsigned char *bufend, int length) argument
1298 asn1_get_length(unsigned char **buffer, unsigned char *bufend) argument
1333 asn1_get_oid( unsigned char **buffer, unsigned char *bufend, int length, int *oid, int oidsize) argument
1387 asn1_get_packed( unsigned char **buffer, unsigned char *bufend) argument
1417 asn1_get_string( unsigned char **buffer, unsigned char *bufend, int length, char *string, int strsize) argument
1468 asn1_get_type(unsigned char **buffer, unsigned char *bufend) argument
[all...]
H A Dsnprintf.c42 *bufend, /* Pointer to end of buffer */ local
62 bufend = buffer + bufsize - 1;
74 if (bufptr && bufptr < bufend) *bufptr++ = *format;
193 if ((bufptr + templen) > bufend)
195 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
196 bufptr = bufend;
224 if ((bufptr + templen) > bufend)
226 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
227 bufptr = bufend;
248 if ((bufptr + templen) > bufend)
[all...]
H A Dipp-support.c616 *bufend, /* End of buffer */ local
633 bufend = buffer + bufsize - 1;
635 bufend = NULL;
641 if (buffer && bufptr < bufend)
652 if (buffer && bufptr < bufend)
653 strlcpy(bufptr, ptr, bufend - bufptr + 1);
659 if (buffer && bufptr < bufend)
660 bufptr += snprintf(bufptr, bufend - bufptr + 1, "%d", val->integer);
666 if (buffer && bufptr < bufend)
668 bufend
2211 *bufend, /* End of buffer */ local
[all...]
H A Ddebug.c102 *bufend, /* Pointer to end of buffer */ local
122 bufend = buffer + bufsize - 1;
134 if (bufptr < bufend)
248 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
278 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
293 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
307 if ((bufptr + width) > bufend)
308 width = (int)(bufend - bufptr);
325 for (bufend --; *s && bufptr < bufend;
[all...]
H A Demit.c633 *bufend; /* End of buffer */ local
775 bufend = buffer + bufsize - 1;
798 for (cptr = choices[i]->code; *cptr && bufptr < bufend;)
828 bufptr = _cupsStrFormatd(bufptr, bufend,
834 snprintf(bufptr, bufend - bufptr, "%d",
845 bufend - bufptr);
865 strlcpy(bufptr, choices[i]->code, bufend - bufptr + 1);
876 strlcpy(bufptr, "[{\n", bufend - bufptr + 1);
902 bufend - bufptr + 1);
985 bufptr = _cupsStrFormatd(bufptr, bufend, value
[all...]
H A Dgetifaddrs.c39 *bufend; /* End of buffer */ local
93 for (bufptr = buffer, bufend = buffer + conf.ifc_len;
94 bufptr < bufend;
H A Dstring.c197 char *bufend, /* I - End of string buffer */
246 tempptr < tempdec && bufptr < bufend;
251 if (*tempptr && bufptr < bufend)
255 while (*tempptr && bufptr < bufend)
263 strlcpy(buf, temp, bufend - buf + 1);
196 _cupsStrFormatd(char *buf, char *bufend, double number, struct lconv *loc) argument
H A Dlocalize.c264 *bufend, /* Pointer to end of buffer */ local
369 bufend = buffer + bufsize - 1;
380 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;)
390 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend)
455 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;)
464 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend)
H A Dstring-private.h196 extern char *_cupsStrFormatd(char *buf, char *bufend, double number,
H A Dfile.c492 *bufend; /* End of buffer */ local
525 bufend = buffer + bufsize - 1;
536 if (bufptr > buffer && bufptr[-1] != '/' && bufptr < bufend)
539 strlcpy(bufptr, filename, bufend - bufptr);
553 else if (bufptr < bufend)
563 if (bufptr > buffer && bufptr[-1] != '/' && bufptr < bufend)
566 strlcpy(bufptr, filename, bufend - bufptr);
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dlinear.cpp40 char *bufend; member in class:file_buffer
156 static const char *find_end(const char *bufend, const char *p);
159 const char *buf, const char *bufend, const char **start) const
162 assert(bufend[-1] == '\n');
165 const char *found = key->search(ptr, bufend);
168 if (check_match(buf, bufend, found, key->length(), &ptr, start))
190 static const char *find_end(const char *bufend, const char *p) argument
194 if (p == bufend)
207 int linear_searcher::check_match(const char *buf, const char *bufend, argument
257 *cont = skip_field(bufend, matc
158 search_and_check(const bmpattern *key, const char *buf, const char *bufend, const char **start) const argument
399 search(const char *buffer, const char *bufend, const char **startp, int *lengthp) const argument
493 const char *bufend = lsi->fbuf.get_end(); local
[all...]
/macosx-10.9.5/file_cmds-230/pax/
H A Dbuf_subs.c71 static char *bufend; /* end or last char in i/o buffer */ variable
124 bufend = buf + wrblksz;
163 bufend = buf + rdblksz;
164 bufpt = bufend;
245 skcnt += bufend - bufpt;
264 bufend = buf + blksz;
265 while (bufpt < bufend) {
273 bufend = buf + blksz;
278 bufend = buf + blksz;
344 bufend
[all...]
/macosx-10.9.5/groff-38/groff/src/include/
H A Dsearch.h45 const char *bufend, const char **start = 0)
47 int check_match(const char *buf, const char *bufend, const char *match,
54 int search(const char *buf, const char *bufend,
/macosx-10.9.5/cups-372.4/cups/locale/
H A Dtranslate.c175 *bufend, /* Pointer to end of buffer */ local
215 bufend = buffer + sizeof(buffer) - 5;
217 for (idptr = m->id; *idptr && bufptr < bufend; idptr ++)
273 bufend = buffer + sizeof(buffer) - 1;
275 while ((bytes = httpRead2(http, bufptr, bufend - bufptr)) > 0)
319 if ((bufend = strstr(bufptr, "</div>")) == NULL)
330 *bufend = '\0';
/macosx-10.9.5/Libc-997.90.3/stdlib/NetBSD/
H A Dstrfmon.c95 *--bufend = *(avalue+avalue_size+padded); \
100 *--bufend = thousands_sep; \
521 char *bufend; local
572 bufend = rslt + bufsize - 1; /* reserve space for trailing '\0' */
582 bufend -= right_prec;
583 memcpy(bufend, avalue + avalue_size+padded-right_prec,
585 *--bufend = decimal_point;
616 bufend -= avalue_size;
617 memcpy(bufend, avalue+padded, (size_t) avalue_size);
624 bufend
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dncparse.c120 char *bufend; local
161 bufend = val + valsize - 1;
162 while ( (c = getc (fp)) != EOF && p < bufend && c != '\"' )
173 bufend = buf + sizeof (buf) - 1;
176 while ( (c = getc (fp)) != EOF && p < bufend && (isalpha (c) || c == '-') );
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c264 u_int8_t * bufend; local
277 bufend = bufstart + buflen;
279 --bufend;
310 if (utf8p >= bufend) {
317 if ((utf8p + 1) >= bufend) {
341 if ((utf8p + 3) >= bufend) {
356 if (utf8p >= bufend) {
364 if ((utf8p + 2) >= bufend) {
415 u_int16_t* bufend; local
431 bufend
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dhistfile.c167 char *input, *buffer, *bufend, *last_ts; local
240 bufend = buffer + chars_read;
244 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
256 for (line_end = line_start; line_end < bufend; line_end++)
/macosx-10.9.5/mail_cmds-29/mail/
H A Daux.c418 char *nbuf, *bufend, *cp, *cp2; local
432 bufend = nbuf;
433 for (cp = name, cp2 = bufend; (c = *cp++) != '\0'; ) {
470 cp2 = bufend;
507 bufend = cp2;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dglob.c175 Char *bufnext, *bufend, patbuf[MaxPathLen+1]; local
189 bufend = bufnext + MaxPathLen;
192 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
204 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dadmin.c1936 *bufend; /* End of buffer */ local
2030 bufend = buffer + 2 * info.st_size - 1;
2033 bufptr < bufend && (ch = cupsFileGetChar(cupsd)) != EOF;)
3946 *bufend; /* End of buffer */ local
4087 bufend = buffer + bufsize;
4099 snprintf(bufptr, bufend - bufptr, "%s%s=", prefix, cparam->name);
4113 snprintf(bufptr, bufend - bufptr, "%g", number);
4123 snprintf(bufptr, bufend - bufptr, "%ld", integer);
4141 snprintf(bufptr, bufend - bufptr, "%g%s", number, uval);
4156 if ((bufptr + 2) > bufend)
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dio.c239 char const *bufend = FILE_BUFFER (current) + current->buffered;
393 if ((char const *) p == bufend
404 bufend = suffix_begin = (char const *) p;
491 if ((char const *) p == bufend)
235 char const *bufend = FILE_BUFFER (current) + current->buffered; local
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dglob.c138 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; local
152 bufend = bufnext + MAXPATHLEN;
154 while (bufnext < bufend && (c = *patnext++) != EOS)
158 while (bufnext < bufend && (c = *patnext++) != EOS)
/macosx-10.9.5/sudo-72/src/
H A Dglob.c188 Char *bufnext, *bufend, patbuf[PATH_MAX]; local
202 bufend = bufnext + PATH_MAX - 1;
204 while (bufnext < bufend && (c = *patnext++) != EOS)
208 while (bufnext < bufend && (c = *patnext++) != EOS)
/macosx-10.9.5/cups-372.4/cups/filter/
H A Draster.c75 *bufend; /* End of current (read) buffer */ member in struct:_cups_raster_s
1055 int end = (int)(r->bufend - r->buffer);
1069 r->bufend = rptr + end;
1077 for (total = 0, remaining = (int)(r->bufend - r->bufptr);
1083 DEBUG_printf(("count=%d, remaining=%d, buf=%p, bufptr=%p, bufend=%p...\n",
1084 count, remaining, buf, r->bufptr, r->bufend));
1099 r->bufend = r->buffer + remaining;

Completed in 262 milliseconds

12