Home
last modified time | relevance | path

Searched refs:separator_string (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/apr/file_io/unix/
H A Dfilepath_util.c35 char separator_string[2] = { '\0', '\0' }; in apr_filepath_list_split_impl() local
39 separator_string[0] = separator; in apr_filepath_list_split_impl()
52 while ((part = apr_strtok(path, separator_string, &ptr)) != NULL) in apr_filepath_list_split_impl()