Searched refs:end_ptr (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dsubst.c125 char *ptr, *name_ptr, *end_ptr; local
146 end_ptr = strchr(name_ptr, '@');
147 if (!end_ptr)
149 len = end_ptr - name_ptr;
159 ptr = end_ptr + 1;
167 replace_string(ptr, end_ptr, ent->value);
188 end_ptr = strchr(name_ptr, '}');
189 if (!end_ptr)
191 len = end_ptr - name_ptr;
199 ptr = end_ptr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dhttpparser.c876 char *end_ptr; local
886 num = strtol( token_1.buf, &end_ptr, base );
889 || ( end_ptr != token_1.buf + token_1.length )
2394 char *end_ptr; local
2401 num = strtol( raw_value->buf, &end_ptr, base );
2404 || ( end_ptr != raw_value->buf + raw_value->length )
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Ddmabuf.c861 unsigned long end_ptr, p; local
876 end_ptr = (dmap->user_counter / dmap->fragment_size) * dmap->fragment_size;
882 while (ptr < end_ptr) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil.c536 int set_message_end(void *outbuf,void *end_ptr) argument
538 return set_message_bcc((char *)outbuf,PTR_DIFF(end_ptr,smb_buf((char *)outbuf)));

Completed in 255 milliseconds