Lines Matching defs:s
33 # define strtoll(s, f, b) _atoi64(s) argument
36 # define strtoll(s, f, b) atoll(s) argument
38 # define strtoll(s, f, b) strtol(s, f, b) argument
66 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
69 #define DEBUG_OUTPUT(s) argument
70 #define YYDEBUG(s,c) argument
91 static void add_error(Scanner *s, const char *error) in add_error()
100 static char *timelib_string(Scanner *s) in timelib_string()
170 static int scan(Scanner *s) in scan()
971 void timelib_strtointerval(const char *s, size_t len, in timelib_strtointerval()