Searched refs:is_end (Results 1 – 4 of 4) sorted by relevance
495 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()522 if (is_end(*p)) in __expand_string()
1530 bool is_end; in ntfs_rl_truncate_nolock() local1544 is_end = false; in ntfs_rl_truncate_nolock()1548 is_end = true; in ntfs_rl_truncate_nolock()1554 if (!is_end) { in ntfs_rl_truncate_nolock()
257 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local299 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()305 if (is_end) in ath10k_debug_fw_stats_process()313 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()
2963 my $is_end = 0;2967 $is_end = $lines[$ln - 1] =~ /^\+/;2993 $is_end = 1;2998 if ($is_start && $is_end && $length < $min_conf_desc_length) {