Searched refs:stamp (Results 1 - 25 of 232) sorted by last modified time

12345678910

/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c535 uint32_t stamp; local
539 stamp = (now.tv_sec * statfsrate) + (now.tv_usec / (1000000/statfsrate));
540 if (stamp != nmp->nm_fsattrstamp) {
542 nmp->nm_fsattrstamp = stamp;
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dconfig.guess50 -t, --time-stamp print date of last modification, then exit
72 --time-stamp | --time* | -t )
1512 # eval: (add-hook 'write-file-hooks 'time-stamp)
1513 # time-stamp-start: "timestamp='"
1514 # time-stamp-format: "%:y-%02m-%02d"
1515 # time-stamp-end: "'"
H A Dconfig.sub70 -t, --time-stamp print date of last modification, then exit
91 --time-stamp | --time* | -t )
1762 # eval: (add-hook 'write-file-hooks 'time-stamp)
1763 # time-stamp-start: "timestamp='"
1764 # time-stamp-format: "%:y-%02m-%02d"
1765 # time-stamp-end: "'"
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/
H A Dconfig.guess50 -t, --time-stamp print date of last modification, then exit
72 --time-stamp | --time* | -t )
1516 # eval: (add-hook 'write-file-hooks 'time-stamp)
1517 # time-stamp-start: "timestamp='"
1518 # time-stamp-format: "%:y-%02m-%02d"
1519 # time-stamp-end: "'"
H A Dconfig.sub70 -t, --time-stamp print date of last modification, then exit
91 --time-stamp | --time* | -t )
1762 # eval: (add-hook 'write-file-hooks 'time-stamp)
1763 # time-stamp-start: "timestamp='"
1764 # time-stamp-format: "%:y-%02m-%02d"
1765 # time-stamp-end: "'"
/macosx-10.10.1/curl-83.1.2/curl/
H A Dbuildconf336 stamp-h1 \
337 stamp-h2 \
338 stamp-h3 ; do
H A Dconfig.guess44 -t, --time-stamp print date of last modification, then exit
64 --time-stamp | --time* | -t )
1416 # eval: (add-hook 'write-file-hooks 'time-stamp)
1417 # time-stamp-start: "timestamp='"
1418 # time-stamp-format: "%:y-%02m-%02d"
1419 # time-stamp-end: "'"
H A Dconfig.sub63 -t, --time-stamp print date of last modification, then exit
82 --time-stamp | --time* | -t )
1790 # eval: (add-hook 'write-file-hooks 'time-stamp)
1791 # time-stamp-start: "timestamp='"
1792 # time-stamp-format: "%:y-%02m-%02d"
1793 # time-stamp-end: "'"
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmulti.c2528 struct timeval *stamp)
2539 memcpy(timedup, stamp, sizeof(*timedup));
2527 multi_addtimeout(struct curl_llist *timeoutlist, struct timeval *stamp) argument
H A Dversion.c299 curl_version_info_data *curl_version_info(CURLversion stamp) argument
346 (void)stamp; /* avoid compiler warnings, we don't use this */
/macosx-10.10.1/curl-83.1.2/curl/packages/OS400/
H A Dccsidcurl.c396 curl_version_info_ccsid(CURLversion stamp, unsigned int ccsid) argument
416 if(stamp > CURLVERSION_NOW)
419 p = curl_version_info(stamp);
H A Dccsidcurl.h46 CURL_EXTERN curl_version_info_data * curl_version_info_ccsid(CURLversion stamp,
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dclean_gnv_curl.com205 $ file = "lcl_root:[]stamp-h1."
208 $ file = "lcl_root:[...]stamp-h1."
211 $ file = "lcl_root:[...]stamp-h2."
214 $ file = "lcl_root:[...]stamp-h3."
/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/WebKit/
H A DWebKitPostBuild.cmd21 perl "%WEBKIT_LIBRARIES%\tools\scripts\version-stamp.pl" "%INTDIR%" "%TARGETPATH%"
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dgtls.c196 time_t stamp)
200 CURLcode result = Curl_gmtime(stamp, &buffer);
194 showtime(struct SessionHandle *data, const char *text, time_t stamp) argument
/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_common.c620 asl_make_timestamp(time_t stamp, uint32_t flags, char *buf, size_t len) argument
630 gmtime_r(&stamp, &t);
636 gmtime_r(&stamp, &t);
643 localtime_r(&stamp, &t);
661 localtime_r(&stamp, &t);
677 snprintf(buf, len, "%c%lu", STYLE_SEC_PREFIX_CHAR, stamp);
694 if (dst->stamp == 0) dst->stamp = time(NULL);
695 asl_make_timestamp(dst->stamp, dst->flags, tstamp, sizeof(tstamp));
907 if (dst->stamp
2073 _check_file_name(const char *name, const char *base, bool src, char **stamp) argument
2164 _parse_stamp_style(char *stamp, uint32_t flags, uint32_t *sp, time_t *tp) argument
2283 char *stamp = NULL; local
[all...]
H A Dasl_common.h115 time_t stamp; member in struct:__anon12453
171 void asl_make_timestamp(time_t stamp, uint32_t flags, char *buf, size_t len);
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_action.c559 if ((r->dst->size == 0) || (r->dst->stamp == 0))
571 if (r->dst->stamp == 0) r->dst->stamp = sb.st_birthtimespec.tv_sec;
572 if (r->dst->stamp == 0) r->dst->stamp = sb.st_mtimespec.tv_sec;
588 if (r->dst->stamp == 0) r->dst->stamp = time(NULL);
589 asl_make_timestamp(r->dst->stamp, r->dst->flags, tstamp, sizeof(tstamp));
598 r->dst->stamp = 0;
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm2494 my $stamp = time;
2496 my $id = $stamp . $self->gen_id($object);
2506 $objects{$id} = [$object, $type, $stamp];
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-pf.c113 struct enstamp stamp; local
174 sp = &stamp;
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Dvtd.c514 uint32_t stamp; member in struct:vtd_free_queued_t
549 uint32_t stamp; member in struct:vtd_space
1026 bf->stamp = 0x100;
1575 uint64_t stamp; local
1610 stamp = ++fSpace->stamp;
1617 fSpace->free_queue[isLarge][idx].stamp = stamp;
1662 // if (0 == (stamp & 3))
1666 uint64_t command = (stamp<<3
[all...]
/macosx-10.10.1/apache-793/httpd/build/
H A Dconfig.guess44 -t, --time-stamp print date of last modification, then exit
64 --time-stamp | --time* | -t )
1554 # eval: (add-hook 'write-file-hooks 'time-stamp)
1555 # time-stamp-start: "timestamp='"
1556 # time-stamp-format: "%:y-%02m-%02d"
1557 # time-stamp-end: "'"
H A Dconfig.sub63 -t, --time-stamp print date of last modification, then exit
82 --time-stamp | --time* | -t )
1789 # eval: (add-hook 'write-file-hooks 'time-stamp)
1790 # time-stamp-start: "timestamp='"
1791 # time-stamp-format: "%:y-%02m-%02d"
1792 # time-stamp-end: "'"
/macosx-10.10.1/ruby-106/ruby/
H A Dcommon.mk444 $(Q)$(RM) y.tab.c y.output encdb.h transdb.h prelude.c config.log rbconfig.rb $(ruby_pc) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/schema/
H A Dapple.schema932 NAME 'apple-data-stamp'
933 DESC 'data stamp'
1015 apple-data-stamp $ apple-password-server-location $

Completed in 301 milliseconds

12345678910