Searched refs:maxsize (Results 1 - 25 of 247) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dfilestr.h26 * "maxsize"
30 * maxsize - the maximum amount of buffer we will fill. Larger files will
39 unsigned int maxsize);
H A Dfilestr.c35 str_fileread(struct mystr* p_str, const char* p_filename, unsigned int maxsize) argument
53 if (size > maxsize)
55 size = maxsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dfilestr.h26 * "maxsize"
30 * maxsize - the maximum amount of buffer we will fill. Larger files will
39 unsigned int maxsize);
H A Dfilestr.c35 str_fileread(struct mystr* p_str, const char* p_filename, unsigned int maxsize) argument
53 if (size > maxsize)
55 size = maxsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dfilestr.h26 * "maxsize"
30 * maxsize - the maximum amount of buffer we will fill. Larger files will
39 unsigned int maxsize);
H A Dfilestr.c35 str_fileread(struct mystr* p_str, const char* p_filename, unsigned int maxsize) argument
53 if (size > maxsize)
55 size = maxsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dspaces.c52 static int maxsize; local
54 if (count > maxsize)
67 maxsize = count;
70 return (const char *) (buf + maxsize - count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dspaces.c52 static int maxsize; local
54 if (count > maxsize)
67 maxsize = count;
70 return (const char *) (buf + maxsize - count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dspaces.c52 static int maxsize; local
54 if (count > maxsize)
67 maxsize = count;
70 return (const char *) (buf + maxsize - count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
H A Dnettel.c166 unsigned long amdaddr, maxsize; local
213 maxsize = AMD_WINDOW_MAXSIZE;
215 *amdpar = SC520_PAR(SC520_PAR_BOOTCS, amdaddr, maxsize);
219 nettel_amd_map.virt = ioremap_nocache(amdaddr, maxsize);
242 * It has to start on a multiple of maxsize.
244 maxsize = SC520_PAR_TO_SIZE(orig_romcs1par);
245 if (maxsize < (32 * 1024 * 1024))
246 maxsize = (32 * 1024 * 1024);
247 intel0addr = amdaddr + maxsize;
263 maxsize
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/maps/
H A Dnettel.c166 unsigned long amdaddr, maxsize; local
213 maxsize = AMD_WINDOW_MAXSIZE;
215 *amdpar = SC520_PAR(SC520_PAR_BOOTCS, amdaddr, maxsize);
219 nettel_amd_map.virt = ioremap_nocache(amdaddr, maxsize);
242 * It has to start on a multiple of maxsize.
244 maxsize = SC520_PAR_TO_SIZE(orig_romcs1par);
245 if (maxsize < (32 * 1024 * 1024))
246 maxsize = (32 * 1024 * 1024);
247 intel0addr = amdaddr + maxsize;
263 maxsize
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/9p/
H A Dtransport.h33 * @maxsize: transport provided maximum packet size
49 int maxsize; /* max message size of transport */ member in struct:p9_trans_module
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/9p/
H A Dtransport.h33 * @maxsize: transport provided maximum packet size
49 int maxsize; /* max message size of transport */ member in struct:p9_trans_module
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_ldr_raw.c192 int32_t maxsize; local
213 maxsize = la->la_maxsize;
218 maxsize = BOOT_AREA_SIZE;
324 maxsize = (int) ((uint32_t) (bootblock.bb_secsize & BOOT_SECSIZE_MASK));
340 amtcopy = maxsize;
374 CHECKSUM_BOOT_DATA(bootcode,maxsize,&calcsum);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/raw/
H A Dwrite.c107 const int maxsize = 90000; local
112 buf = talloc_zero_array(tctx, uint8_t, maxsize);
138 setup_buffer(buf, seed, maxsize);
148 memset(buf, 0, maxsize);
157 setup_buffer(buf, seed, maxsize);
167 memset(buf, 0, maxsize);
198 setup_buffer(buf, seed, maxsize);
208 memset(buf, 0, maxsize);
235 const int maxsize = 90000; local
246 buf = talloc_zero_array(tctx, uint8_t, maxsize);
423 const int maxsize = 90000; local
566 const int maxsize = 90000; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/raw/
H A Dwrite.c107 const int maxsize = 90000; local
112 buf = talloc_zero_array(tctx, uint8_t, maxsize);
138 setup_buffer(buf, seed, maxsize);
148 memset(buf, 0, maxsize);
157 setup_buffer(buf, seed, maxsize);
167 memset(buf, 0, maxsize);
198 setup_buffer(buf, seed, maxsize);
208 memset(buf, 0, maxsize);
235 const int maxsize = 90000; local
246 buf = talloc_zero_array(tctx, uint8_t, maxsize);
423 const int maxsize = 90000; local
566 const int maxsize = 90000; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/raw/
H A Dwrite.c107 const int maxsize = 90000; local
112 buf = talloc_zero_array(tctx, uint8_t, maxsize);
138 setup_buffer(buf, seed, maxsize);
148 memset(buf, 0, maxsize);
157 setup_buffer(buf, seed, maxsize);
167 memset(buf, 0, maxsize);
198 setup_buffer(buf, seed, maxsize);
208 memset(buf, 0, maxsize);
235 const int maxsize = 90000; local
246 buf = talloc_zero_array(tctx, uint8_t, maxsize);
423 const int maxsize = 90000; local
566 const int maxsize = 90000; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dutil_file.c149 Truncate at maxsize. If maxsize == 0 - no limit.
152 char *fd_load(int fd, size_t *psize, size_t maxsize) argument
163 if (maxsize) {
164 size = MIN(size, maxsize);
189 char *file_load(const char *fname, size_t *size, size_t maxsize) argument
203 p = fd_load(fd, size, maxsize);
318 char **file_lines_load(const char *fname, int *numlines, size_t maxsize) argument
323 p = file_load(fname, &size, maxsize);
337 char **fd_lines_load(int fd, int *numlines, size_t maxsize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dutil_file.c149 Truncate at maxsize. If maxsize == 0 - no limit.
152 char *fd_load(int fd, size_t *psize, size_t maxsize) argument
163 if (maxsize) {
164 size = MIN(size, maxsize);
189 char *file_load(const char *fname, size_t *size, size_t maxsize) argument
203 p = fd_load(fd, size, maxsize);
318 char **file_lines_load(const char *fname, int *numlines, size_t maxsize) argument
323 p = file_load(fname, &size, maxsize);
337 char **fd_lines_load(int fd, int *numlines, size_t maxsize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dutil_file.c149 Truncate at maxsize. If maxsize == 0 - no limit.
152 char *fd_load(int fd, size_t *psize, size_t maxsize) argument
163 if (maxsize) {
164 size = MIN(size, maxsize);
189 char *file_load(const char *fname, size_t *size, size_t maxsize) argument
203 p = fd_load(fd, size, maxsize);
318 char **file_lines_load(const char *fname, int *numlines, size_t maxsize) argument
323 p = file_load(fname, &size, maxsize);
337 char **fd_lines_load(int fd, int *numlines, size_t maxsize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dutil_file.c167 _PUBLIC_ char *fd_load(int fd, size_t *psize, size_t maxsize, TALLOC_CTX *mem_ctx) argument
177 if (maxsize) {
178 size = MIN(size, maxsize);
198 _PUBLIC_ char *file_load(const char *fname, size_t *size, size_t maxsize, TALLOC_CTX *mem_ctx) argument
208 p = fd_load(fd, size, maxsize, mem_ctx);
321 _PUBLIC_ char **file_lines_load(const char *fname, int *numlines, size_t maxsize, TALLOC_CTX *mem_ctx) argument
326 p = file_load(fname, &size, maxsize, mem_ctx);
337 _PUBLIC_ char **fd_lines_load(int fd, int *numlines, size_t maxsize, TALLOC_CTX *mem_ctx) argument
342 p = fd_load(fd, &size, maxsize, mem_ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dutil_file.c167 _PUBLIC_ char *fd_load(int fd, size_t *psize, size_t maxsize, TALLOC_CTX *mem_ctx) argument
177 if (maxsize) {
178 size = MIN(size, maxsize);
198 _PUBLIC_ char *file_load(const char *fname, size_t *size, size_t maxsize, TALLOC_CTX *mem_ctx) argument
208 p = fd_load(fd, size, maxsize, mem_ctx);
321 _PUBLIC_ char **file_lines_load(const char *fname, int *numlines, size_t maxsize, TALLOC_CTX *mem_ctx) argument
326 p = file_load(fname, &size, maxsize, mem_ctx);
337 _PUBLIC_ char **fd_lines_load(int fd, int *numlines, size_t maxsize, TALLOC_CTX *mem_ctx) argument
342 p = fd_load(fd, &size, maxsize, mem_ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dutil_file.c167 _PUBLIC_ char *fd_load(int fd, size_t *psize, size_t maxsize, TALLOC_CTX *mem_ctx) argument
177 if (maxsize) {
178 size = MIN(size, maxsize);
198 _PUBLIC_ char *file_load(const char *fname, size_t *size, size_t maxsize, TALLOC_CTX *mem_ctx) argument
208 p = fd_load(fd, size, maxsize, mem_ctx);
321 _PUBLIC_ char **file_lines_load(const char *fname, int *numlines, size_t maxsize, TALLOC_CTX *mem_ctx) argument
326 p = file_load(fname, &size, maxsize, mem_ctx);
337 _PUBLIC_ char **fd_lines_load(int fd, int *numlines, size_t maxsize, TALLOC_CTX *mem_ctx) argument
342 p = fd_load(fd, &size, maxsize, mem_ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ui/
H A Dui.h133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize);
137 char *result_buf, int minsize, int maxsize,
140 char *result_buf, int minsize, int maxsize,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dui.h133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize);
137 char *result_buf, int minsize, int maxsize,
140 char *result_buf, int minsize, int maxsize,

Completed in 227 milliseconds

12345678910