OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actual_l
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
valid_utf8_string.c
201
int
actual_l
;
local
212
actual_l
= valid_utf8_string(tp->input, strlen(tp->input));
215
if (
actual_l
!= tp->expected) {
217
"input: >%s<, '
actual_l
' got: >%s<, want: >%s<\n",
218
tp->input, valid_to_str(
actual_l
),
227
tp->input, valid_to_str(
actual_l
));
valid_utf8_string.c
201
int
actual_l
;
local
212
actual_l
= valid_utf8_string(tp->input, strlen(tp->input));
215
if (
actual_l
!= tp->expected) {
217
"input: >%s<, '
actual_l
' got: >%s<, want: >%s<\n",
218
tp->input, valid_to_str(
actual_l
),
227
tp->input, valid_to_str(
actual_l
));
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026