Searched refs:strbuf (Results 1 - 25 of 34) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.l39 static char *strbuf;
46 strbuf = realloc(strbuf, strbuf_size);
53 strbuf[strbuf_index++] = c;
60 memcpy(strbuf + strbuf_index, s, strlen(s));
73 if (strbuf == NULL) {
75 strbuf = calloc(1, strbuf_size);
76 if (strbuf == NULL)
86 yylval.b = bstr_new(strbuf, strbuf_index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/
H A Db64.c82 char *strbuf=NULL; local
178 strbuf=OPENSSL_malloc(SIZE);
180 if ((buff == NULL) || (strbuf == NULL))
260 if (strbuf != NULL) OPENSSL_free(strbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c81 void strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, char *caller);
670 struct strbuf data;
770 struct strbuf ctl;
782 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
790 struct strbuf ctl;
801 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
809 struct strbuf data, ctl;
836 struct strbuf ctl;
843 strgetmsg(fd, &ctl, (struct strbuf*)NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsrp-entry.c105 char strbuf[MAXB64PARAMLEN]; local
185 pwval.pebuf.index, t_tob64(strbuf,
H A Dsys-solaris.c1336 struct strbuf data;
1449 struct strbuf ctrl, data;
2308 struct strbuf buf;
2322 struct strbuf buf;
2335 struct strbuf buf;
2644 struct strbuf cbuf, dbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Denc.c108 char *strbuf=NULL; local
355 strbuf=OPENSSL_malloc(SIZE);
357 if ((buff == NULL) || (strbuf == NULL))
406 strbuf[0]='\0';
407 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc);
410 if (strbuf[0] == '\0')
415 str=strbuf;
520 if (str == strbuf)
648 if (strbuf != NULL) OPENSSL_free(strbuf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_mbstr.c100 char strbuf[32]; local
148 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
149 ERR_add_error_data(2, "minsize=", strbuf);
155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
156 ERR_add_error_data(2, "maxsize=", strbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_impl.h109 struct strbuf stc;
H A Dpci_iommu.c300 struct strbuf *strbuf; local
308 strbuf = pdev->dev.archdata.stc;
331 if (strbuf->strbuf_enabled)
351 static void pci_strbuf_flush(struct strbuf *strbuf, struct iommu *iommu, u32 vaddr, unsigned long ctx, unsigned long npages, int direction) argument
355 if (strbuf->strbuf_ctxflush &&
360 flushreg = strbuf->strbuf_ctxflush;
361 matchreg = PCI_STC_CTXMATCH_ADDR(strbuf, ctx);
386 pci_iommu_write(strbuf
419 struct strbuf *strbuf; local
550 struct strbuf *strbuf; local
635 struct strbuf *strbuf; local
693 struct strbuf *strbuf; local
731 struct strbuf *strbuf; local
[all...]
H A Dpci_psycho.c150 struct strbuf *strbuf = &pbm->stc; local
177 control = psycho_read(strbuf->strbuf_control);
178 psycho_write(strbuf->strbuf_control,
195 psycho_write(strbuf->strbuf_control, control);
H A Dpci_schizo.c145 struct strbuf *strbuf = &pbm->stc; local
166 control = schizo_read(strbuf->strbuf_control);
167 schizo_write(strbuf->strbuf_control,
184 schizo_write(strbuf->strbuf_control, control);
H A Dsbus.c31 struct strbuf strbuf; member in struct:sbus_info
72 static void sbus_strbuf_flush(struct iommu *iommu, struct strbuf *strbuf, u32 base, unsigned long npages, int direction) argument
79 upa_writeq(base + (n << IO_PAGE_SHIFT), strbuf->strbuf_pflush);
88 *(strbuf->strbuf_flushflag) = 0UL;
91 upa_writeq(strbuf->strbuf_flushflag_pa, strbuf->strbuf_fsync);
95 while (*(strbuf->strbuf_flushflag) == 0UL) {
322 struct strbuf *strbu local
486 struct strbuf *strbuf; local
522 struct strbuf *strbuf; local
546 struct strbuf *strbuf; local
1042 struct strbuf *strbuf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.h184 struct strbuf { struct
H A Dtimod.c850 struct strbuf __user *ctlptr;
851 struct strbuf __user *datptr;
852 struct strbuf ctl, dat;
870 ctlptr = (struct strbuf __user *)A(arg1);
871 datptr = (struct strbuf __user *)A(arg2);
877 if (copy_from_user(&ctl,ctlptr,sizeof(struct strbuf)) ||
884 if (copy_from_user(&dat,datptr,sizeof(struct strbuf)) ||
919 struct strbuf __user *ctlptr;
920 struct strbuf __user *datptr;
921 struct strbuf ct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/sleep/
H A Dproc.c399 char strbuf[5]; local
407 if (copy_from_user(strbuf, buffer, len))
409 strbuf[len] = '\0';
410 sscanf(strbuf, "%s", str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_interface.c385 char strbuf[64], dr[32], bdr[32]; local
417 prefix2str (p, strbuf, sizeof (strbuf));
421 vty_out (vty, " inet : %s%s", strbuf,
425 vty_out (vty, " inet6: %s%s", strbuf,
429 vty_out (vty, " ??? : %s%s", strbuf,
438 strbuf, sizeof (strbuf));
440 ospf6_interface->instance_id, strbuf,
443 strbuf, sizeo
[all...]
H A Dospf6_message.c343 char strbuf[64];
407 inet_ntop (AF_INET, &o6n->dr, strbuf, sizeof (strbuf));
409 zlog_info ("%s declare %s as DR", o6n->str, strbuf);
419 inet_ntop (AF_INET, &o6n->bdr, strbuf, sizeof (strbuf));
421 zlog_info ("%s declare %s as BDR", o6n->str, strbuf);
342 char strbuf[64]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drtread_getmsg.c106 struct strbuf msgdata;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c3113 char strbuf[16]; local
3213 sprintf(strbuf, "%d", lcd_refresh_rates[i]);
3216 sprintf(strbuf, ",%d", lcd_refresh_rates[i]);
3218 strcat(refresh_rates_buf,strbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c156 char strbuf[16], strbuf1[20]; local
188 sprintf(strbuf, "%ux%ux%u", xres, yres, depth);
189 nameptr = strbuf;
192 sprintf(strbuf, "%ux%ux%u", xres, yres, depth);
193 nameptr = strbuf;
197 sprintf(strbuf, "%ux%ux8", xres, yres);
198 nameptr = strbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c492 static char strbuf[MAX_SERBUF+1]; variable
542 i = vsprintf(strbuf,fmt,args);
543 ser_puts(strbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Ddir.c59 char strbuf[HFS_MAX_NAMELEN]; local
114 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName);
121 if (filldir(dirent, strbuf, len, filp->f_pos,
130 if (filldir(dirent, strbuf, len, filp->f_pos,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Ddir.c116 char strbuf[HFSPLUS_MAX_STRLEN + 1]; local
172 err = hfsplus_uni2asc(sb, &fd.key->cat.name, strbuf, &len);
184 if (filldir(dirent, strbuf, len, filp->f_pos,
193 if (filldir(dirent, strbuf, len, filp->f_pos,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Ddir.c121 char strbuf[HFSPLUS_MAX_STRLEN + 1]; local
180 err = hfsplus_uni2asc(sb, &fd.key->cat.name, strbuf, &len);
192 if (filldir(dirent, strbuf, len, filp->f_pos,
201 if (filldir(dirent, strbuf, len, filp->f_pos,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhostname.c32 #define strbuf bb_common_bufsiz1 macro
33 while (fgets(strbuf, sizeof(strbuf), f) != NULL) {
34 if (strbuf[0] == '#') {
37 chomp(strbuf);
38 do_sethostname(strbuf, 0);

Completed in 242 milliseconds

12