Home
last modified time | relevance | path

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

/freebsd/sys/geom/uzip/
H A Dg_uzip.c139 static char CLOOP_MAGIC_START[] = "#!/bin/sh\n"; variable
725 if (strncmp(header->magic, CLOOP_MAGIC_START, in g_uzip_taste()
726 sizeof(CLOOP_MAGIC_START) - 1) != 0) { in g_uzip_taste()