Searched refs:stringlen (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dsmbutil.c28 static u_int32_t stringlen; variable
587 stringlen = buf[0];
588 printf("%u", stringlen);
594 stringlen = reverse ? EXTRACT_16BITS(buf) :
596 printf("%u", stringlen);
602 stringlen = reverse ? EXTRACT_32BITS(buf) :
604 printf("%u", stringlen);
660 TCHECK2(*buf, stringlen);
661 printf("%-*.*s", (int)stringlen, (int)stringlen, bu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_paramhlp.c64 size_t stringlen = 0; local
74 if((ptr = realloc(string, stringlen+buflen+1)) == NULL) {
79 strcpy(string+stringlen, buffer);
80 stringlen += buflen;
H A Dtool_urlglob.c539 size_t stringlen = 0; local
611 if(appendlen + stringlen >= allocsize) {
615 allocsize = (appendlen + stringlen) * 2;
623 memcpy(&target[stringlen], appendthis, appendlen);
624 stringlen += appendlen;
626 target[stringlen]= '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmppkt.c108 int stringlen = 0; local
110 stringlen = bytestream2_get_be16(bc);
111 if (stringlen + 1 > strsize)
113 readsize = bytestream2_get_buffer(bc, str, stringlen);
114 if (readsize != stringlen) {
119 *length = FFMIN(stringlen, readsize);
H A Drtmpproto.c408 int stringlen; local
429 if (ff_amf_read_string(&gbc, command, sizeof(command), &stringlen)) {
1865 int stringlen; local
1875 &stringlen)) {
1889 sizeof(filename), &stringlen);
2148 int stringlen, ret, skip = 0; local
2153 &stringlen))
2166 &stringlen))
2169 stringlen = ff_amf_tag_size(gbc.buffer, gbc.buffer_end);
2170 if (stringlen <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4acl.c786 int stringlen; member in struct:__anon16772
791 .stringlen = sizeof("OWNER@") - 1,
796 .stringlen = sizeof("GROUP@") - 1,
801 .stringlen = sizeof("EVERYONE@") - 1,
812 if (s2t_map[i].stringlen == len &&
826 memcpy(p, s2t_map[i].string, s2t_map[i].stringlen);
827 return s2t_map[i].stringlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpointer.c2448 int stringlen; /* in bytes */ local
2461 stringlen = xmlStrlen(string);
2463 while (stringlen > 0) {
2464 if ((cur == *end) && (pos + stringlen > *endindex))
2469 if (len >= pos + stringlen) {
2470 match = (!xmlStrncmp(&cur->content[pos], string, stringlen));
2475 stringlen, pos + 1);
2480 *endindex = pos + stringlen;
2497 stringlen -= sub;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpointer.c2448 int stringlen; /* in bytes */ local
2461 stringlen = xmlStrlen(string);
2463 while (stringlen > 0) {
2464 if ((cur == *end) && (pos + stringlen > *endindex))
2469 if (len >= pos + stringlen) {
2470 match = (!xmlStrncmp(&cur->content[pos], string, stringlen));
2475 stringlen, pos + 1);
2480 *endindex = pos + stringlen;
2497 stringlen -= sub;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpointer.c2448 int stringlen; /* in bytes */ local
2461 stringlen = xmlStrlen(string);
2463 while (stringlen > 0) {
2464 if ((cur == *end) && (pos + stringlen > *endindex))
2469 if (len >= pos + stringlen) {
2470 match = (!xmlStrncmp(&cur->content[pos], string, stringlen));
2475 stringlen, pos + 1);
2480 *endindex = pos + stringlen;
2497 stringlen -= sub;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpointer.c2448 int stringlen; /* in bytes */ local
2461 stringlen = xmlStrlen(string);
2463 while (stringlen > 0) {
2464 if ((cur == *end) && (pos + stringlen > *endindex))
2469 if (len >= pos + stringlen) {
2470 match = (!xmlStrncmp(&cur->content[pos], string, stringlen));
2475 stringlen, pos + 1);
2480 *endindex = pos + stringlen;
2497 stringlen -= sub;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_probe.c486 size_t stringlen; local
497 stringlen = strlen(nodename) + 1 + strlen(type) + 1;
498 xendev = kzalloc(sizeof(*xendev) + stringlen, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dlanman.c150 int stringlen; /* remaining size for variable part */ member in struct:pack_desc
251 p->stringlen = n;
344 if (stringused > p->stringlen) {
345 stringused = (is_string ? p->stringlen : 0);
359 p->stringlen -= stringused;

Completed in 242 milliseconds