Lines Matching refs:string
8 # A string calibrating routine to the specified length by
9 # appending to an input string a specified character.
11 # output - variable to return the calibrated string
14 string(LENGTH ${input} length)
16 string(CONCAT input ${input} ${filler})
45 string(STRIP ${option} option)
59 string (REPLACE ";" " " ARGV_STRING "${ARGV}")
60 string (REPLACE "STREQUAL" "=" ARGV_STRING "${ARGV_STRING}")
61 string (REPLACE "GREATER" ">" ARGV_STRING "${ARGV_STRING}")
62 string (REPLACE "LESS" "<" ARGV_STRING "${ARGV_STRING}")
63 string (REPLACE "VERSION_LESS" "<" ARGV_STRING "${ARGV_STRING}")
64 string (REPLACE "EQUAL" "=" ARGV_STRING "${ARGV_STRING}")
65 string (REPLACE "IN_LIST" "in" ARGV_STRING "${ARGV_STRING}")