Home
last modified time | relevance | path

Searched refs:get_tok (Results 1 – 25 of 93) sorted by relevance

1234

/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-iso8601.c29 get_tok (const char *terminals, in get_tok() function
154 if (!(get_tok ("-", &ptr, &remaining, &year_ptr, in _bson_iso8601_date_parse()
156 get_tok ("-", &ptr, &remaining, &month_ptr, in _bson_iso8601_date_parse()
158 get_tok ("T", &ptr, &remaining, &day_ptr, in _bson_iso8601_date_parse()
160 get_tok (":", &ptr, &remaining, &hour_ptr, in _bson_iso8601_date_parse()
162 get_tok (":+-Z", &ptr, &remaining, &min_ptr, &min_len))) { in _bson_iso8601_date_parse()
172 get_tok (".+-Z", &ptr, &remaining, &sec_ptr, &sec_len); in _bson_iso8601_date_parse()
185 get_tok ("+-Z", &ptr, &remaining, &millis_ptr, &millis_len); in _bson_iso8601_date_parse()
196 get_tok ("", &ptr, &remaining, &tz_ptr, &tz_len); in _bson_iso8601_date_parse()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/modules/
H A Dcitrus_mapper_zone.c196 if (get_tok(ms, ps) != T_IMM) in parse_zone()
199 if (get_tok(ms, ps) != '-') in parse_zone()
201 if (get_tok(ms, ps) != T_IMM) in parse_zone()
251 ret = get_tok(ms, &ps); in parse_var()
259 if (get_tok(ms, &ps) != '/') in parse_var()
261 if (get_tok(ms, &ps) != T_IMM) in parse_var()
266 ret = get_tok(ms, &ps); in parse_var()
276 if (get_tok(ms, &ps) != T_IMM) in parse_var()
282 if (get_tok(ms, &ps) != '/') in parse_var()
284 if (get_tok(ms, &ps) != T_IMM) in parse_var()
[all …]
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-iso8601.c27 get_tok (const char *terminals, in get_tok() function
157 if (!(get_tok ("-", &ptr, &remaining, &year_ptr, &year_len) && in _bson_iso8601_date_parse()
158 get_tok ("-", &ptr, &remaining, &month_ptr, &month_len) && in _bson_iso8601_date_parse()
159 get_tok ("T", &ptr, &remaining, &day_ptr, &day_len) && in _bson_iso8601_date_parse()
160 get_tok (":", &ptr, &remaining, &hour_ptr, &hour_len) && in _bson_iso8601_date_parse()
161 get_tok (":+-Z", &ptr, &remaining, &min_ptr, &min_len))) { in _bson_iso8601_date_parse()
171 get_tok (".+-Z", &ptr, &remaining, &sec_ptr, &sec_len); in _bson_iso8601_date_parse()
184 get_tok ("+-Z", &ptr, &remaining, &millis_ptr, &millis_len); in _bson_iso8601_date_parse()
195 get_tok ("", &ptr, &remaining, &tz_ptr, &tz_len); in _bson_iso8601_date_parse()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-iso8601.c27 get_tok (const char *terminals, in get_tok() function
157 if (!(get_tok ("-", &ptr, &remaining, &year_ptr, &year_len) && in _bson_iso8601_date_parse()
158 get_tok ("-", &ptr, &remaining, &month_ptr, &month_len) && in _bson_iso8601_date_parse()
159 get_tok ("T", &ptr, &remaining, &day_ptr, &day_len) && in _bson_iso8601_date_parse()
160 get_tok (":", &ptr, &remaining, &hour_ptr, &hour_len) && in _bson_iso8601_date_parse()
161 get_tok (":+-Z", &ptr, &remaining, &min_ptr, &min_len))) { in _bson_iso8601_date_parse()
171 get_tok (".+-Z", &ptr, &remaining, &sec_ptr, &sec_len); in _bson_iso8601_date_parse()
184 get_tok ("+-Z", &ptr, &remaining, &millis_ptr, &millis_len); in _bson_iso8601_date_parse()
195 get_tok ("", &ptr, &remaining, &tz_ptr, &tz_len); in _bson_iso8601_date_parse()
/dports/games/tycho/tycho/
H A Dasm.c150 get_tok( const char *s, int *tok ) in get_tok() function
317 s = get_tok( s, &tok ); in asm_line()
338 s = get_tok( s, &tok ); in asm_line()
349 s = get_tok( s, &tok ); /* get the next token */ in asm_line()
362 s = get_tok( s, &tok ); in asm_line()
402 s = get_tok( s, &tok ); /* first the '.' */ in asm_line()
413 s = get_tok( s, &tok ); in asm_line()
418 s = get_tok( s, &tok ); in asm_line()
425 s = get_tok( s, &tok ); in asm_line()
431 s = get_tok( s, &tok ); in asm_line()
[all …]
/dports/games/tycho/species/
H A Dasm.c140 get_tok( const char *s, int *tok ) in get_tok() function
307 s = get_tok( s, &tok ); in asm_line()
328 s = get_tok( s, &tok ); in asm_line()
339 s = get_tok( s, &tok ); /* get the next token */ in asm_line()
352 s = get_tok( s, &tok ); in asm_line()
392 s = get_tok( s, &tok ); /* first the '.' */ in asm_line()
403 s = get_tok( s, &tok ); in asm_line()
408 s = get_tok( s, &tok ); in asm_line()
415 s = get_tok( s, &tok ); in asm_line()
421 s = get_tok( s, &tok ); in asm_line()
[all …]
/dports/games/species/tycho/
H A Dasm.c150 get_tok( const char *s, int *tok ) in get_tok() function
317 s = get_tok( s, &tok ); in asm_line()
338 s = get_tok( s, &tok ); in asm_line()
349 s = get_tok( s, &tok ); /* get the next token */ in asm_line()
362 s = get_tok( s, &tok ); in asm_line()
402 s = get_tok( s, &tok ); /* first the '.' */ in asm_line()
413 s = get_tok( s, &tok ); in asm_line()
418 s = get_tok( s, &tok ); in asm_line()
425 s = get_tok( s, &tok ); in asm_line()
431 s = get_tok( s, &tok ); in asm_line()
[all …]
/dports/games/species/species/
H A Dasm.c140 get_tok( const char *s, int *tok ) in get_tok() function
307 s = get_tok( s, &tok ); in asm_line()
328 s = get_tok( s, &tok ); in asm_line()
339 s = get_tok( s, &tok ); /* get the next token */ in asm_line()
352 s = get_tok( s, &tok ); in asm_line()
392 s = get_tok( s, &tok ); /* first the '.' */ in asm_line()
403 s = get_tok( s, &tok ); in asm_line()
408 s = get_tok( s, &tok ); in asm_line()
415 s = get_tok( s, &tok ); in asm_line()
421 s = get_tok( s, &tok ); in asm_line()
[all …]
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.c142 get_tok( const char *s, int *tok ) in get_tok() function
309 s = get_tok( s, &tok ); in asm_line()
330 s = get_tok( s, &tok ); in asm_line()
341 s = get_tok( s, &tok ); /* get the next token */ in asm_line()
354 s = get_tok( s, &tok ); in asm_line()
394 s = get_tok( s, &tok ); /* first the '.' */ in asm_line()
405 s = get_tok( s, &tok ); in asm_line()
410 s = get_tok( s, &tok ); in asm_line()
417 s = get_tok( s, &tok ); in asm_line()
423 s = get_tok( s, &tok ); in asm_line()
[all …]
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.c142 get_tok(const char * s, int *tok ) in get_tok() function
309 s = get_tok( s, &tok ); in asm_line()
330 s = get_tok( s, &tok ); in asm_line()
341 s = get_tok( s, &tok ); /* get the next token */ in asm_line()
354 s = get_tok( s, &tok ); in asm_line()
394 s = get_tok( s, &tok ); /* first the '.' */ in asm_line()
405 s = get_tok( s, &tok ); in asm_line()
410 s = get_tok( s, &tok ); in asm_line()
417 s = get_tok( s, &tok ); in asm_line()
423 s = get_tok( s, &tok ); in asm_line()
[all …]
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.c142 get_tok( const char *s, int *tok ) in get_tok() function
309 s = get_tok( s, &tok ); in asm_line()
330 s = get_tok( s, &tok ); in asm_line()
341 s = get_tok( s, &tok ); /* get the next token */ in asm_line()
354 s = get_tok( s, &tok ); in asm_line()
394 s = get_tok( s, &tok ); /* first the '.' */ in asm_line()
405 s = get_tok( s, &tok ); in asm_line()
410 s = get_tok( s, &tok ); in asm_line()
417 s = get_tok( s, &tok ); in asm_line()
423 s = get_tok( s, &tok ); in asm_line()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/libopenjpeg/jpwl/
H A DMakefile.am60 get_tok = $(shell grep -E "^$(1)=" $(lib_LTLIBRARIES) | cut -d "'" -f 2) macro
61 base = $(call get_tok,libdir)
62 so = $(call get_tok,library_names)
63 a = $(call get_tok,old_library)
67 dll = $(call get_tok,dlname)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/happy-1.19.12/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/happy-1.19.12/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/happy-1.19.12/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/devel/hs-happy/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/happy-1.19.12/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/happy-1.20.0/examples/igloo/
H A DLexer.x19 get_tok :: AlexInput -> StateT St (Either String) (Token, AlexInput)
20 get_tok = \i ->
30 get_tok i
34 do (tok, iz) <- get_tok i

1234