Searched refs:tokenp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dgetdate.c63 struct token *tokenp; /* Pointer to next token. */ member in struct:gdstate
106 if (gds->tokenp[0].token == tUNUMBER
107 && gds->tokenp[1].token == ':'
108 && gds->tokenp[2].token == tUNUMBER
109 && gds->tokenp[3].token == ':'
110 && gds->tokenp[4].token == tUNUMBER) {
113 gds->Hour = gds->tokenp[0].value;
114 gds->Minutes = gds->tokenp[2].value;
115 gds->Seconds = gds->tokenp[4].value;
116 gds->tokenp
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dlex_test.c34 print_token(isc_token_t *tokenp, FILE *stream) { argument
35 switch (tokenp->type) {
41 (int)tokenp->value.as_region.length,
42 tokenp->value.as_region.base);
45 fprintf(stream, "NUMBER %lu", tokenp->value.as_ulong);
49 (int)tokenp->value.as_region.length,
50 tokenp->value.as_region.base);
62 fprintf(stream, "SPECIAL %c", tokenp->value.as_char);
69 tokenp->type);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dlex.c353 isc_lex_gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *tokenp) { argument
375 REQUIRE(tokenp != NULL);
379 tokenp->type = isc_tokentype_nomore;
400 tokenp->type = isc_tokentype_eof;
517 tokenp->type = isc_tokentype_eof;
524 tokenp->type = isc_tokentype_initialws;
525 tokenp->value.as_char = c;
530 tokenp->type = isc_tokentype_eol;
562 tokenp->type = isc_tokentype_special;
563 tokenp
859 isc_lex_ungettoken(isc_lex_t *lex, isc_token_t *tokenp) argument
881 isc_lex_getlasttokentext(isc_lex_t *lex, isc_token_t *tokenp, isc_region_t *r) argument
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dlex.c353 isc_lex_gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *tokenp) { argument
375 REQUIRE(tokenp != NULL);
379 tokenp->type = isc_tokentype_nomore;
400 tokenp->type = isc_tokentype_eof;
517 tokenp->type = isc_tokentype_eof;
524 tokenp->type = isc_tokentype_initialws;
525 tokenp->value.as_char = c;
530 tokenp->type = isc_tokentype_eol;
562 tokenp->type = isc_tokentype_special;
563 tokenp
859 isc_lex_ungettoken(isc_lex_t *lex, isc_token_t *tokenp) argument
881 isc_lex_getlasttokentext(isc_lex_t *lex, isc_token_t *tokenp, isc_region_t *r) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dlex.h283 isc_lex_gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *tokenp);
294 *\li '*tokenp' is a valid pointer.
345 isc_lex_ungettoken(isc_lex_t *lex, isc_token_t *tokenp);
354 *\li 'tokenp' points to a valid token.
360 isc_lex_getlasttokentext(isc_lex_t *lex, isc_token_t *tokenp, isc_region_t *r);
369 *\li 'tokenp' points to a valid token.
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dlex.h283 isc_lex_gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *tokenp);
294 *\li '*tokenp' is a valid pointer.
345 isc_lex_ungettoken(isc_lex_t *lex, isc_token_t *tokenp);
354 *\li 'tokenp' points to a valid token.
360 isc_lex_getlasttokentext(isc_lex_t *lex, isc_token_t *tokenp, isc_region_t *r);
369 *\li 'tokenp' points to a valid token.

Completed in 202 milliseconds