Lines Matching defs:s
36 # define strtoll(s, f, b) _atoi64(s) argument
39 # define strtoll(s, f, b) atoll(s) argument
41 # define strtoll(s, f, b) strtol(s, f, b) argument
122 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
123 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
125 #define DEBUG_OUTPUT(s) argument
126 #define YYDEBUG(s,c) argument
336 static void add_warning(Scanner *s, int error_code, char *error) in add_warning()
346 static void add_error(Scanner *s, int error_code, char *error) in add_error()
356 static void add_pbf_warning(Scanner *s, int error_code, char *error, char *sptr, char *cptr) in add_pbf_warning()
366 static void add_pbf_error(Scanner *s, int error_code, char *error, char *sptr, char *cptr) in add_pbf_error()
439 static char *timelib_string(Scanner *s) in timelib_string()
641 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) in timelib_set_relative()
879 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan()
22139 timelib_time* timelib_strtotime(char *s, size_t len, timelib_error_container **errors, const timeli… in timelib_strtotime()
22331 Scanner *s = ∈ in timelib_parse_from_format_with_map() local