Home
last modified time | relevance | path

Searched refs:REQUIRE_STR (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/rcorder/
H A Drcorder.c65 #define REQUIRE_STR "# REQUIRE:" macro
66 #define REQUIRE_LEN (sizeof(REQUIRE_STR) - 1)
510 if (strncmp(REQUIRE_STR, buf, REQUIRE_LEN) == 0) in crunch_file()