OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compared_version
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
compile.c
1140
char *
compared_version
;
1141
compared_version
= (*version == '\0') ? "4.0" : version;
1142
if (strverscmp (
compared_version
, SED_FEATURE_VERSION) > 0)
1132
char *
compared_version
;
local
[
all
...]
Completed in 131 milliseconds