Home
last modified time | relevance | path

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

/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/src/
H A Dhelp_index.php.t43 $end_of_str = strstr($str, 'TOPIC_TITLE:');
44 $topic_help = substr($str, 0, strlen($str)-strlen($end_of_str));
45 $str = $end_of_str;
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_draw_str.c476 int end_of_str; in fc_draw_str() local
524 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() local
898 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 …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afsnmp/
H A Dsnmptrapd-parser.c67 gchar *end_of_str = key->str + key->len; in _move_and_replace_unwanted_key_chars() local
72 memmove(replace_pos, curr_pos - 1, end_of_str - (curr_pos - 1)); in _move_and_replace_unwanted_key_chars()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dbitmap.c545 static inline bool end_of_str(char c) in end_of_str() function
557 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()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dbitmap.c545 static inline bool end_of_str(char c) in end_of_str() function
557 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dbitmap.c545 static inline bool end_of_str(char c) in end_of_str() function
557 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()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dinpcom.c4093 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 …]
/dports/security/tor/tor-0.4.6.8/src/feature/dircommon/
H A Dconsdiff.c1293 const char *end_of_str = s + len; in consensus_split_lines() local
1295 while (s < end_of_str) { in consensus_split_lines()
1296 const char *eol = memchr(s, '\n', end_of_str - s); in consensus_split_lines()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dircommon/
H A Dconsdiff.c1293 const char *end_of_str = s + len; in consensus_split_lines() local
1295 while (s < end_of_str) { in consensus_split_lines()
1296 const char *eol = memchr(s, '\n', end_of_str - s); in consensus_split_lines()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/esl/
H A Dfs_cli.c1132 static char* end_of_str(char *s) { return (*s == '\0' ? s : s + strlen(s) - 1); } in end_of_str() function
1176 p = end_of_str(buf); in esl_console_complete()