Searched refs:greg (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdates.cpp124 Gregorian greg(mTime);
125 return CssmDate(greg.year, greg.month, greg.day);
142 Gregorian greg(mTime);
145 int(greg.year), greg.month, greg.day, greg.hour, greg
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdates.cpp124 Gregorian greg(mTime);
125 return CssmDate(greg.year, greg.month, greg.day);
142 Gregorian greg(mTime);
145 int(greg.year), greg.month, greg.day, greg.hour, greg
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_ocspd/
H A DocspdUtils.cpp75 CFGregorianDate greg; local
76 memset(&greg, 0, sizeof(greg));
86 greg.year = atoi(szTemp);
96 greg.month = atoi( szTemp );
105 greg.day = atoi( szTemp );
113 greg.hour = atoi( szTemp );
121 greg.minute = atoi( szTemp );
129 greg.second = atoi( szTemp );
132 return CFGregorianDateGetAbsoluteTime(greg, NUL
266 CFGregorianDate greg = CFAbsoluteTimeGetGregorianDate(absTime, tz); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspdUtils.cpp75 CFGregorianDate greg; local
76 memset(&greg, 0, sizeof(greg));
86 greg.year = atoi(szTemp);
96 greg.month = atoi( szTemp );
105 greg.day = atoi( szTemp );
113 greg.hour = atoi( szTemp );
121 greg.minute = atoi( szTemp );
129 greg.second = atoi( szTemp );
132 return CFGregorianDateGetAbsoluteTime(greg, NUL
266 CFGregorianDate greg = CFAbsoluteTimeGetGregorianDate(absTime, tz); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c56 CFGregorianDate greg = CFAbsoluteTimeGetGregorianDate(abstime, NULL); local
59 (int)greg.year, greg.month, greg.day, greg.hour, greg.minute, (int)greg.second))
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcallimts.cpp304 GregorianCalendar greg(status);
308 greg.setTime(startDate, status);
342 UDate testMillis = greg.getTime(status);
418 greg.add(UCAL_DAY_OF_YEAR, 1, status);
463 logln((UnicodeString)"End: " + greg.getTime(status));
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dcal-bahai.el104 (let* ((greg (calendar-gregorian-from-absolute date))
105 (year (+ (- (extract-calendar-year greg) 1844)
106 (if (or (> (extract-calendar-month greg) 3)
107 (and (= (extract-calendar-month greg) 3)
108 (>= (extract-calendar-day greg) 21)))
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c1164 CFGregorianDate greg = CFAbsoluteTimeGetGregorianDate(abstime, NULL); local
1167 (int)greg.year, greg.month, greg.day, greg.hour, greg.minute, (int)greg.second))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c1164 CFGregorianDate greg = CFAbsoluteTimeGetGregorianDate(abstime, NULL); local
1167 (int)greg.year, greg.month, greg.day, greg.hour, greg.minute, (int)greg.second))
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-mmix.c56 struct bpo_greg_section_info *greg; member in union:_mmix_elf_section_data::__anon7251
124 greg contents section (MMIX_LD_ALLOCATED_REG_CONTENTS_SECTION_NAME),
1149 = mmix_elf_section_data (bpo_greg_section)->bpo.greg;
1780 mmix_elf_section_data (allocated_gregs_section)->bpo.greg->n_bpo_relocs
1893 mmix_elf_section_data (allocated_gregs_section)->bpo.greg
1898 = mmix_elf_section_data (allocated_gregs_section)->bpo.greg;
2340 gregdata = mmix_elf_section_data (bpo_gregs_section)->bpo.greg;
2419 gregdata = mmix_elf_section_data (bpo_gregs_section)->bpo.greg;
2512 gregdata = mmix_elf_section_data (bpo_gregs_section)->bpo.greg;
2599 gregdata = mmix_elf_section_data (bpo_gregs_section)->bpo.greg;
[all...]
H A Delf32-ppc.c1848 const void *greg;
1856 greg = va_arg (ap, const void *);
1857 memcpy (data + 72, greg, 192);
1845 const void *greg; local
H A Delf64-ppc.c2520 const void *greg;
2528 greg = va_arg (ap, const void *);
2529 memcpy (data + 112, greg, 384);
2518 const void *greg; local
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcldrtest.c976 UResourceBundle* greg = ures_getByKeyWithFallback(cal, "gregorian", NULL, &errorCode); local
977 UResourceBundle* names = ures_getByKeyWithFallback(greg, "dayNames", NULL, &errorCode);
1008 names = ures_getByKeyWithFallback(greg, "monthNames", NULL, &errorCode);
1036 ures_close(greg);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmmix.vim40 syn keyword mmixPseudo is loc greg

Completed in 232 milliseconds