Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/file/
H A Dfile.c171 static int shellscript(char buf[], struct stat64 *sb);
630 if (fbuf[0] == '#' && fbuf[1] == '!' && shellscript(fbuf+2, &mbuf)) in def_position_tests()
1556 shellscript(char buf[], struct stat64 *sb) in shellscript() function