Searched refs:boundary_set_from_string (Results 1 – 6 of 6) sorted by relevance
242 boundary_set_from_string (&loc.start, at_directive_argv[1]);243 boundary_set_from_string (&loc.end, at_directive_argv[2]);
124 void boundary_set_from_string (boundary *bound, char *loc_str);
366 boundary_set_from_string (&loc.start, boundary_str); in location_decode()373 boundary_set_from_string (&loc.end, boundary_str); in location_decode()
217 boundary_set_from_string (boundary *bound, char *loc_str) in boundary_set_from_string() function
2362 boundary_set_from_string (&loc.start, at_directive_argv[1]); in at_directive_perform()2363 boundary_set_from_string (&loc.end, at_directive_argv[2]); in at_directive_perform()
206 * src/location.c (boundary_set_from_string)5713 * src/location.c, src/location.h (boundary_set_from_string): New global