MCPcopy Index your code
hub / github.com/git/git / string_list_split_f

Function string_list_split_f

string-list.c:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378int string_list_split_f(struct string_list *list, const char *string,
379 const char *delim, int maxsplit, unsigned flags)
380{
381 return split_string(list, string, delim, maxsplit, 0, flags);
382}
383
384int string_list_split_in_place_f(struct string_list *list, char *string,
385 const char *delim, int maxsplit, unsigned flags)

Callers 6

parse_color_moved_wsFunction · 0.85
tr2_cfg_load_patternsFunction · 0.85
tr2_load_env_varsFunction · 0.85
t_string_list_split_fFunction · 0.85

Calls 1

split_stringFunction · 0.85

Tested by 1