Searched refs:end_of_str (Results 1 – 10 of 10) sorted by relevance
43 $end_of_str = strstr($str, 'TOPIC_TITLE:');44 $topic_help = substr($str, 0, strlen($str)-strlen($end_of_str));45 $str = $end_of_str;
476 int end_of_str; in fc_draw_str() local524 end_of_str = 0; in fc_draw_str()599 end_of_str = 1; in fc_draw_str()605 if (!end_of_str) { in fc_draw_str()625 end_of_str = 1; in fc_draw_str()744 if (end_of_str) { in fc_draw_str()845 int end_of_str; in xcore_draw_str() local898 end_of_str = 0; in xcore_draw_str()962 end_of_str = 1; in xcore_draw_str()968 if (!end_of_str) { in xcore_draw_str()[all …]
67 gchar *end_of_str = key->str + key->len; in _move_and_replace_unwanted_key_chars() local72 memmove(replace_pos, curr_pos - 1, end_of_str - (curr_pos - 1)); in _move_and_replace_unwanted_key_chars()
545 static inline bool end_of_str(char c) in end_of_str() function557 return __end_of_region(c) || end_of_str(c); in end_of_region()569 return end_of_str(*str) ? NULL : str; in bitmap_find_region()619 return end_of_str(*str) ? NULL : str; in bitmap_parse_region()
4093 end_of_str = beg_of_str; in inp_fix_param_values()4094 while (*end_of_str != ']') in inp_fix_param_values()4095 end_of_str++; in inp_fix_param_values()4169 end_of_str = beg_of_str; in inp_fix_param_values()4170 while (*end_of_str != '>') in inp_fix_param_values()4171 end_of_str++; in inp_fix_param_values()4214 end_of_str = beg_of_str; in inp_fix_param_values()4218 if (*end_of_str == '(') in inp_fix_param_values()4222 end_of_str++; in inp_fix_param_values()4227 if (*end_of_str == '\0') { in inp_fix_param_values()[all …]
1293 const char *end_of_str = s + len; in consensus_split_lines() local1295 while (s < end_of_str) { in consensus_split_lines()1296 const char *eol = memchr(s, '\n', end_of_str - s); in consensus_split_lines()
1132 static char* end_of_str(char *s) { return (*s == '\0' ? s : s + strlen(s) - 1); } in end_of_str() function1176 p = end_of_str(buf); in esl_console_complete()