Searched refs:time (Results 1 - 25 of 2065) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c6 #include <time.h>
78 time(&(ut.bu_time));
H A Dcommands.c27 #include <sys/time.h>
30 #include <time.h>
317 /* first time */
1359 /* Use "wb9" for maximum compression, uses more CPU time... */
1609 control_printf(SL_FAILURE, "550 Error while determining the modification time: %s",
H A Dcommands_admin.c11 # include <sys/time.h>
13 #include <time.h>
102 fprintf(stderr, "200-PID User Host Login time\n");
H A Ddirlist.c35 #include <sys/time.h>
38 #include <time.h>
230 time(&t);
H A Dlogging.c6 #include <sys/time.h>
9 #include <time.h>
99 time(&t);
H A Dlogin.c36 #include <sys/time.h>
39 #include <time.h>
288 time (&(ut.ut_time));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/CMake/
H A DCurlTests.c23 /* Time with sys/time test */
26 #include <sys/time.h>
27 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dchkspeed.c25 * amount of downloaded bytes, the time used for the whole download, and
35 #include <time.h>
122 time_t t = time(NULL);
154 /* check for total download time */
157 printf("Total download time: %0.3f sec.\n", val);
H A Dcookie_interface.c28 #include <time.h>
92 ".google.com", "TRUE", "/", "FALSE", time(NULL) + 31337, "PREF", "hello google, i like you very much!");
H A Devhiperfifo.c62 #include <sys/time.h>
63 #include <time.h>
354 /* note that the add_handle() will set a time-out to trigger very soon so
H A Dfopen.c49 # include <sys/time.h>
H A Dhiperfifo.c59 #include <sys/time.h>
60 #include <time.h>
337 /* note that the add_handle() will set a time-out to trigger very soon so
H A Dmulti-app.c28 #include <sys/time.h>
H A Dmulti-debugcallback.c28 #include <sys/time.h>
H A Dmulti-double.c26 #include <sys/time.h>
H A Dmulti-post.c26 #include <sys/time.h>
H A Dmulti-single.c28 #include <sys/time.h>
H A Dsmtp-multi.c79 ** time() returns the value of time in seconds since the Epoch.
82 now.tv_sec = (long)time(NULL);
H A Dsynctime.c29 * # date -s "`curl -sI http://nist.time.gov/timezone.cgi?UTC/s/0 \
32 * To view remote webserver date and time.
33 * $ curl -sI http://nist.time.gov/timezone.cgi?UTC/s/0 \
36 * Synchronising your computer clock via Internet time server usually relies
38 * time synchronisation but it does not work very well through a
42 * There is an indirect method. Since most webserver provide server time in
48 * 2. Webserver system time must in sync with the NTP time server,
49 * or at least provide an accurate time keeping.
51 * so there is no way to get very accurate time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dcurl.h56 #include <time.h>
82 #include <sys/time.h>
177 time for those who feel adventurous. The practical minimum is about
231 time_t time; member in struct:curl_fileinfo
240 char *time; member in struct:curl_fileinfo::__anon14
436 CURLE_OPERATION_TIMEDOUT, /* 28 - the timeout time was reached */
847 * during "low speed time" seconds, the operations is aborted.
855 /* Set the "low speed time" */
899 /* What kind of HTTP time condition to use, see defines */
1020 are OK within this time, the
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c193 time_t now = time(NULL);
805 time_t now = time(NULL);
H A Dcurl_rand.c56 randseed = (unsigned int) time(NULL);
H A Dftp.c490 return CURLE_OPERATION_TIMEDOUT; /* already too little time */
1362 /* Requested time of file or time-depended transfer? */
1365 /* we have requested to get the modified-time of the file, this is a white
1881 /* we got a time. Format should be: "YYYYMMDDHHMMSS[.sss]" where the
1887 /* we have a time, reformat it */
1888 time_t secs=time(NULL);
1893 /* now, convert this into a time() value: */
1898 /* If we asked for a time of the file and we actually got one as well,
1964 infof(data, "Skipping time compariso
[all...]
H A Dftplistparser.c107 } time; member in union:__anon59
138 } time; member in union:__anon69
178 size_t time; member in struct:ftp_parselist_data::__anon77
292 * Apr 11 1998 (unknown time.. set it to 00:00:00?)
293 * Apr 11 12:21 (unknown year -> set it to NOW() time?)
320 finfo->strings.time = str + parser->offsets.time;
645 parser->state.UNIX.sub.time = PL_UNIX_TIME_PREPART1;
655 switch(parser->state.UNIX.sub.time) {
661 parser->state.UNIX.sub.time
[all...]
H A Dgtls.c250 /* check allowed time left */
254 /* no need to continue if time already is up */
660 /* Check for time-based validity */
668 if(certclock < time(NULL)) {
686 if(certclock > time(NULL)) {
1031 time-consuming seedings in vain */

Completed in 291 milliseconds

1234567891011>>