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

/freebsd-10.0-release/sbin/rcorder/
H A Drcorder.c63 #define REQUIRES_STR "# REQUIRES:" macro
64 #define REQUIRES_LEN (sizeof(REQUIRES_STR) - 1)
481 else if (strncmp(REQUIRES_STR, buf, REQUIRES_LEN) == 0)

Completed in 162 milliseconds