Searched refs:dstr (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_unmdtm.c18 time_t UnMDTMDate(char *dstr) argument
28 if (strncmp(dstr, "1910", 4) == 0) {
33 y2fix[2] = dstr[3];
34 y2fix[3] = dstr[4];
35 strncpy(y2fix + 4, dstr + 5, sizeof(y2fix) - 6);
36 dstr = y2fix;
47 if (sscanf(dstr, "%04d%02d%02d%02d%02d%02d",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c27 char *dstr = getenv("BLKID_DEBUG"); local
29 if (dstr)
30 blkid_debug_mask = strtoul(dstr, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dspoolutil.c53 char dstr[32]; local
60 (void) Strncpy(dstr, "20010101-000000", size);
62 (void) strftime(dstr, sizeof(dstr), "%Y%m%d-%H%M%S", &lt);
67 dstr,
79 dstr,
H A Dls.c254 LsDate(char *dstr, size_t dsiz, time_t ts) argument
259 (void) Strncpy(dstr, " ", dsiz);
263 (void) Strncpy(dstr, "Jan 0 1900", dsiz);
268 (void) snprintf(dstr, dsiz,
270 (void) sprintf(dstr,
279 (void) snprintf(dstr, dsiz,
281 (void) sprintf(dstr,
H A Dutil.h104 time_t UnDate(char *dstr);
H A Dutil.c769 time_t UnDate(char *dstr) argument
780 if (sscanf(dstr, "%04d%02d%02d%02d%02d%02d",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A DMakefile12 obj-$(CONFIG_PARIDE_DSTR) += dstr.o
H A Ddstr.c2 dstr.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
5 dstr.c is a low-level protocol driver for the
198 printk("%s: dstr %s, DataStor EP2000 at 0x%x, ",
205 static struct pi_protocol dstr = { variable in typeref:struct:pi_protocol
207 .name = "dstr",
223 return paride_register(&dstr);
228 paride_unregister(&dstr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dunicode.c293 u16 *dstr, outlen = 0; local
300 if (decompose && (dstr = decompose_unichar(c, &dsize))) {
304 ustr->unicode[outlen++] = cpu_to_be16(*dstr++);
327 const u16 *dstr; local
344 if (decompose && (dstr = decompose_unichar(c, &dsize))) {
346 c2 = *dstr++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dunicode.c293 u16 *dstr, outlen = 0; local
300 if (decompose && (dstr = decompose_unichar(c, &dsize))) {
304 ustr->unicode[outlen++] = cpu_to_be16(*dstr++);
327 const u16 *dstr; local
344 if (decompose && (dstr = decompose_unichar(c, &dsize))) {
346 c2 = *dstr++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c456 char dstr[20]; local
458 strftime(dstr, sizeof(dstr), "%Y-%m-%d", localtime(&now));
462 dstr, tstr, ds->name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-basic.c345 DBusString dstr; local
347 _dbus_string_init_const (&dstr, value);
353 new_len = _dbus_string_get_length (&dstr);
355 if (!_dbus_string_replace_len (&dstr, 0, new_len,
391 DBusString dstr; local
393 _dbus_string_init_const (&dstr, value);
396 new_len = _dbus_string_get_length (&dstr);
398 if (!_dbus_string_replace_len (&dstr, 0, new_len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c1731 char dstr[64]; local
1776 (void) sprintf(dstr, "%08d", iyyyymmdd);
1777 (void) memcpy(yyyy, dstr, 4); yyyy[4] = '\0';
1778 (void) memcpy(mm, dstr + 4, 2); mm[2] = '\0';
1779 (void) memcpy(dd, dstr + 6, 2); dd[2] = '\0';
1780 (void) sprintf(dstr, "%06d", ihhmmss);
1781 (void) memcpy(HH, dstr + 0, 2); HH[2] = '\0';
1782 (void) memcpy(MM, dstr + 2, 2); MM[2] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dhifn_795x.c400 struct hifn_desc dstr[HIFN_D_DST_RSIZE+1]; member in struct:hifn_dma
950 dma->dstr[HIFN_D_DST_RSIZE].p = __cpu_to_le32(dptr +
951 offsetof(struct hifn_dma, dstr[0]));
1041 offsetof(struct hifn_dma, dstr[0]));
1328 dma->dstr[idx].p = __cpu_to_le32(addr);
1329 dma->dstr[idx].l = __cpu_to_le32(size | HIFN_D_VALID |
1333 dma->dstr[idx].l = __cpu_to_le32(HIFN_D_VALID |
1844 if (dma->dstr[i].l & __cpu_to_le32(HIFN_D_VALID))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Ddetails.cc458 const QString dstr = Formatter::sizeToString( d ); local
461 string = tr( "%1 (%2 corrupt)" ).arg( dstr ).arg( fstr );
463 string = dstr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davidec.c978 void* dstr; local
1080 dstr = pkt->destruct;
1083 pkt->destruct = dstr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davidec.c1254 void *dstr; local
1374 dstr = pkt->destruct; local
1381 pkt->destruct = dstr;

Completed in 384 milliseconds