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

/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip.c141 static char CLOOP_MAGIC_START[] = "#!/bin/sh\n"; variable
727 if (strncmp(header->magic, CLOOP_MAGIC_START,
728 sizeof(CLOOP_MAGIC_START) - 1) != 0) {

Completed in 70 milliseconds