Searched +refs:parse +refs:time +refs:string (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_parse.c13 * available and configured. This STREAMS module reduces the time
77 * The Meinberg GPS receivers also have a special NTP time stamp
81 * output time code every second
85 * output time code every second
99 #include "ntp_unixtime.h" /* includes <sys/time.h> */
106 # include <time.h>
184 #include "parse.h"
242 int (*bd_timecode) (struct parseunit *, parsectl_t *); /* get time code */
268 ** the number of error messages of a certain class to 1 per time unit. if a
270 ** next time uni
433 const char *string; /* string to send for polling */ member in struct:poll_info
1384 clear_err( struct parseunit *parse, u_long lstate ) argument
1413 list_err( struct parseunit *parse, u_long lstate ) argument
1745 stream_setcs( struct parseunit *parse, parsectl_t *tcl ) argument
1817 stream_getfmt( struct parseunit *parse, parsectl_t *tcl ) argument
1840 stream_setfmt( struct parseunit *parse, parsectl_t *tcl ) argument
1865 stream_timecode( struct parseunit *parse, parsectl_t *tcl ) argument
1895 struct parseunit *parse = (struct parseunit *)((void *)rbufp->recv_srcclock); local
1988 local_setcs( struct parseunit *parse, parsectl_t *tcl ) argument
2000 local_getfmt( struct parseunit *parse, parsectl_t *tcl ) argument
2012 local_setfmt( struct parseunit *parse, parsectl_t *tcl ) argument
2024 local_timecode( struct parseunit *parse, parsectl_t *tcl ) argument
2041 struct parseunit *parse = (struct parseunit *)((void *)rbufp->recv_srcclock); local
2251 struct parseunit *parse = (struct parseunit *)((void *)rbufp->recv_srcclock); local
2604 struct parseunit *parse = (struct parseunit *)0; local
2668 parse_hardpps( struct parseunit *parse, int mode ) argument
2804 struct parseunit * parse; local
3195 parse_ctl( struct parseunit *parse, struct refclockstat *in ) argument
3258 struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr; local
3315 struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr; local
3525 parse_event( struct parseunit *parse, int event ) argument
3553 parse_process( struct parseunit *parse, parsetime_t *parsetime ) argument
4088 gps16x_message( struct parseunit *parse, parsetime_t *parsetime ) argument
4141 unsigned const char *string; /* bit name */ member in struct:state
4479 struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr; local
4568 gps16x_message( struct parseunit *parse, parsetime_t *parsetime ) argument
4621 struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr; local
4699 trimbletaip_event( struct parseunit *parse, int event ) argument
4950 trimbletsip_setup( struct parseunit *parse, const char *reason ) argument
5016 struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr; local
5145 trimbletsip_event( struct parseunit *parse, int event ) argument
5238 trimbletsip_message( struct parseunit *parse, parsetime_t *parsetime ) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/release/
H A DfindRegressions-nightly.py2 import re, string, sys, os, time
7 exectime = ['llc-time', 'jit-time', 'cbe-time',]
12 def parse(file): function
57 elif n.endswith('-time') :
94 # For execution time, if there is no result, its a fail.
124 d_old = parse(sys.argv[1])
125 d_new = parse(sy
[all...]
H A DfindRegressions-simple.py2 import re, string, sys, os, time, math
8 def parse(file): function
38 test[fname][t[1] + ' time'] = float('nan')
47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
52 print test[fname][string.replace(n, '-success', '')]
69 for x in ['compile state', 'compile time', 'exec state', 'exec time']:
77 for x in ['compile state', 'compile time', 'exe
[all...]
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq-subs.c8 #include <sys/time.h>
31 static void addvars (struct parse *, FILE *);
32 static void rmvars (struct parse *, FILE *);
33 static void clearvars (struct parse *, FILE *);
34 static void showvars (struct parse *, FILE *);
37 static void readlist (struct parse *, FILE *);
38 static void writelist (struct parse *, FILE *);
39 static void readvar (struct parse *, FILE *);
40 static void writevar (struct parse *, FILE *);
41 static void clocklist (struct parse *, FIL
[all...]
H A Dntpq.c11 #include <sys/time.h>
99 #define TS 1 /* time stamp */
107 #define ST 9 /* string value */
108 #define RF 10 /* refid (sometimes string, sometimes not) */
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 *, FIL
[all...]
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c52 * newsyslog - roll over selected logs at the appropriate time, keeping the a
87 #include <string.h>
88 #include <time.h>
103 #define CE_TRIMAT 0x0020 /* trim file at a specific time. */
122 int firstcreate; /* Creating log for the first time (-C). */
130 struct ptime_data *trim_at; /* Specific time to do trimming */
184 struct ptime_data *timenow; /* The time to use for checking at-fields */
187 char daytime[DAYTIME_LEN]; /* The current time in human readable form,
475 /* trim_at is some time in the future. */
486 * so find the next valid trim_at time, an
1021 char line[BUFSIZ], *parse, *q; local
2003 isnumberstr(const char *string) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/animation/
H A DSVGSMILElement.cpp54 // This is used for duration type time values that can't be negative.
297 String parse = data.stripWhiteSpace(); local
298 if (parse.endsWith('h'))
299 result = parse.left(parse.length() - 1).toDouble(&ok) * 60 * 60;
300 else if (parse.endsWith("min"))
301 result = parse.left(parse.length() - 3).toDouble(&ok) * 60;
302 else if (parse.endsWith("ms"))
303 result = parse
1159 SMILTime time = 0; local
1166 addBeginTime(elapsed(), time); local
1168 addEndTime(elapsed(), time); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnwfm.el43 (autoload 'w3-parse-buffer "w3-parse")
80 inc datel table string current-page total-contents pages
81 farticles forum-contents parse furl-fetched mmap farticle
82 thread-id tables hstuff bstuff time)
129 (w3-parse-buffer (current-buffer)))))))))
139 (setq time (nnwfm-date-to-time (nth 2 hstuff)))
140 (push (list from time bstuff) contents))))
163 (concat "<" (number-to-string si
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimationElement.cpp67 static void parseKeyTimes(const String& parse, Vector<float>& result, bool verifyOrder) argument
71 parse.split(';', parseList);
75 float time = timeString.toFloat(&ok); local
76 if (!ok || time < 0 || time > 1)
80 if (time)
82 } else if (time < result.last())
85 result.append(time);
92 static void parseKeySplines(const String& parse, Vector<UnitBezier>& result) argument
95 if (parse
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtfmttst.cpp228 * Instantiate a SimpleDateFormat set up to produce a full time
233 * A String array for the time zone ids.
281 * Instantiate a date so we can display the time zone name.
376 UDate d = fmt->parse(*s, status);
383 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
601 * General parse/format tests. Add test cases as needed.
653 UDate date = format->parse(str, status);
663 logln(UnicodeString(" parse(") + str + ") -> " + dateToString(date));
703 UDate date2 = formatter->parse(now, pos);
747 logln((UnicodeString)"pattern=" + fmt->toPattern(pattern) + " string
1307 DateFormat *date=0, *time=0, *full=0; local
1922 const char* string = data[i++]; local
1942 const char* string = data[i++]; local
1961 const char* string = data[i++]; local
2023 const char* string = data[i++]; local
[all...]
H A Dwbnf.cpp9 #include <string.h>
11 #include <time.h>
131 // generate a string accroding the syntax
132 // Return a null-terminated c-string. The buffer is owned by callee.
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){
249 // ICU Collation should accept following as the same string.
381 // str [in] null-terminated c-string
424 // Return a null-terminate c-string. The buffer is owned by callee.
425 char * operator()(const char * literal /*c-string*/){
511 Literal(const char * s /*c-string*/){
1266 UBool parse(){ function in class:Parser
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dcommon.mk24 LIBRUBY_EXTS = ./.libruby-with-ext.time
25 REVISION_H = ./.revision.time
26 PLATFORM_D = ./$(PLATFORM_DIR)/.time
63 parse.$(OBJEXT) \
81 string.$(OBJEXT) \
83 time.$(OBJEXT) \
443 $(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
469 $(Q)$(RM) parse.c parse.h lex.c newline.c miniprelude.c revision.h
568 .PHONY: run runruby parse benchmar
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim85 syn keyword lispFunc // float prin1-to-string
87 syn keyword lispFunc /= float-precision princ-to-string
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
121 syn keyword lispFunc array-dimensions get-output-stream-string read-char
125 syn keyword lispFunc array-in-bounds-p get-universal-time read-from-string
143 syn keyword lispFunc base-string ignorable remove-if
162 syn keyword lispFunc boole-2 internal-time
[all...]
H A Dreva.vim80 Builtin iterate last! last@ later link lz> lzmax os parse/ peek
84 Builtin +lplace +place -chop /char /string bounds c+lplace c+place
101 Builtin newclass noop nosavedict notail nul of off on p: padchar parse parseln
103 Builtin strof super> temp time&date true turnkey? undo vfunc: w! w@
H A Drebol.vim106 syn keyword rebolLogicFunction string? time? tuple? url? word?
112 syn keyword rebolType none! object! paren! path! port! string! time!
123 syn keyword rebolStatement func function head insert last match next parse past
H A Ddcl.vim51 syn keyword dclLexical f$csid f$element f$getqui f$mode f$string
52 syn keyword dclLexical f$cvsi f$environment f$getsyi f$parse f$time
H A Dbaan.vim45 syn keyword baanType domain double long string table boolean common
1038 syn match BaanError "^\s*\(domain\s\|long\s\|string\s\).*\so\.\k*[,)]" " ref variable without ref"
1039 syn match BaanError "^\s*\(domain\s\|long\s\|string\s\).*\se\.\k*[,)]" " 'e.' variable without extern"
1063 syn match baanBshell "\<string.set\$"
1064 syn keyword baanBshell string.scan
1095 syn keyword baanBshell get.string.arg
1099 syn keyword baanBshell put.string.arg
1396 syn keyword baanBshell time.num
1397 syn keyword baanBshell date.time.utc
1630 syn keyword baanBshell sql.parse
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclDate.c653 "$accept", "spec", "item", "time", "zone", "day", "date", "ordMonth",
1032 /* Nonzero means print parse trace. It is left uninitialized so that
1118 heuristic is that double-quoting is unnecessary unless the string
1250 produced a string with the wrong number of "%s"s. */
1421 YYDPRINTF ((stderr, "Starting parse\n"));
2354 * Assorted relative-time words.
2704 * Convert the string into a number; count the number of digits.
2829 Tcl_NewStringObj("more than one date in string", -1));
2834 Tcl_NewStringObj("more than one time of day in string",
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexpect.c16 #include <time.h> /* for time(3) */
30 #include "string.h"
58 extern int Exp_StringCaseMatch _ANSI_ARGS_((Tcl_UniChar *string, int strlen,
95 #define PAT_EXACT 7 /* exact string */
234 /* return TRUE if string appears to be a set of arguments
289 Tcl_Parse parse; local
302 * For each command, parse the command words, perform substititions
308 if (Tcl_ParseCommand(interp, p, bytesLeft, 0, &parse)
313 numWords = parse
415 char *string; local
725 string_case_first( register Tcl_UniChar *string, int length, register char *pattern) argument
760 string_first( register Tcl_UniChar *string, int length, register char *pattern) argument
795 string_first_char( register Tcl_UniChar *string, register Tcl_UniChar pattern) argument
1594 Tcl_UniChar *string; local
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dsetkey.c39 #include <sys/time.h>
54 #include <string.h>
61 #include <time.h>
251 CONSTSTR("could not parse policy file"),
281 if (parse(&fp))
782 "time", "p", "s", "spi", "ltime", "src", "dst");
796 time_t cur = time(0);
898 * Returns the difference between gmt and local time in seconds.
909 t = time(NULL);
/macosx-10.9.5/cddafs-252/FilesystemProber/
H A Dcddafs_util.cpp34 #include <string.h>
50 #include <sys/time.h>
650 mntoptparse_t parse = NULL; local
668 parse = getmntopts ( optarg, gMountOptions, mountFlags, &altFlags );
669 if ( parse != NULL )
671 freemntopts ( parse );
1038 // add the string to the data object
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddst_api.c42 #include <time.h>
56 #include <isc/string.h>
57 #include <isc/time.h>
522 if (key->func->parse == NULL)
539 RETERR(key->func->parse(key, lex, pubkey));
685 if (key->func->parse == NULL)
690 RETERR(key->func->parse(key, lex, NULL));
/macosx-10.9.5/sudo-72/src/
H A Dsudo.c38 # include <sys/time.h>
54 # include <string.h>
69 # include <time.h>
294 /* Open and parse sudoers, set global defaults */
296 if (nss->open(nss) == 0 && nss->parse(nss) == 0) {
305 /* XXX - collect post-sudoers parse settings into a function */
651 /* XXX - don't fill in if empty string */
/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
65 #include <string.h>
154 /* The input string remaining to be parsed. */
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/tcl-102/tcl_ext/tclxml/tcldom/src-libxml2/
H A Dtcldom-libxml2.c296 * Hash tables for mapping string reps to doc structure:
297 * one by string rep, the other by xmlDocPtr.
461 "parse",
902 implPtr->parse = TclDOMParseCommand;
916 implPtr->parse = TclDOMParseCommand;
935 Tcl_CreateObjCommand(interp, "dom::libxml2::parse", TclDOMParseCommand, NULL, NULL);
936 Tcl_CreateObjCommand(interp, "dom::parse", TclDOMParseCommand, NULL, NULL);
1015 if (Tcl_RegExpMatchObj(interp, objv[1], Tcl_NewStringObj("create|destroy|parse|query|serialize|trim|Events|UIEvents|isNode", -1)) == 1) {
1298 * Implements dom::libxml2::parse command
1337 Tcl_SetResult(interp, "unable to get document to parse", NUL
5537 Tcl_Time time; local
5954 char *result, *string; local
[all...]

Completed in 191 milliseconds

12