Searched refs:strbuf (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-misc.c182 char strbuf[1024]; local
184 if(length > (sizeof(strbuf) - 1))
192 strncpy(strbuf, comment, length);
193 strbuf[length] = '\0';
200 if(!strncasecmp(strbuf, "ALBUM=", 6))
202 if( *(strbuf+6) )
203 psong->album = strdup(strbuf + 6);
205 else if(!strncasecmp(strbuf, "ARTIST=", 7))
207 if( *(strbuf+7) )
208 psong->contributor[ROLE_ARTIST] = strdup(strbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-misc.c181 char strbuf[1024]; local
183 if(length > (sizeof(strbuf) - 1))
191 strncpy(strbuf, comment, length);
192 strbuf[length] = '\0';
199 if(!strncasecmp(strbuf, "ALBUM=", 6))
201 if( *(strbuf+6) )
202 psong->album = strdup(strbuf + 6);
204 else if(!strncasecmp(strbuf, "ARTIST=", 7))
206 if( *(strbuf+7) )
207 psong->contributor[ROLE_ARTIST] = strdup(strbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-misc.c182 char strbuf[1024]; local
184 if(length > (sizeof(strbuf) - 1))
192 strncpy(strbuf, comment, length);
193 strbuf[length] = '\0';
200 if(!strncasecmp(strbuf, "ALBUM=", 6))
202 if( *(strbuf+6) )
203 psong->album = strdup(strbuf + 6);
205 else if(!strncasecmp(strbuf, "ARTIST=", 7))
207 if( *(strbuf+7) )
208 psong->contributor[ROLE_ARTIST] = strdup(strbuf
[all...]
/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);
/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/src/router/busybox-1.x/sysklogd/
H A Dlogger.c109 #define strbuf bb_common_bufsiz1 macro
110 while (fgets(strbuf, BUFSIZ, stdin)) {
111 if (strbuf[0]
112 && NOT_LONE_CHAR(strbuf, '\n')
115 syslog(i, "%s", strbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
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 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...]
H A Dpci_impl.h109 struct strbuf stc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Diommu.h45 struct strbuf { struct
/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/timemachine/openssl-0.9.8e/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/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/ap/gpl/timemachine/openssl-0.9.8e/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/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/timemachine/openssl-0.9.8e/apps/
H A Denc.c108 char *strbuf=NULL; local
349 strbuf=OPENSSL_malloc(SIZE);
351 if ((buff == NULL) || (strbuf == NULL))
404 strbuf[0]='\0';
405 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc);
408 if (strbuf[0] == '\0')
413 str=strbuf;
520 if (str == strbuf)
636 if (strbuf != NULL) OPENSSL_free(strbuf);
[all...]
/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/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/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminissdp.c823 char strbuf[256]; local
850 l = snprintf(strbuf, sizeof(strbuf), "%s::%s%s",
853 memcpy(p, strbuf, l);
859 l = snprintf(strbuf, sizeof(strbuf), "http://%s:%u" ROOTDESC_PATH,
862 memcpy(p, strbuf, l);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
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...]
H A Dsocksys.h184 struct strbuf { struct
/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/ppp-2.4.4/pppd/
H A Dsrp-entry.c105 char strbuf[MAXB64PARAMLEN]; local
185 pwval.pebuf.index, t_tob64(strbuf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drtread_getmsg.c106 struct strbuf msgdata;

Completed in 329 milliseconds

12