Lines Matching defs:s
40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
137 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
138 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
140 #define DEBUG_OUTPUT(s) argument
141 #define YYDEBUG(s,c) argument
343 static void add_warning(Scanner *s, char *error) in add_warning()
352 static void add_error(Scanner *s, char *error) in add_error()
361 static void add_pbf_warning(Scanner *s, char *error, char *sptr, char *cptr) in add_pbf_warning()
370 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr) in add_pbf_error()
438 static char *timelib_string(Scanner *s) in timelib_string()
675 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) in timelib_set_relative()
869 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan()
24776 timelib_time* timelib_strtotime(char *s, int len, struct timelib_error_container **errors, const ti… in timelib_strtotime()
24893 Scanner *s = ∈ in timelib_parse_from_format() local