Searched refs:BUFSIZ (Results 26 - 50 of 102) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dasn1pars.c249 if (!BUF_MEM_grow(buf,BUFSIZ*8)) goto end; /* Pre-allocate :-) */
266 if (!BUF_MEM_grow(buf,(int)num+BUFSIZ)) goto end;
267 i=BIO_read(in,&(buf->data[num]),BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drib.c996 char buf1[BUFSIZ];
997 char buf2[BUFSIZ];
1011 inet_ntop (AF_INET, &p->prefix, buf1, BUFSIZ),
1013 inet_ntop (AF_INET, gate, buf2, BUFSIZ),
1017 inet_ntop (AF_INET, &p->prefix, buf1, BUFSIZ),
1081 inet_ntop (AF_INET, &p->prefix, buf1, BUFSIZ),
1083 inet_ntop (AF_INET, gate, buf2, BUFSIZ),
1088 inet_ntop (AF_INET, &p->prefix, buf1, BUFSIZ),
1698 char buf[BUFSIZ];
1712 inet_ntop (AF_INET, &rn->p.u.prefix, buf, BUFSIZ),
[all...]
H A Dkernel_socket.c150 static char buf[BUFSIZ];
156 strlcat (buf, mes->str, BUFSIZ);
157 strlcat (buf, " ", BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dsmux.c275 u_char buf[BUFSIZ];
280 len = BUFSIZ;
949 u_char buf[BUFSIZ];
963 len = BUFSIZ;
993 len = BUFSIZ;
1006 u_char buf[BUFSIZ];
1014 len = BUFSIZ;
1098 len = BUFSIZ;
1107 u_char buf[BUFSIZ];
1120 len = BUFSIZ;
[all...]
H A Dkeychain.c906 char buf[BUFSIZ];
921 keychain_strftime (buf, BUFSIZ, &key->accept.start);
931 keychain_strftime (buf, BUFSIZ, &key->accept.end);
939 keychain_strftime (buf, BUFSIZ, &key->send.start);
948 keychain_strftime (buf, BUFSIZ, &key->send.end);
H A Dsockunion.c308 snprintf (buf, BUFSIZ, "%s", inet_ntoa (su->sin.sin_addr));
312 snprintf (buf, BUFSIZ, "%s",
313 inet_ntop (AF_INET6, &(su->sin6.sin6_addr), buf, BUFSIZ));
317 snprintf (buf, BUFSIZ, "af_unknown %d ", su->sa.sa_family);
H A Dplist.c611 char buf[BUFSIZ];
618 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ),
969 char buf[BUFSIZ];
972 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ),
1081 char buf[BUFSIZ];
1084 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ),
2429 char buf[BUFSIZ];
2432 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ),
2472 char buf[BUFSIZ];
2475 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ),
[all...]
H A Dprefix.c604 char buf[BUFSIZ];
606 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c265 if (!BUF_MEM_grow(buf,BUFSIZ*8)) goto end; /* Pre-allocate :-) */
295 if (!BUF_MEM_grow(buf,(int)num+BUFSIZ)) goto end;
296 i=BIO_read(in,&(buf->data[num]),BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_packet.c172 char buf[BUFSIZ];
219 inet_ntop (rn->p.family, &(rn->p.u.prefix), buf, BUFSIZ),
261 char buf[BUFSIZ];
301 inet_ntop (rn->p.family, &(rn->p.u.prefix), buf, BUFSIZ),
341 char attrstr[BUFSIZ];
342 char buf[BUFSIZ];
358 bgp_dump_attr (peer, attr, attrstr, BUFSIZ);
360 peer->host, inet_ntop(p.family, &(p.u.prefix), buf, BUFSIZ),
411 char buf[BUFSIZ];
429 peer->host, inet_ntop(p.family, &(p.u.prefix), buf, BUFSIZ),
[all...]
H A Dbgp_debug.c172 char addrbuf[BUFSIZ];
178 addrbuf, BUFSIZ));
183 addrbuf, BUFSIZ));
H A Dbgp_route.c1673 char buf[BUFSIZ];
1677 inet_ntop (AF_INET6, &p.u.prefix6, buf, BUFSIZ));
2338 char prefix_str[BUFSIZ];
2362 char prefix_str[BUFSIZ];
2385 char prefix_str[BUFSIZ];
2404 char prefix_str[BUFSIZ];
2426 char prefix_str[BUFSIZ];
2447 char prefix_str[BUFSIZ];
2497 char prefix_str[BUFSIZ];
2539 char prefix_str[BUFSIZ];
[all...]
H A Dbgp_network.c277 char port_str[BUFSIZ];
H A Dbgp_nexthop.c1332 char buf[BUFSIZ];
1338 inet_ntop (AF_INET6, &rn->p.u.prefix6, buf, BUFSIZ),
1342 inet_ntop (AF_INET6, &rn->p.u.prefix6, buf, BUFSIZ),
1356 char buf[BUFSIZ];
1361 inet_ntop (AF_INET6, &rn->p.u.prefix6, buf, BUFSIZ),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtr.c177 RESERVE_CONFIG_UBUFFER(output, BUFSIZ);
224 read_chars = read(STDIN_FILENO, tr_buf, BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c654 strncpy(command, local_pending_command, BUFSIZ);
671 read_line_input(prompt_str, command, BUFSIZ, line_input_state);
678 if (!fgets(command, BUFSIZ - 2, source)) {
772 * but don't overflow command which is BUFSIZ in length */
775 if (total_length+length+1 >= BUFSIZ) {
862 if (dst+subst_len+trail_len >= command+BUFSIZ) {
1347 command = xzalloc(BUFSIZ);
1364 command = xzalloc(BUFSIZ);
1378 command = xzalloc(BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c397 char result[BUFSIZ];
398 int maxsize = BUFSIZ-1;
452 OPENSSL_cleanse(result,BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_openssl.c410 char result[BUFSIZ];
411 int maxsize = BUFSIZ-1;
465 OPENSSL_cleanse(result,BUFSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_route.c636 char buf1[BUFSIZ];
637 char buf2[BUFSIZ];
653 inet_ntop (AF_INET, &rn->p.u.prefix4, buf1, BUFSIZ),
656 BUFSIZ),
667 inet_ntop (AF_INET, &rn->p.u.prefix4, buf1, BUFSIZ),
669 BUFSIZ),
H A Dospf_spf.c818 char buf1[BUFSIZ];
819 char buf2[BUFSIZ];
835 inet_ntop (AF_INET, &or->id, buf1, BUFSIZ), or->cost,
837 buf2, BUFSIZ));
842 inet_ntop (AF_INET, &or->id, buf1, BUFSIZ), or->cost,
844 buf2, BUFSIZ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c2292 file_acl = (struct acl *)SMB_MALLOC(BUFSIZ);
2300 memset(file_acl,0,BUFSIZ);
2302 rc = statacl((char *)path_p,0,file_acl,BUFSIZ);
2505 file_acl = (struct acl *)SMB_MALLOC(BUFSIZ);
2513 memset(file_acl,0,BUFSIZ);
2515 rc = fstatacl(fd,0,file_acl,BUFSIZ);
2868 acl_length = BUFSIZ;
2869 file_acl = (struct acl *)SMB_MALLOC(BUFSIZ);
2877 memset(file_acl,0,BUFSIZ);
2956 acl_length = BUFSIZ;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_token.l224 char ebuf[BUFSIZ], *bp, *ep;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_ipvs.c129 char buf[BUFSIZ];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h1027 #ifndef BUFSIZ
1028 #define BUFSIZ 4096 macro
1030 /* Providing hard guarantee on minimum size (think of BUFSIZ == 128) */
1031 enum { COMMON_BUFSIZE = (BUFSIZ >= 256*sizeof(void*) ? BUFSIZ+1 : 256*sizeof(void*)) };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_interface.c650 char buf[BUFSIZ];
658 inet_ntop (p->family, &p->u.prefix, buf, BUFSIZ),

Completed in 144 milliseconds

12345