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

/freebsd-10.0-release/sbin/rcorder/
H A Drcorder.c61 #define REQUIRE_STR "# REQUIRE:" macro
62 #define REQUIRE_LEN (sizeof(REQUIRE_STR) - 1)
479 if (strncmp(REQUIRE_STR, buf, REQUIRE_LEN) == 0)

Completed in 109 milliseconds