Searched refs:tm (Results 276 - 300 of 325) sorted by relevance

<<111213

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfile.c400 struct tm *tmbuf;
H A Dconfigure5459 if ((struct tm *) 0)
5502 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
5503 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
5519 struct tm tm;
5520 int *p = &tm.tm_sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmemory.c722 struct tm * tstruct;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dinode.c3009 MFT_RECORD *tm = map_mft_record(tni); local
3012 if (IS_ERR(tm)) {
3014 err = PTR_ERR(tm);
3017 ret = write_mft_record(tni, tm, sync);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c379 struct tm ts;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dcrond.c670 struct tm *tp = localtime(&t);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.c646 struct tm * tstruct;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl257 The indexing merely outputs messages via C<.tm> for each
529 .tm Index:\\$1\t\\n%\t"\\$2"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl257 The indexing merely outputs messages via C<.tm> for each
530 .tm Index:\\$1\t\\n%\t"\\$2"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dspeed.c1770 int tm)
1774 : "Doing %d bit %s %s's for %ds: ",bits,str,str2,tm);
1769 pkey_print_message(char *str, char *str2, long num, int bits, int tm) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipxfrm.c327 struct tm *tp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_media.c893 led2:1, led3:1, fifo:1, ll:1, rl:1, tm:1, loop:1; member in struct:ssicsr2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsvlogd.c138 struct tm *t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dmetadata.c569 struct tm *modtime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c634 struct tm *modtime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c535 time_t tm; local
557 time(&tm);
563 tm = strtoul(&s[5], NULL, 10);
577 rfctime(&tm), proto, verdict, dst, dpt, src, spt);
1047 time_t tm; local
1092 time(&tm);
1094 expires -= time(&tm);
1634 struct tm tm; local
1639 memcpy(&tm, localtim
1685 time_t tm; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c2602 int bits, int tm)
2606 : "Doing %d bit %s %s's for %ds: ",bits,str,str2,tm);
2601 pkey_print_message(const char *str, const char *str2, long num, int bits, int tm) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro100.c156 #define netif_set_tx_timeout(dev, tf, tm) \
159 (dev)->watchdog_timeo = (tm); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dssl.h1181 void SSL_CTX_flush_sessions(SSL_CTX *ctx,long tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl.h1181 void SSL_CTX_flush_sessions(SSL_CTX *ctx,long tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfigure4403 if ((struct tm *) 0)
4450 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
4451 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4467 struct tm *tp; tp->tm_sec;
4513 echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
4514 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4531 static struct tm ac_aggr;
4578 static struct tm ac_aggr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c2836 struct obj_symbol *tm; local
2844 tm = obj_find_symbol(f, SPFX "__this_module");
2850 (char *) &dep->ref - sec->contents, tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c3430 struct tm *t;
3985 struct tm *t;
6409 struct tm *t;
6437 struct tm *t;
H A Dsrv_srvsvc_nt.c1855 struct tm *t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.c1584 struct tm *filetime;

Completed in 431 milliseconds

<<111213