#include "setup.h"
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include "getdate.h"
Go to the source code of this file.
#define __attribute__ |
( |
|
x | ) |
|
#define HOUR |
( |
|
x | ) |
((x) * 60) |
#define IN_CTYPE_DOMAIN |
( |
|
c | ) |
1 |
#define ISDIGIT |
( |
|
c | ) |
((unsigned) (c) - '0' <= 9) |
#define MAX_BUFF_LEN 128 /* size of buffer to read the date into */ |
#define TM_YEAR_ORIGIN 1900 |
#define yy_yys Curl_gd_yys |
#define yy_yyv Curl_gd_yyv |
#define YYABORT goto yyabortlab |
#define YYACCEPT goto yyacceptlab |
#define yyact Curl_gd_act |
#define YYBACKUP |
( |
|
token, |
|
|
|
value |
|
) |
| |
Value:
goto yybackup; \
} \
else \
while (0)
GLsizei const GLfloat * value
if(!ValidDisplayID(prefInfo.prefDisplayID)) prefInfo.prefDisplayID
Definition at line 508 of file getdate.c.
#define YYBISON 1 /* Identify Bison output. */ |
#define yychar Curl_gd_char |
#define yycheck Curl_gd_yycheck |
#define yychk Curl_gd_chk |
#define yydebug Curl_gd_debug |
#define yydef Curl_gd_def |
#define yydefred Curl_gd_yydefred |
#define yydgoto Curl_gd_yydgoto |
#define yyerrflag Curl_gd_errflag |
#define yyerrok (yyerrstatus = 0) |
#define yyerror Curl_gd_error |
#define YYERROR goto yyerrlab1 |
#define yyexca Curl_gd_exca |
#define YYFAIL goto yyerrlab |
#define yygindex Curl_gd_yygindex |
#define yylen Curl_gd_yylen |
#define yylex Curl_gd_lex |
#define YYLEX_PARAM cookie |
#define yylhs Curl_gd_yylhs |
#define yylloc Curl_gd_lloc |
#define yylval Curl_gd_lval |
#define yymaxdepth Curl_gd_maxdepth |
#define yynerrs Curl_gd_nerrs |
#define yypact Curl_gd_pact |
#define yyparse Curl_gd_parse |
#define YYPARSE_PARAM cookie |
#define yypgo Curl_gd_pgo |
#define YYPOPSTACK (yyvsp--, yyssp--) |
#define YYRECOVERING |
( |
| ) |
(!!yyerrstatus) |
#define yyreds Curl_gd_reds /* With YYDEBUG defined */ |
#define yyrindex Curl_gd_yyrindex |
#define yysindex Curl_gd_yysindex |
#define YYSTACK_ALLOC malloc |
#define yystate Curl_gd_state |
#define yytable Curl_gd_yytable |
#define yytmp Curl_gd_tmp |
#define yytoks Curl_gd_toks /* With YYDEBUG defined */ |
#define YYTRANSLATE |
( |
|
x | ) |
((unsigned)(x) <= 272 ? yytranslate[x] : 32) |
#define yyval Curl_gd_val |
Enumerator |
---|
MERam |
|
MERpm |
|
MER24 |
|
Definition at line 201 of file getdate.c.
time_t curl_getdate |
( |
const char * |
p, |
|
|
const time_t * |
now |
|
) |
| |
struct tm* gmtime |
( |
const time_t * |
| ) |
|
struct tm* localtime |
( |
const time_t * |
| ) |
|
time_t mktime |
( |
struct tm * |
| ) |
|