Lines Matching refs:strchr
403 if ((delim = strchr(pattern, '>')) != NULL || in check_pkg_history_pattern()
404 (delim = strchr(pattern, '<')) != NULL) in check_pkg_history_pattern()
408 } else if ((delim = strchr(pattern, '>')) != NULL) { in check_pkg_history_pattern()
410 if ((delim = strchr(pattern, '<')) != NULL && delim < end_base) in check_pkg_history_pattern()
413 } else if ((delim = strchr(pattern, '<')) != NULL) { in check_pkg_history_pattern()
435 open_brace = strchr(pattern, '{'); in check_pkg_history1()
437 if ((close_brace = strchr(pattern, '}')) != NULL) in check_pkg_history1()
442 close_brace = strchr(open_brace, '}'); in check_pkg_history1()
443 if (strchr(pattern, '}') != close_brace) in check_pkg_history1()
447 while ((inner_brace = strchr(open_brace + 1, '{')) != NULL) { in check_pkg_history1()
463 iter = strchr(open_brace, ','); in check_pkg_history1()