Searched refs:bufsize (Results 1 - 25 of 449) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dstrlcpy.c34 terminates. bufsize is the size of the destination buffer */
35 size_t strlcpy(char *d, const char *s, size_t bufsize) argument
40 if (bufsize <= 0)
43 if (len >= bufsize)
44 len = bufsize-1;
54 terminates. bufsize is the length of the buffer, which should
56 size_t strlcat(char *d, const char *s, size_t bufsize) argument
62 if (len1 >= bufsize) {
65 if (len1+len2 >= bufsize) {
66 len2 = bufsize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxreadlink.c18 int bufsize = 0, readsize = 0; local
21 buf = xrealloc(buf, bufsize += GROWBY);
22 readsize = readlink(path, buf, bufsize);
27 } while (bufsize < readsize + 1);
H A Dbb_pwd.c18 * bufsize > 0: If idname is not NULL it is copied to buffer,
22 * bufsize == 0: idname is returned.
24 * bufsize < 0: If idname is not NULL it is returned.
27 static char* bb_getug(char *buffer, int bufsize, char *idname, long id, char prefix) argument
29 if (bufsize > 0) {
32 return safe_strncpy(buffer, idname, bufsize);
34 snprintf(buffer, bufsize, "%ld", id);
35 } else if (bufsize < 0 && !idname) {
48 char* bb_getpwuid(char *name, int bufsize, long uid) argument
52 return bb_getug(name, bufsize,
57 bb_getgrgid(char *group, int bufsize, long gid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dt_strappend.c15 int bufsize = 4; local
24 sprintf_append(mem_ctx, &string, &len, &bufsize, "");
26 sprintf_append(mem_ctx, &string, &len, &bufsize, "");
28 sprintf_append(mem_ctx, &string, &len, &bufsize,
35 printf("%d %d\r", i, bufsize);
38 sprintf_append(mem_ctx, &string, &len, &bufsize, "%d\n", i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Dtenc.bat4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
H A Dtencce.bat5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtenc.bat4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
H A Dtencce.bat5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Dtenc.bat4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
H A Dtencce.bat5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dcmdline.c14 int cmdline_find_option(const char *option, char *buffer, int bufsize) argument
16 return __cmdline_find_option(real_mode->hdr.cmd_line_ptr, option, buffer, bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_loop.c20 size_t bufsize = fuse_chan_bufsize(ch); local
21 char *buf = (char *) malloc(bufsize);
29 res = fuse_chan_recv(&tmpch, buf, bufsize);
H A Dfuse_kern_chan.c93 size_t bufsize = getpagesize() + 0x1000; local
94 bufsize = bufsize < MIN_BUFSIZE ? MIN_BUFSIZE : bufsize;
95 return fuse_chan_new(&op, fd, bufsize, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpreplyparse.h29 ParseNameValue(const char * buffer, int bufsize,
49 DisplayNameValueList(char * buffer, int bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dbitmap.c118 s64 bufsize, br; local
136 bufsize = ((count - (bit ? 8 - bit : 0) + 7) >> 3) + firstbyte;
137 if (bufsize > 8192)
138 bufsize = 8192;
140 buf = ntfs_malloc(bufsize);
145 memset(buf, value ? 0xff : 0, bufsize);
183 if (lastbyte_pos <= bufsize) {
214 br = ntfs_attr_pwrite(na, tmp, bufsize, buf);
215 if (br != bufsize) {
221 (long long)br, (long long)bufsize);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadx.c39 int bufsize, int *header_size, int *coeff)
43 if (bufsize < 24)
51 if (bufsize >= offset && offset >= 6 && memcmp(buf + offset - 6, "(c)CRI", 6))
86 int bufsize, int *header_size, int *coeff)
88 return ff_adx_decode_header(avctx, buf, bufsize, header_size, coeff);
38 ff_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf, int bufsize, int *header_size, int *coeff) argument
85 avpriv_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf, int bufsize, int *header_size, int *coeff) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dassenc.c36 unsigned char *buf, int bufsize, void *data)
47 len = av_strlcpy(buf+total_len, sub->rects[i]->ass, bufsize-total_len);
49 if (len > bufsize-total_len-1) {
35 ass_encode_frame(AVCodecContext *avctx, unsigned char *buf, int bufsize, void *data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq_midi_event.h45 int snd_midi_event_new(size_t bufsize, snd_midi_event_t **rdev);
46 int snd_midi_event_resize_buffer(snd_midi_event_t *dev, size_t bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpreplyparse.h54 ParseNameValue(const char * buffer, int bufsize,
74 DisplayNameValueList(char * buffer, int bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestenc33 $cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
44 $cmd $i -bufsize 113 -a -e -k test < $test > $test.$i.cipher
45 $cmd $i -bufsize 157 -a -d -k test < $test.$i.cipher >$test.$i.clear
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Dbtree.h11 loff_t key_no, size_t bufsize, char *keybuf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestenc33 $cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
44 $cmd $i -bufsize 113 -a -e -k test < $test > $test.$i.cipher
45 $cmd $i -bufsize 157 -a -d -k test < $test.$i.cipher >$test.$i.clear
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestenc33 $cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
44 $cmd $i -bufsize 113 -a -e -k test < $test > $test.$i.cipher
45 $cmd $i -bufsize 157 -a -d -k test < $test.$i.cipher >$test.$i.clear
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dupnpreplyparse.h36 ParseNameValue(const char * buffer, int bufsize,
56 DisplayNameValueList(char * buffer, int bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dseq_midi_event.h36 int bufsize; /* allocated buffer size */ member in struct:snd_midi_event
41 int snd_midi_event_new(int bufsize, struct snd_midi_event **rdev);

Completed in 394 milliseconds

1234567891011>>