Searched refs:sbuf (Results 1 - 25 of 113) sorted by path

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dasyn-thread.c632 char sbuf[NI_MAXSERV]; local
676 snprintf(sbuf, sizeof(sbuf), "%d", port);
688 error = Curl_getaddrinfo_ex(hostname, sbuf, &hints, &res);
H A Dhostip4.c147 char sbuf[NI_MAXSERV]; local
154 snprintf(sbuf, sizeof(sbuf), "%d", port);
155 sbufptr = sbuf;
H A Dhostip6.c177 char sbuf[NI_MAXSERV]; local
215 snprintf(sbuf, sizeof(sbuf), "%d", port);
216 sbufptr=sbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dutil.c49 char sbuf[sizeof(seed)]; local
65 ((n = read(fd, sbuf, sizeof(seed)) > 0)))
67 memcpy(s, sbuf, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmroute.c93 char sbuf[256]; local
113 format_host(AF_INET, 4, &msrc.data[0], sbuf, sizeof(sbuf)),
H A Dipxfrm.c689 char sbuf[STRBUF_SIZE]; local
691 memcpy(sbuf, buf, sizeof(sbuf));
692 STRBUF_CAT(sbuf, "sel ");
694 xfrm_selector_print(&xsinfo->sel, xsinfo->family, fp, sbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_gred.c124 __u8 sbuf[256]; local
239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
250 addattr_l(n, 1024, TCA_GRED_STAB, sbuf, 256);
H A Dq_red.c46 __u8 sbuf[256]; local
138 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
155 addattr_l(n, 1024, TCA_RED_STAB, sbuf, 256);
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
89 sbuf[0] = 0;
91 sbuf[i] = (i<<clog)*lW;
92 if (sbuf[i] > 31)
93 sbuf[i] = 31;
95 sbuf[255] = 31;
H A Dtc_red.h6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dnellymoser.c122 short sbuf[128]; local
138 sbuf[i] = signed_shift(buf[i], shift);
139 sbuf[i] = (3*sbuf[i])>>2;
140 sum += sbuf[i];
152 bitsum = sum_bits(sbuf, shift_saved, small_off);
170 bitsum = sum_bits(sbuf, shift_saved, small_off);
189 bitsum = sum_bits(sbuf, shift_saved, off);
210 tmp = sbuf[i]-small_off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dudp.c229 char sbuf[sizeof(int)*3+1]; local
231 if (getnameinfo((struct sockaddr *)addr, addr_len, NULL, 0, sbuf, sizeof(sbuf), NI_NUMERICSERV) != 0) {
236 return strtol(sbuf, NULL, 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmisc.c100 struct MT_STAT sbuf; local
106 if (MT_STAT(file, &sbuf) < 0)
112 if (now - sbuf.st_mtime > 6 * 60 * 60) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure21787 struct stat sbuf;
21791 return lstat ("conftest.sym/", &sbuf) == 0;
21874 struct stat sbuf;
21875 return stat ("", &sbuf) == 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunix_io.c87 struct stat sbuf; local
94 if (stat(dev->d_name, &sbuf)) {
98 if (S_ISBLK(sbuf.st_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c2337 struct stat sbuf; local
2393 if (stat(opts.device, &sbuf)) {
2401 if (S_ISBLK(sbuf.st_mode) && (fstype != FSTYPE_FUSE))
2428 if (S_ISBLK(sbuf.st_mode) && (fstype == FSTYPE_FUSE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_client.c239 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local
289 ((sbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) ||
601 BIO_read(sbio,sbuf,BUFSIZZ);
607 BIO_read(sbio,sbuf,BUFSIZZ);
790 ascii2ebcdic(&(sbuf[sbuf_off]),&(sbuf[sbuf_off]),sbuf_len);
792 i=write(fileno(stdout),&(sbuf[sbuf_off]),sbuf_len);
815 k=SSL_read(con,sbuf,1024 /* BUFSIZZ */ );
818 k=SSL_read(con,sbuf,16);
933 if (sbuf !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/threads/
H A Dmttest.c393 static char cbuf[200],sbuf[200]; local
559 i=BIO_read(s_bio,sbuf,100);
589 fwrite(sbuf,1,i,stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssltest.c977 MS_STATIC char sbuf[1024*8]; local
981 memset(sbuf, 0, sizeof(sbuf));
992 if (sw_num > (long)sizeof sbuf)
993 i = sizeof sbuf;
996 r = BIO_write(s_ssl_bio, sbuf, i);
1023 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf));
1211 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1227 memset(sbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c977 MS_STATIC char sbuf[1024*8]; local
981 memset(sbuf, 0, sizeof(sbuf));
992 if (sw_num > (long)sizeof sbuf)
993 i = sizeof sbuf;
996 r = BIO_write(s_ssl_bio, sbuf, i);
1023 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf));
1211 MS_STATIC char cbuf[1024*8],sbuf[1024*8]; local
1227 memset(sbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2317 struct stat sbuf; local
2319 if (fstat(fileno(f), &sbuf) < 0) {
2321 } else if ((sbuf.st_mode & (S_IRWXG | S_IRWXO)) != 0) {
H A Dmain.c1797 struct stat sbuf; local
1806 if (stat(prog, &sbuf) < 0 || !S_ISREG(sbuf.st_mode)
1807 || (sbuf.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) {
H A Doptions.c1101 struct stat sbuf;
1106 if (fstat(fd, &sbuf) != 0)
1108 if (sbuf.st_uid == uid)
1109 return sbuf.st_mode & S_IRUSR;
1110 if (sbuf.st_gid == getgid())
1111 return sbuf.st_mode & S_IRGRP;
1113 if (sbuf.st_gid == groups[i])
1114 return sbuf.st_mode & S_IRGRP;
1115 return sbuf.st_mode & S_IROTH;
H A Dsys-solaris.c2526 struct stat sbuf;
2529 if (stat(dev, &sbuf) < 0) {
2533 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
2538 LOCK_PREFIX, major(sbuf.st_dev),
2539 major(sbuf.st_rdev), minor(sbuf.st_rdev));
H A Dutils.c920 struct stat sbuf;
922 if (stat(dev, &sbuf) < 0) {
926 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
931 LOCK_DIR, major(sbuf.st_dev),
932 major(sbuf.st_rdev), minor(sbuf.st_rdev));

Completed in 265 milliseconds

12345