Searched refs:date (Results 1 - 25 of 121) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dmake_lpd_conf2 date=`date`;
5 # lpd.conf generated from $1 on $date
H A Dmake_lpd_conf.in2 date=`date`;
5 # lpd.conf generated from $1 on $date
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dcache_file.h34 extern int read_cache_file(char *file, time_t *date, char **ipaddr);
35 extern int write_cache_file(char *file, time_t date, char *ipaddr);
H A Dcache_file.c62 int read_cache_file(char *file, time_t *date, char **ipaddr) argument
77 *date = 0;
118 *date = strtoul(datestr, NULL, 10);
123 *date = 0;
137 int write_cache_file(char *file, time_t date, char *ipaddr) argument
146 fprintf(fp, "%ld,%s\n", date, ipaddr);
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/printer-accounting/
H A Dacct-all4 date
H A Dhp5-redir16 chomp($date = `date '+%Y-%m-%d.%T'`);
35 print ACCT "$date $opt_n $opt_h $size $cnt\n";
39 warn "Log: $date $opt_n $opt_h $size $cnt\n";
H A Dlp-acct16 chomp($date = `date '+%Y-%m-%d.%T'`);
30 print ACCT "$date $opt_n $opt_h $size $cnt\n";
34 warn "Log: $date $opt_n $opt_h $size $cnt\n";
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dbuild_env.sh10 date=`date`
34 #define BUILD_ENV_DATE "${date}"
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DOCS/
H A Dupdateversion10 my $wd = '<date> ' ."$s[2] $s[1] $s[4] (For $v)" . '</date>' . "\n";
19 }elsif( /^<date>/ ){
/asus-wl-520gu-7.0.1.45/src/router/LPRng/TESTSUPPORT/
H A Dfilter.sh56 echo FILTER $$ "sleeping $delay, interval $interval" `date` 1>&3
63 echo FILTER $$ done $elapsed `date` 1>&3
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dm48t35.h18 volatile u8 date; member in struct:m48t35_rtc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dm48t35.h18 volatile u8 date; member in struct:m48t35_rtc
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dschling.h33 int date; // the week date/month date of the task schedule member in struct:Schl_Act
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dschling.h33 int date; // the week date/month date of the task schedule member in struct:Schl_Act
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A DUPDATE29 echo Version $NEW - `date`
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dmakerpms-cvs.sh9 RELEASE=0.`date +%Y%m%d`
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/zftape/
H A Dzftape-eof.c70 * odd 16-bit word: encoded date
174 GET2(&zft_eof_map[i].mark.date,0));
175 PUT2(&zft_eof_map[i].mark.date, 0, tmp);
181 GET2(&zft_eof_map[i].mark.date,0));
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dacorn.h25 __u32 date; member in struct:riscix_record
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A DMakefile37 @echo >> proto2.h " * Autogenerated with cproto on: " `date`
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dgmtdate.h60 // converts date to string format: RFC 1123 format:
63 // returns NULL if date is NULL
66 char* DateToString( const struct tm* date );
74 // tries to parse date according to RFCs 1123, 850, or asctime()
77 // str - contains date/time in string format
78 // dateTime - date and time obtained from 'str'
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dpclbanner179 date=`date`;
181 textline "$date" 0 1 ;
H A Dpclbanner.in179 date=`date`;
181 textline "$date" 0 1 ;
H A Dpsbanner13 # -t date - date /Date
66 date=`date`;
76 /Date ($date) def
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-timer.c164 unsigned int year, month, date, hour, min, sec; local
177 date = rtc->date;
186 BCD_TO_BIN(date);
192 return mktime(year, month, date, hour, min, sec);

Completed in 96 milliseconds

12345