Home
last modified time | relevance | path

Searched defs:bufend (Results 1 – 21 of 21) sorted by relevance

/external/libcups/cups/
Dsnmp.c732 unsigned char *bufend; /* End of buffer */ in asn1_debug() local
932 *bufend; /* End of data */ in asn1_decode_snmp() local
1230 unsigned char *bufend, /* I - End of buffer */ in asn1_get_integer()
1257 unsigned char *bufend) /* I - End of buffer */ in asn1_get_length()
1293 unsigned char *bufend, /* I - End of buffer */ in asn1_get_oid()
1347 unsigned char *bufend) /* I - End of buffer */ in asn1_get_packed()
1377 unsigned char *bufend, /* I - End of buffer */ in asn1_get_string()
1419 unsigned char *bufend) /* I - End of buffer */ in asn1_get_type()
Dgetifaddrs.c32 *bufend; /* End of buffer */ in _cups_getifaddrs() local
Dsnprintf.c35 *bufend, /* Pointer to end of buffer */ in _cups_vsnprintf() local
Dipp-support.c623 *bufend, /* End of buffer */ in ippAttributeString() local
2330 *bufend, /* End of buffer */ in ipp_col_string() local
Ddebug.c337 *bufend, /* Pointer to end of buffer */ in _cups_safe_vsnprintf() local
Dppd-localize.c247 *bufend, /* Pointer to end of buffer */ in ppdLocalizeIPPReason() local
Dstring.c208 char *bufend, /* I - End of string buffer */ in _cupsStrFormatd()
Dtls-boringssl.c184 *bufend = buffer + bufsize - 1; /* End of buffer */ in http_bssl_make_path() local
Dppd-emit.c615 *bufend; /* End of buffer */ in ppdEmitString() local
Dfile.c526 *bufend; /* End of buffer */ in cupsFileFind() local
Dtls-gnutls.c1053 *bufend = buffer + bufsize - 1; /* End of buffer */ in http_gnutls_make_path() local
Dhttp.c1175 *bufend; /* Pointer to end of buffer */ in httpGets() local
Dipp.c6480 *bufend; /* End of buffer */ in ipp_get_code() local
/external/ltp/testcases/kernel/fs/doio/
Dwrite_log.c266 char buf[BSIZE * 32], *bufend, *cp, *bufstart; in wlog_scan_backward() local
Ddoio.c3648 char *cp, *bufend, *ep; in doio_pat_check() local
/external/libdivsufsort/lib/
Dsssort.c548 saidx_t *a, *b, *c, *bufend; in ss_mergeforward() local
599 saidx_t *a, *b, *c, *bufend; in ss_mergebackward() local
/external/lz4/programs/
Dutil.h423 char* bufend = buf + LIST_SIZE_INCREASE; in UTIL_createFileList() local
/external/libcups/filter/
Draster.c50 *bufend; /* End of current (read) buffer */ member
Dpstops.c2218 *bufend; /* End of buffer */ in parse_text() local
/external/openssh/openbsd-compat/
Dglob.c183 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; in glob() local
/external/python/cpython2/Objects/
Dintobject.c1166 char buf[sizeof(long)*CHAR_BIT/3+6], *p, *bufend; in int_to_decimal_string() local