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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml-string.c129 *bufend, /* Pointer to end of buffer */ local
148 bufend = buffer + bufsize - 1;
160 if (bufptr && bufptr < bufend) *bufptr++ = *format;
278 if ((bufptr + strlen(temp)) > bufend)
280 strncpy(bufptr, temp, (size_t)(bufend - bufptr));
281 bufptr = bufend;
313 if ((bufptr + strlen(temp)) > bufend)
315 strncpy(bufptr, temp, (size_t)(bufend - bufptr));
316 bufptr = bufend;
336 if ((bufptr + strlen(temp)) > bufend)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Djson.c145 const void * bufend = buf + len; local
161 while( ( buf != bufend ) && JSON_parser_char( checker, *buf ) ) {
171 if( buf != bufend ) {
H A Dbencode.h87 const void * bufend,
240 const uint8_t * bufend,
246 const uint8_t * bufend,
H A Dbencode.c89 const uint8_t * bufend,
98 if( buf >= bufend )
104 end = memchr( begin, 'e', ( bufend - buf ) - 1 );
128 const uint8_t * bufend,
137 if( buf >= bufend )
143 end = memchr( buf, ':', bufend - buf );
152 if( (const uint8_t*)end + 1 + len > bufend )
227 const uint8_t * bufend = bufend_in; local
231 while( buf != bufend )
233 if( buf > bufend ) /* n
88 tr_bencParseInt( const uint8_t * buf, const uint8_t * bufend, const uint8_t ** setme_end, int64_t * setme_val ) argument
127 tr_bencParseStr( const uint8_t * buf, const uint8_t * bufend, const uint8_t ** setme_end, const uint8_t ** setme_str, size_t * setme_strlen ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_incomingrequests.c316 char *countptr, *buf, *bufend, *buf0; local
335 bufend = &rdata[MAX_DGRAM_SIZE] - (18 + 46 + 60);
344 while (buf < bufend) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datarihw.h736 #define DMASNDSetEnd(bufend) \
738 tt_dmasnd.end_hi = (unsigned char)(((bufend) & 0xff0000) >> 16); \
739 tt_dmasnd.end_mid = (unsigned char)(((bufend) & 0x00ff00) >> 8); \
740 tt_dmasnd.end_low = (unsigned char) ((bufend) & 0x0000ff); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_io.c200 char *bufend = buffer+bufsize-2; /* Reserve space for newline local
365 if (key >= 32 && lastchar < bufend) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp987 const wxChar *bufend = buf + lenMax;
995 while ((signed char)*scratchptr > 0 && bufptr != bufend)
998 if (bufptr == bufend)
1007 size_t len = wxMB2WX(bufptr, scratchptr, bufend - bufptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dau1550_ac97.c994 char *bufend = db->rawbuf + db->dmasize; local
997 if (bufptr + count > bufend) {
998 int partial = (int) (bufend - bufptr);

Completed in 95 milliseconds