Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c1093 char const *closing_delim; in extract_regexp() local
1097 closing_delim = strrchr (str + 1, delim); in extract_regexp()
1098 if (closing_delim == nullptr) in extract_regexp()
1102 len = closing_delim - str - 1; in extract_regexp()
1121 if (closing_delim[1]) in extract_regexp()
1122 check_for_offset (p, str, closing_delim + 1); in extract_regexp()