Searched refs:length (Results 1 - 25 of 13728) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/packaging/Caldera/OpenLinux/
H A Dupdatesmbpasswd.awk6 } else if( (length($4) == 32) && (($4 ~ "^[0-9A-F]*$") || ($4 ~ "^[X]*$") || ( $4 ~ "^[*]*$"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/packaging/Caldera/OpenLinux/
H A Dupdatesmbpasswd.awk6 } else if( (length($4) == 32) && (($4 ~ "^[0-9A-F]*$") || ($4 ~ "^[X]*$") || ( $4 ~ "^[*]*$"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/packaging/Caldera/OpenLinux/
H A Dupdatesmbpasswd.awk6 } else if( (length($4) == 32) && (($4 ~ "^[0-9A-F]*$") || ($4 ~ "^[X]*$") || ( $4 ~ "^[*]*$"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DByteVector.java48 int length; field in class:ByteVector
76 int length = this.length;
77 if (length + 1 > data.length) {
80 data[length++] = (byte) b;
81 this.length = length;
94 int length = this.length;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DByteVector.java48 int length; field in class:ByteVector
76 int length = this.length;
77 if (length + 1 > data.length) {
80 data[length++] = (byte) b;
81 this.length = length;
94 int length = this.length;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DByteVector.java48 int length; field in class:ByteVector
76 int length = this.length;
77 if (length + 1 > data.length) {
80 data[length++] = (byte) b;
81 this.length = length;
94 int length = this.length;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/srclib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) argument
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/srclib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) argument
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/srclib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) argument
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dder_cmp.c39 if (p->length != q->length)
40 return p->length - q->length;
43 p->length * sizeof(*p->components));
50 if (p->length != q->length)
51 return p->length - q->length;
52 return memcmp(p->data, q->data, p->length);
[all...]
H A Dder_copy.c71 to->length = from->length;
72 to->data = malloc(to->length * sizeof(to->data[0]));
73 if(to->length != 0 && to->data == NULL)
75 memcpy(to->data, from->data, to->length * sizeof(to->data[0]));
83 to->length = from->length;
84 to->data = malloc(to->length * sizeof(to->data[0]));
85 if(to->length != 0 && to->data == NULL)
87 memcpy(to->data, from->data, to->length * sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dder_cmp.c39 if (p->length != q->length)
40 return p->length - q->length;
43 p->length * sizeof(*p->components));
50 if (p->length != q->length)
51 return p->length - q->length;
52 return memcmp(p->data, q->data, p->length);
[all...]
H A Dder_copy.c71 to->length = from->length;
72 to->data = malloc(to->length * sizeof(to->data[0]));
73 if(to->length != 0 && to->data == NULL)
75 memcpy(to->data, from->data, to->length * sizeof(to->data[0]));
83 to->length = from->length;
84 to->data = malloc(to->length * sizeof(to->data[0]));
85 if(to->length != 0 && to->data == NULL)
87 memcpy(to->data, from->data, to->length * sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dder_cmp.c39 if (p->length != q->length)
40 return p->length - q->length;
43 p->length * sizeof(*p->components));
50 if (p->length != q->length)
51 return p->length - q->length;
52 return memcmp(p->data, q->data, p->length);
[all...]
H A Dder_copy.c71 to->length = from->length;
72 to->data = malloc(to->length * sizeof(to->data[0]));
73 if(to->length != 0 && to->data == NULL)
75 memcpy(to->data, from->data, to->length * sizeof(to->data[0]));
83 to->length = from->length;
84 to->data = malloc(to->length * sizeof(to->data[0]));
85 if(to->length != 0 && to->data == NULL)
87 memcpy(to->data, from->data, to->length * sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/
H A Dlt__strl.c39 NULL-terminating the result. The total length of the string which
53 size_t length; local
61 length=strlen(dst);
64 Copy remaining characters from src while constraining length to
67 for ( p = dst + length, q = src;
68 (*q != 0) && (length < dstsize - 1) ;
69 length++, p++, q++ )
72 dst[length]='\0';
75 Add remaining length of src to length
101 size_t length=0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Ddirname-lgpl.c26 /* Return the length of the prefix of FILE that will be used by
35 size_t length; local
48 for (length = last_component (file) - file;
49 prefix_length < length; length--)
50 if (! ISSLASH (file[length - 1]))
52 return length;
73 size_t length = dir_len (file); local
74 bool append_dot = (length == 0
76 && length
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Ddirname-lgpl.c26 /* Return the length of the prefix of FILE that will be used by
35 size_t length; local
48 for (length = last_component (file) - file;
49 prefix_length < length; length--)
50 if (! ISSLASH (file[length - 1]))
52 return length;
73 size_t length = dir_len (file); local
74 bool append_dot = (length == 0
76 && length
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Ddirname-lgpl.c26 /* Return the length of the prefix of FILE that will be used by
35 size_t length; local
48 for (length = last_component (file) - file;
49 prefix_length < length; length--)
50 if (! ISSLASH (file[length - 1]))
52 return length;
73 size_t length = dir_len (file); local
74 bool append_dot = (length == 0
76 && length
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dreceivedata.h15 char * data, int length,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dreceivedata.h15 char * data, int length,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dreceivedata.h15 char * data, int length,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/packages/NetWare/
H A Dget_ver.awk30 libcurl_copyright_str = substr($0, 28, length($0)-28);
33 libcurl_ver_str = substr($3, 2, length($3)-2);
36 libcurl_ver_major = substr($3, 1, length($3));
39 libcurl_ver_minor = substr($3, 1, length($3));
42 libcurl_ver_patch = substr($3, 1, length($3));
53 libcares_copyright_str = substr($0, 25, length($0)-25);
56 libcares_ver_str = substr($3, 2, length($3)-2);
59 libcares_ver_major = substr($3, 1, length($3));
62 libcares_ver_minor = substr($3, 1, length($3));
65 libcares_ver_patch = substr($3, 1, length(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/packages/NetWare/
H A Dget_ver.awk30 libcurl_copyright_str = substr($0, 28, length($0)-28);
33 libcurl_ver_str = substr($3, 2, length($3)-2);
36 libcurl_ver_major = substr($3, 1, length($3));
39 libcurl_ver_minor = substr($3, 1, length($3));
42 libcurl_ver_patch = substr($3, 1, length($3));
53 libcares_copyright_str = substr($0, 25, length($0)-25);
56 libcares_ver_str = substr($3, 2, length($3)-2);
59 libcares_ver_major = substr($3, 1, length($3));
62 libcares_ver_minor = substr($3, 1, length($3));
65 libcares_ver_patch = substr($3, 1, length(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/packages/NetWare/
H A Dget_ver.awk30 libcurl_copyright_str = substr($0, 28, length($0)-28);
33 libcurl_ver_str = substr($3, 2, length($3)-2);
36 libcurl_ver_major = substr($3, 1, length($3));
39 libcurl_ver_minor = substr($3, 1, length($3));
42 libcurl_ver_patch = substr($3, 1, length($3));
53 libcares_copyright_str = substr($0, 25, length($0)-25);
56 libcares_ver_str = substr($3, 2, length($3)-2);
59 libcares_ver_major = substr($3, 1, length($3));
62 libcares_ver_minor = substr($3, 1, length($3));
65 libcares_ver_patch = substr($3, 1, length(
[all...]

Completed in 412 milliseconds

1234567891011>>