HomeSort by relevance Sort by last modified time
    Searched defs:bufend (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/libcups/cups/
getifaddrs.c 32 *bufend; /* End of buffer */ local
86 for (bufptr = buffer, bufend = buffer + conf.ifc_len;
87 bufptr < bufend;
snprintf.c 35 *bufend, /* Pointer to end of buffer */ local
55 bufend = buffer + bufsize - 1;
67 if (bufptr && bufptr < bufend) *bufptr++ = *format;
186 if ((bufptr + templen) > bufend)
188 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
189 bufptr = bufend;
217 if ((bufptr + templen) > bufend)
219 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
220 bufptr = bufend;
241 if ((bufptr + templen) > bufend)
    [all...]
debug.c 337 *bufend, /* Pointer to end of buffer */ local
357 bufend = buffer + bufsize - 1;
369 if (bufptr < bufend)
483 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
513 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
528 strlcpy(bufptr, temp, (size_t)(bufend - bufptr));
542 if ((bufptr + width) > bufend)
543 width = (int)(bufend - bufptr);
560 for (bufend --; *s && bufptr < bufend; s ++
    [all...]
ppd-localize.c 247 *bufend, /* Pointer to end of buffer */ local
352 bufend = buffer + bufsize - 1;
363 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;)
373 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend)
438 for (valptr = locattr->value, bufptr = buffer; *valptr && bufptr < bufend;)
447 while (*valptr && !_cups_isspace(*valptr) && bufptr < bufend)
file.c 493 *bufend; /* End of buffer */ local
524 bufend = buffer + bufsize - 1;
535 if (bufptr > buffer && bufptr[-1] != '/' && bufptr < bufend)
538 strlcpy(bufptr, filename, (size_t)(bufend - bufptr));
552 else if (bufptr < bufend)
562 if (bufptr > buffer && bufptr[-1] != '/' && bufptr < bufend)
565 strlcpy(bufptr, filename, (size_t)(bufend - bufptr));
    [all...]
ipp-support.c 623 *bufend, /* End of buffer */ local
640 bufend = buffer + bufsize - 1;
642 bufend = NULL;
648 if (buffer && bufptr < bufend)
659 if (buffer && bufptr < bufend)
660 strlcpy(bufptr, ptr, (size_t)(bufend - bufptr + 1));
666 if (buffer && bufptr < bufend)
667 bufptr += snprintf(bufptr, (size_t)(bufend - bufptr + 1), "%d", val->integer);
673 if (buffer && bufptr < bufend)
674 strlcpy(bufptr, val->boolean ? "true" : "false", (size_t)(bufend - bufptr + 1))
2318 *bufend, \/* End of buffer *\/ local
    [all...]
ppd-emit.c 615 *bufend; /* End of buffer */ local
757 bufend = buffer + bufsize - 1;
780 for (cptr = choices[i]->code; *cptr && bufptr < bufend;)
810 bufptr = _cupsStrFormatd(bufptr, bufend,
816 snprintf(bufptr, (size_t)(bufend - bufptr), "%d", cparam->current.custom_int);
825 strlcpy(bufptr, cparam->current.custom_string, (size_t)(bufend - bufptr));
845 strlcpy(bufptr, choices[i]->code, (size_t)(bufend - bufptr + 1));
856 strlcpy(bufptr, "[{\n", (size_t)(bufend - bufptr + 1));
881 strlcpy(bufptr, "%%BeginFeature: *CustomPageSize True\n", (size_t)(bufend - bufptr + 1));
964 bufptr = _cupsStrFormatd(bufptr, bufend, values[pos], loc)
    [all...]
snmp.c 38 unsigned char *bufend,
41 unsigned char *bufend,
44 unsigned char *bufend);
46 unsigned char *bufend,
50 unsigned char *bufend);
52 unsigned char *bufend);
732 unsigned char *bufend; /* End of buffer */ local
796 bufend = buffer + len;
798 while (buffer < bufend)
804 value_type = (unsigned char)asn1_get_type(&buffer, bufend);
932 *bufend; \/* End of data *\/ local
    [all...]
tls-gnutls.c 1054 *bufend = buffer + bufsize - 1; /* End of buffer */ local
1060 while (*filename && bufptr < bufend)
1070 if (bufptr < bufend)
1073 strlcpy(bufptr, ext, (size_t)(bufend - bufptr + 1));
    [all...]
http.c 1161 *bufend; /* Pointer to end of buffer */ local
1281 for (bufptr = http->buffer, bufend = http->buffer + http->used;
1282 lineptr < lineend && bufptr < bufend;)
    [all...]
ipp.c 6570 *bufend; \/* End of buffer *\/ local
    [all...]
  /external/cn-cbor/test/
test.c 115 char *bufend; local
120 dump(cb, buf, &bufend, 0);
121 *bufend = 0;
  /system/libhwbinder/include/hwbinder/
Parcel.h 200 binder_uintptr_t bufend; // buffer + length member in struct:android::hardware::Parcel::BufferInfo
  /external/ltp/testcases/kernel/fs/doio/
write_log.c 266 char buf[BSIZE * 32], *bufend, *cp, *bufstart; local
290 bufend = buf + sizeof(buf);
302 bufstart = bufend - (offset + leftover);
318 nbytes = read(fd, bufstart, bufend - bufstart - leftover);
324 (int)(bufend - bufstart - leftover),
329 cp = bufend;
342 memcpy(bufend - leftover, bufstart, leftover);
363 memcpy(bufend - leftover, bufstart, leftover);
  /external/curl/lib/
mime.h 76 size_t bufend; /* First unused byte index in input buffer. */ member in struct:__anon17353
  /external/libdivsufsort/lib/
sssort.c 548 saidx_t *a, *b, *c, *bufend; local
552 bufend = buf + (middle - first) - 1;
560 if(bufend <= b) { *bufend = t; return; }
567 while(b < bufend) { *a++ = *b, *b++ = *a; }
576 if(bufend <= b) { *bufend = t; return; }
583 while(b < bufend) { *a++ = *b, *b++ = *a; }
599 saidx_t *a, *b, *c, *bufend; local
604 bufend = buf + (last - middle) - 1
    [all...]
  /external/lz4/programs/
util.h 282 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd)
318 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
322 if (*bufStart + *pos + pathLength >= *bufEnd) {
323 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE;
325 *bufEnd = *bufStart + newListSize;
328 if (*bufStart + *pos + pathLength < *bufEnd) {
329 strncpy(*bufStart + *pos, path, *bufEnd - (*bufStart + *pos));
346 UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd)
373 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
376 if (*bufStart + *pos + pathLength >= *bufEnd) {
423 char* bufend = buf + LIST_SIZE_INCREASE; local
    [all...]
  /external/libcups/filter/
raster.c 50 *bufend; /* End of current (read) buffer */ member in struct:_cups_raster_s
    [all...]
pstops.c 2219 *bufend; \/* End of buffer *\/ local
    [all...]
  /system/core/adb/client/
usb_linux.cpp 142 unsigned char* bufend; local
164 bufend = bufptr + desclength;
195 while (bufptr < bufend) {
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.c 277 char *buf, *bufend; local
292 bufend = buf + st.st_size;
309 while ((char *)toc_entry + sizeof(*toc_entry) - 1 < bufend) {
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 190 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; local
208 bufend = bufnext + MAXPATHLEN;
210 while (bufnext < bufend && (c = *patnext++) != EOS)
214 while (bufnext < bufend && (c = *patnext++) != EOS)
  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
215 bufend = bufnext + MAXPATHLEN - 1;
219 while (bufnext <= bufend) {
233 while (bufnext <= bufend) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 1173 char buf[sizeof(long)*CHAR_BIT\/3+6], *p, *bufend; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 1147 char buf[sizeof(long)*CHAR_BIT\/3+6], *p, *bufend; local
    [all...]

Completed in 531 milliseconds

1 2 3