Home
last modified time | relevance | path

Searched refs:Sep (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd/crypto/openssl/test/certs/
H A Dec_privkey_with_chain.pem10 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
28 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
45 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
62 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c308 const char *Sep = strchr(Path, DIR_SEPARATOR); in lprofFindFirstDirSeparator() local
311 if (Sep2 && (!Sep || Sep2 < Sep)) in lprofFindFirstDirSeparator()
312 Sep = Sep2; in lprofFindFirstDirSeparator()
314 return Sep; in lprofFindFirstDirSeparator()
318 const char *Sep = strrchr(Path, DIR_SEPARATOR); in lprofFindLastDirSeparator() local
321 if (Sep2 && (!Sep || Sep2 > Sep)) in lprofFindLastDirSeparator()
322 Sep = Sep2; in lprofFindLastDirSeparator()
324 return Sep; in lprofFindLastDirSeparator()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp27 static std::string getPackageFullName(const Record *R, StringRef Sep = ".");
30 StringRef Sep = ".") { in getParentPackageFullName() argument
33 name = getPackageFullName(DI->getDef(), Sep); in getParentPackageFullName()
37 static std::string getPackageFullName(const Record *R, StringRef Sep) { in getPackageFullName() argument
38 std::string name = getParentPackageFullName(R, Sep); in getPackageFullName()
40 name += Sep; in getPackageFullName()
46 static std::string getCheckerFullName(const Record *R, StringRef Sep = ".") { in getCheckerFullName() argument
47 std::string name = getParentPackageFullName(R, Sep); in getCheckerFullName()
49 name += Sep; in getCheckerFullName()
/freebsd/contrib/dialog/package/debian/
H A Dchangelog59 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 25 Sep 2019 04:37:53 -0400
65 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 23 Sep 2019 05:13:54 -0400
167 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 20 Sep 2015 18:08:36 -0400
209 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 11 Sep 2014 03:56:17 -0400
215 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 10 Sep 2014 04:23:13 -0400
221 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 08 Sep 2014 05:10:11 -0400
227 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 01 Sep 2014 12:15:40 -0400
245 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 28 Sep 2013 21:27:37 -0400
251 -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 21 Sep 2013 09:18:26 -0400
257 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 01 Sep 2013 19:08:31 -0400
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp144 size_t Sep = Path.rfind('/', MaxPrefix + 1); in splitUstar() local
145 if (Sep == StringRef::npos) in splitUstar()
147 if (Path.size() - Sep - 1 >= sizeof(UstarHeader::Name)) in splitUstar()
150 Prefix = Path.substr(0, Sep); in splitUstar()
151 Name = Path.substr(Sep + 1); in splitUstar()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/
H A Dmbox1 From wiggans@aipl.arsusda.gov Mon Sep 12 11:05:58 1994
3 id OAA16853; Mon, 12 Sep 1994 14:05:42 -0400
5 …eta0) with ESMTP id LAA15825 for <bostic@vangogh.CS.Berkeley.EDU>; Mon, 12 Sep 1994 11:05:20 -0700…
6 …9/8.6.6.Beta11) with SMTP id LAA25681 for <bostic@cs.berkeley.edu>; Mon, 12 Sep 1994 11:05:44 -0700
8 id AA00699 for bostic@cs.berkeley.edu; Mon, 12 Sep 94 14:06:15 -0400
10 id AA14802; Mon, 12 Sep 1994 14:05:48 -0400
14 Date: Mon, 12 Sep 1994 14:05:47 -0400 (EDT)
109 From wiggans@aipl.arsusda.gov Fri Sep 16 20:27:22 1994
111 id XAA09260; Fri, 16 Sep 1994 23:27:09 -0400
113 …eta0) with ESMTP id UAA25674 for <bostic@vangogh.CS.Berkeley.EDU>; Fri, 16 Sep 1994 20:27:03 -0700…
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h445 template <typename Sep>
446 inline void join_items_impl(std::string &Result, Sep Separator) {} in join_items_impl()
448 template <typename Sep, typename Arg>
449 inline void join_items_impl(std::string &Result, Sep Separator, in join_items_impl()
454 template <typename Sep, typename Arg1, typename... Args>
455 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl()
494 template <typename Sep, typename... Args>
495 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
/freebsd/contrib/libarchive/
H A DNEWS19 Sep 23, 2024: libarchive 3.7.6 released
21 Sep 13, 2024: libarchive 3.7.5 released
27 Sep 12, 2023: libarchive 3.7.2 released
87 Sep 03, 2018: libarchive 3.3.3 released
180 Sep 27, 2012: Implement function used to seek within data blocks.
209 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
336 Sep 19, 2008: Jaakko Heinonen: shar utility built on libarchive
337 Sep 17, 2008: Pedro Giffuni: birthtime support
338 Sep 17, 2008: Miklos Vajna: lzma reader and test. Note: I still have
344 Sep 11, 2008: Ivailo Petrov: Many fixes to Windows build, new solution files
[all …]
/freebsd/contrib/tzdata/
H A Dasia72 Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 -
75 Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 -
79 Rule RussiaAsia 1984 1995 - Sep lastSun 2:00s 0 -
121 3:00 RussiaAsia %z 1995 Sep 24 2:00s
147 3:00 RussiaAsia %z 1992 Sep lastSun 2:00s
232 5:30 - %z 1942 Sep
233 6:30 - %z 1951 Sep 30
293 Rule Shang 1919 only - Sep 30 24:00 0 S
390 Rule Shang 1945 only - Sep 1 24:00 0 S
392 Rule Shang 1946 only - Sep 30 24:00 0 S
[all …]
H A Dsouthamerica535 -4:00 - %z 2004 Sep 26
964 -2:00 Brazil %z 1990 Sep 17
965 -2:00 - %z 1999 Sep 30
967 -2:00 - %z 2001 Sep 13
982 -3:00 Brazil %z 1988 Sep 12
988 -4:00 Brazil %z 1988 Sep 12
995 -3:00 Brazil %z 1990 Sep 17
996 -3:00 - %z 1999 Sep 30
998 -3:00 - %z 2001 Sep 13
1004 -3:00 Brazil %z 1990 Sep 17
[all …]
H A Deurope395 Rule GB-Eire 1917 only - Sep 17 2:00s 0 GMT
398 Rule GB-Eire 1918 only - Sep 30 2:00s 0 GMT
401 Rule GB-Eire 1919 only - Sep 29 2:00s 0 GMT
414 Rule GB-Eire 1923 1924 - Sep Sun>=16 2:00s 0 GMT
439 Rule GB-Eire 1944 only - Sep Sun>=16 1:00s 1:00 BST
565 Rule EU 1977 only - Sep lastSun 1:00u 0 -
567 Rule EU 1979 1995 - Sep lastSun 1:00u 0 -
577 Rule W-Eur 1977 only - Sep lastSun 1:00s 0 -
579 Rule W-Eur 1979 1995 - Sep lastSun 1:00s 0 -
588 Rule C-Eur 1917 1918 - Sep Mon>=15 2:00s 0 -
[all …]
H A Dafrica78 Rule Algeria 1939 only - Sep 11 23:00s 1:00 S
82 Rule Algeria 1945 only - Sep 16 1:00 0 -
84 Rule Algeria 1971 only - Sep 26 23:00s 0 -
88 Rule Algeria 1978 only - Sep 22 3:00 0 -
112 -2:00 - %z 1942 Sep
162 Rule Egypt 1941 only - Sep 16 0:00 0 -
171 Rule Egypt 1959 1965 - Sep 30 3:00 0 -
191 Rule Egypt 1995 2005 - Sep lastThu 24:00 0 -
197 Rule Egypt 2006 only - Sep 21 24:00 0 -
206 Rule Egypt 2007 only - Sep Thu>=1 24:00 0 -
[all …]
H A Dnorthamerica181 Rule US 1945 only - Sep 30 2:00 0 S
337 Rule NYC 1921 1954 - Sep lastSun 2:00 0 S
423 Rule Chicago 1922 1954 - Sep lastSun 2:00 0 S
544 Rule CA 1950 1961 - Sep lastSun 2:00 0 S
909 Rule Indianapolis 1941 1954 - Sep lastSun 2:00 0 S
917 -5:00 - EST 1957 Sep 29 2:00
928 Rule Marengo 1951 only - Sep lastSun 2:00 0 S
930 Rule Marengo 1954 1960 - Sep lastSun 2:00 0 S
947 Rule Vincennes 1946 only - Sep lastSun 2:00 0 S
949 Rule Vincennes 1953 1959 - Sep lastSun 2:00 0 S
[all …]
H A Dbackzone156 Rule Ghana 1920 1939 - Sep 1 2:00 0:20 +0020
158 Rule Ghana 1950 1955 - Sep 1 2:00 0:30 +0030
294 # Although Shanks & Pottenger had DST from Jun 1 00:00 to Sep 1 00:00 in this
306 -1:00 SL %s 1939 Sep 5
316 2:00 - CAT 1943 Sep 19 2:00
385 2:00 - SAST 1943 Sep 19 2:00
505 -6:00 Canada C%sT 1940 Sep 29
507 -6:00 Canada C%sT 1945 Sep 30 2:00
676 Rule Mont 1924 1926 - Sep lastSun 2:30 0 S
679 Rule Mont 1927 1937 - Sep lastSat 24:00 0 S
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h394 StringRef Sep = consumeOneOption(Style, '$', ", ");
397 return std::make_pair(Sep, Args);
405 StringRef Sep;
407 std::tie(Sep, ArgStyle) = parseOptions(Style);
416 Stream << Sep;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp53 const char *NL, const char *Sep) const override;
168 const char *NL, const char *Sep) const { in printState()
173 OS << Sep << "ObjC container sizes :" << NL; in printState()
/freebsd/crypto/heimdal/doc/
H A Dmdate-sh55 Sep) month=September; nummonth=9;;
77 Sep) nummonthtod=9;;
/freebsd/contrib/ldns/packaging/fedora/
H A Dldns.spec121 * Thu Sep 22 2011 Paul Wouters <paul@xelerance.com> - 1.6.11-1
184 * Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.0.1-4
187 * Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.0.1-3
211 * Sun Sep 25 2005 Paul Wouters <paul@xelerance.com> - 0.70
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp97 StringRef Sep = "("; in printPrettyPragma() local
99 OS << Sep; in printPrettyPragma()
101 Sep = ", "; in printPrettyPragma()
H A DASTConcept.cpp104 llvm::ListSeparator Sep(", "); in print() local
107 OS << Sep; in print()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp25 StringRef Sep) { in typesetItemList()
31 Result += join(ThisGroup, Sep); in typesetItemList()
33 Result += Sep; in typesetItemList()
24 typesetItemList(ArrayRef<std::string> Opts,uint32_t IndentLevel,uint32_t GroupSize,StringRef Sep) typesetItemList() argument
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp467 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot() local
469 if (llvm::sys::fs::is_directory(ClangRoot + Sep + CandidateSubdir)) { in findClangRelativeSysroot()
471 return (ClangRoot + Sep + CandidateSubdir).str(); in findClangRelativeSysroot()
478 StringRef Sep = llvm::sys::path::get_separator(); in looksLikeMinGWSysroot() local
479 if (!llvm::sys::fs::exists(Directory + Sep + "include" + Sep + "_mingw.h")) in looksLikeMinGWSysroot()
481 if (!llvm::sys::fs::exists(Directory + Sep + "lib" + Sep + "libkernel32.a")) in looksLikeMinGWSysroot()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.printY.ksh.out2 2003 Sep 3 10:23:41
H A Dtst.printT.ksh.out2 Wed, 03 Sep 2003 10:23:41 PDT
/freebsd/crypto/openssl/
H A DVERSION.dat

1234567