Home
last modified time | relevance | path

Searched refs:end_of_string (Results 1 – 25 of 97) sorted by relevance

1234

/dports/security/libpreludedb/libpreludedb-1.2.6/src/
H A Dpreludedb-sql-settings.c141 char end_of_string = ' '; in get_value() local
148 end_of_string = **str; in get_value()
161 } else if ( **str == end_of_string ) { in get_value()
172 if ( **str == '\0' && (end_of_string == '\'' || end_of_string == '"') ) { in get_value()
/dports/games/xzip/xzip/
H A Dscreen.c248 int i, count = 0, end_of_string[3]; in display_status_line() local
268 end_of_string[count++] = status_pos; in display_status_line()
280 end_of_string[count++] = status_pos; in display_status_line()
291 end_of_string[count++] = status_pos; in display_status_line()
298 end_of_string[count++] = status_pos; in display_status_line()
313 status_line[end_of_string[i]] = ' '; in display_status_line()
/dports/mail/p5-Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.5111/lib/Mail/Mbox/MessageParser/
H A DPerl.pm180 my $end_of_string = '';
189 $end_of_string = substr($self->{'READ_BUFFER'},
191 } while (index($end_of_string, "$endline$endline") == -1 &&
194 next if $end_of_string =~
197 next unless $end_of_string =~ /$endline$endline$/;
H A DGrep.pm208 my $end_of_string = '';
213 $end_of_string = substr($self->{'READ_BUFFER'},
215 } while (index($end_of_string, "$endline$endline") == -1 &&
218 next if $end_of_string =~
221 next unless $end_of_string =~ /$endline$endline$/;
/dports/games/jzip/jzip-2.0.1g/
H A Dscreen.c251 int i, count = 0, end_of_string[3]; in display_status_line() local
271 end_of_string[count++] = status_pos; in display_status_line()
283 end_of_string[count++] = status_pos; in display_status_line()
294 end_of_string[count++] = status_pos; in display_status_line()
301 end_of_string[count++] = status_pos; in display_status_line()
316 status_line[end_of_string[i]] = ' '; in display_status_line()
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_string_util.h105 for (string::size_type end_of_string = str->size(); in StripWhiteSpaceRight() local
106 end_of_string > 0; --end_of_string) { in StripWhiteSpaceRight()
107 if (!isspace((*str)[end_of_string - 1])) { in StripWhiteSpaceRight()
108 *str = str->substr(0, end_of_string); in StripWhiteSpaceRight()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dcifs_unicode.c404 static __le16 convert_to_sfm_char(char src_char, bool end_of_string) in convert_to_sfm_char() argument
435 if (end_of_string) in convert_to_sfm_char()
441 if (end_of_string) in convert_to_sfm_char()
489 bool end_of_string; in cifsConvertToUTF16() local
498 end_of_string = true; in cifsConvertToUTF16()
500 end_of_string = false; in cifsConvertToUTF16()
502 dst_char = convert_to_sfm_char(src_char, end_of_string); in cifsConvertToUTF16()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dcifs_unicode.c404 static __le16 convert_to_sfm_char(char src_char, bool end_of_string) in convert_to_sfm_char() argument
435 if (end_of_string) in convert_to_sfm_char()
441 if (end_of_string) in convert_to_sfm_char()
489 bool end_of_string; in cifsConvertToUTF16() local
498 end_of_string = true; in cifsConvertToUTF16()
500 end_of_string = false; in cifsConvertToUTF16()
502 dst_char = convert_to_sfm_char(src_char, end_of_string); in cifsConvertToUTF16()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dcifs_unicode.c404 static __le16 convert_to_sfm_char(char src_char, bool end_of_string) in convert_to_sfm_char() argument
435 if (end_of_string) in convert_to_sfm_char()
441 if (end_of_string) in convert_to_sfm_char()
489 bool end_of_string; in cifsConvertToUTF16() local
498 end_of_string = true; in cifsConvertToUTF16()
500 end_of_string = false; in cifsConvertToUTF16()
502 dst_char = convert_to_sfm_char(src_char, end_of_string); in cifsConvertToUTF16()
/dports/mail/p5-Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.5111/
H A Danonymize_mailbox53 my $end_of_string = substr($READ_BUFFER, $END-200, 200);
54 if ($end_of_string =~
/dports/mail/grepmail/grepmail-5.3033/
H A Danonymize_mailbox52 my $end_of_string = substr($READ_BUFFER, $END-200, 200);
53 if ($end_of_string =~
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dhtml_text_area_element.cc440 unsigned end_of_string = value_.length(); in SetValueCommon() local
441 SetSelectionRange(end_of_string, end_of_string); in SetValueCommon()
443 const unsigned end_of_string = value_.length(); in SetValueCommon() local
444 SetSelectionRange(std::min(end_of_string, selection_start), in SetValueCommon()
445 std::min(end_of_string, selection_end)); in SetValueCommon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dhtml_text_area_element.cc488 unsigned end_of_string = value_.length(); in SetValueCommon() local
489 SetSelectionRange(end_of_string, end_of_string); in SetValueCommon()
491 const unsigned end_of_string = value_.length(); in SetValueCommon() local
492 SetSelectionRange(std::min(end_of_string, selection_start), in SetValueCommon()
493 std::min(end_of_string, selection_end)); in SetValueCommon()
/dports/security/tor/tor-0.4.6.8/src/feature/dirparse/
H A Dauthcert_parse.c36 const char **end_of_string) in authority_cert_parse_from_string() argument
197 if (end_of_string) { in authority_cert_parse_from_string()
198 *end_of_string = eat_whitespace(eos); in authority_cert_parse_from_string()
H A Dauthcert_parse.h17 const char **end_of_string);
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirparse/
H A Dauthcert_parse.c36 const char **end_of_string) in authority_cert_parse_from_string() argument
197 if (end_of_string) { in authority_cert_parse_from_string()
198 *end_of_string = eat_whitespace(eos); in authority_cert_parse_from_string()
H A Dauthcert_parse.h17 const char **end_of_string);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/api/
H A Dapi-seek-test.c159 char *end_of_string = NULL; in read_seek_range() local
160 number = strtol(string_with_number, &end_of_string, 10); in read_seek_range()
161 if ((strlen(string_with_number) != end_of_string - string_with_number) || (number < 0)) { in read_seek_range()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/api/
H A Dapi-seek-test.c159 char *end_of_string = NULL; in read_seek_range() local
160 number = strtol(string_with_number, &end_of_string, 10); in read_seek_range()
161 if ((strlen(string_with_number) != end_of_string - string_with_number) || (number < 0)) { in read_seek_range()
/dports/multimedia/handbrake/ffmpeg-4.4/tests/api/
H A Dapi-seek-test.c170 char *end_of_string = NULL; in read_seek_range() local
171 number = strtol(string_with_number, &end_of_string, 10); in read_seek_range()
172 if ((strlen(string_with_number) != end_of_string - string_with_number) || (number < 0)) { in read_seek_range()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/api/
H A Dapi-seek-test.c170 char *end_of_string = NULL; in read_seek_range() local
171 number = strtol(string_with_number, &end_of_string, 10); in read_seek_range()
172 if ((strlen(string_with_number) != end_of_string - string_with_number) || (number < 0)) { in read_seek_range()
/dports/devel/gengetopt/gengetopt-2.23/src/
H A Dgengetopt.cc514 char *end_of_string, *expected_eos; in check_numeric_validity() local
524 (void) strtol(val, &end_of_string, 0); in check_numeric_validity()
530 (void) strtod(val, &end_of_string); in check_numeric_validity()
536 end_of_string = expected_eos; in check_numeric_validity()
539 return ( end_of_string == expected_eos ); in check_numeric_validity()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c879 const char *s= from, *s1, *endp, *end_of_string= *end; in internal_str2dec() local
885 while (s < end_of_string && my_isspace(&my_charset_latin1, *s)) in internal_str2dec()
887 if (s == end_of_string) in internal_str2dec()
896 while (s < end_of_string && my_isdigit(&my_charset_latin1, *s)) in internal_str2dec()
899 if (s < end_of_string && *s=='.') in internal_str2dec()
902 while (endp < end_of_string && my_isdigit(&my_charset_latin1, *endp)) in internal_str2dec()
987 if (endp+1 < end_of_string && (*endp == 'e' || *endp == 'E')) in internal_str2dec()
990 longlong exponent= my_strtoll10(endp+1, (char**) &end_of_string, in internal_str2dec()
993 if (end_of_string != endp +1) /* If at least one digit */ in internal_str2dec()
995 *end= (char*) end_of_string; in internal_str2dec()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c879 const char *s= from, *s1, *endp, *end_of_string= *end; in internal_str2dec() local
885 while (s < end_of_string && my_isspace(&my_charset_latin1, *s)) in internal_str2dec()
887 if (s == end_of_string) in internal_str2dec()
896 while (s < end_of_string && my_isdigit(&my_charset_latin1, *s)) in internal_str2dec()
899 if (s < end_of_string && *s=='.') in internal_str2dec()
902 while (endp < end_of_string && my_isdigit(&my_charset_latin1, *endp)) in internal_str2dec()
987 if (endp+1 < end_of_string && (*endp == 'e' || *endp == 'E')) in internal_str2dec()
990 longlong exponent= my_strtoll10(endp+1, (char**) &end_of_string, in internal_str2dec()
993 if (end_of_string != endp +1) /* If at least one digit */ in internal_str2dec()
995 *end= (char*) end_of_string; in internal_str2dec()
/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Ddecimal.c874 const char *s= from, *s1, *endp, *end_of_string= *end; in internal_str2dec() local
880 while (s < end_of_string && my_isspace(&my_charset_latin1, *s)) in internal_str2dec()
882 if (s == end_of_string) in internal_str2dec()
891 while (s < end_of_string && my_isdigit(&my_charset_latin1, *s)) in internal_str2dec()
894 if (s < end_of_string && *s=='.') in internal_str2dec()
897 while (endp < end_of_string && my_isdigit(&my_charset_latin1, *endp)) in internal_str2dec()
982 if (endp+1 < end_of_string && (*endp == 'e' || *endp == 'E')) in internal_str2dec()
985 longlong exponent= my_strtoll10(endp+1, (char**) &end_of_string, in internal_str2dec()
988 if (end_of_string != endp +1) /* If at least one digit */ in internal_str2dec()
990 *end= (char*) end_of_string; in internal_str2dec()

1234