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

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

Completed in 42 milliseconds