Searched refs:LINE (Results 1 - 3 of 3) sorted by relevance

/seL4-test-master/
H A Dgriddle252 while read -r LINE
257 LINE=$(echo "$LINE" | sed -e 's/^\s\+//' -e 's/\s\+$//')
259 case "$LINE" in
267 describe "configuration variable: \"$LINE\""
268 unpack_set "$LINE"
299 describe "exporting external setting: \"$LINE\""
302 die "$EASY_KNOBS:$CMAKE_LINENO: I don't know how to handle \"$LINE\""
/seL4-test-master/tools/seL4/cmake-tool/
H A Dgriddle252 while read -r LINE
257 LINE=$(echo "$LINE" | sed -e 's/^\s\+//' -e 's/\s\+$//')
259 case "$LINE" in
267 describe "configuration variable: \"$LINE\""
268 unpack_set "$LINE"
299 describe "exporting external setting: \"$LINE\""
302 die "$EASY_KNOBS:$CMAKE_LINENO: I don't know how to handle \"$LINE\""
/seL4-test-master/tools/nanopb/
H A Dpb.h134 # define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)
135 # define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) pb_static_assertion_##MSG##_##LINE##_##COUNTER

Completed in 112 milliseconds