Searched +refs:parse +refs:time +refs:digits (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetdate.y2 /* Parse a string into an internal time stamp.
29 nanosecond-resolution time stamps, and in October 2004 to support
75 POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to
110 /* An integer value, and the number of digits in its textual
116 size_t digits;
169 /* Style used for time. */
193 /* Table of local time zone abbrevations, terminated by a null entry. */
207 %parse-param { parser_control *pc }
258 time
273 time label
[all...]
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq.c11 #include <sys/time.h>
99 #define TS 1 /* time stamp */
270 static void help (struct parse *, FILE *);
277 static void timeout (struct parse *, FILE *);
278 static void auth_delay (struct parse *, FILE *);
279 static void host (struct parse *, FILE *);
280 static void ntp_poll (struct parse *, FILE *);
281 static void keyid (struct parse *, FILE *);
282 static void keytype (struct parse *, FILE *);
283 static void passwd (struct parse *, FIL
1645 static const char *digits = "0123456789"; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dvtzone.cpp119 int32_t digits[10]; // max int32_t is 10 decimal digits local
132 digits[i++] = number % 10;
137 // fixed digits
139 digits[i] = number % 10;
147 str.append((UChar)(digits[i] + 0x0030));
154 int32_t digits[20]; // max int64_t is 20 decimal digits local
171 digits[i++] = (int32_t)(number % 10);
180 str.append((UChar)(digits[
188 getDateTimeString(UDate time, UnicodeString& str) argument
214 getUTCDateTimeString(UDate time, UnicodeString& str) argument
277 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; local
1171 writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const argument
1345 VTimeZone::parse(UErrorCode& status) { function in class:VTimeZone
1836 writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const argument
2220 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const argument
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim86 syn keyword lispFunc /// float-digits princ
116 syn keyword lispFunc arithmetic-error-operands get-decoded-time rational
118 syn keyword lispFunc array get-internal-real-time rationalp
119 syn keyword lispFunc array-dimension get-internal-run-time read
125 syn keyword lispFunc array-in-bounds-p get-universal-time read-from-string
162 syn keyword lispFunc boole-2 internal-time-units-per-second round
210 syn keyword lispFunc char-equal load-time-value simple-warning
290 syn keyword lispFunc decode-universal-time method-qualifiers substitute-if-not
316 syn keyword lispFunc denominator nconc time
349 syn keyword lispFunc encode-universal-time nunio
[all...]
H A Dbaan.vim1396 syn keyword baanBshell time.num
1397 syn keyword baanBshell date.time.utc
1630 syn keyword baanBshell sql.parse
1664 syn keyword baanBshell rdi.format.digits
1718 syn keyword baanBshell set.time.zone
1719 syn keyword baanBshell get.time.zone
1747 syn keyword baanBshell dir.add.element.time
1750 syn keyword baanBshell dir.get.value.time
1754 syn keyword baanBshell dir.set.value.time

Completed in 100 milliseconds