Home
last modified time | relevance | path

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

/src/tools/regression/zfs/
H A Dmisc.sh384 statcmd="stat -c"
386 statcmd="stat -f"
388 if [ "`${statcmd} '%d' ${dir} 2>/dev/null`" -eq "`${statcmd} '%d' ${dir}/.. 2>/dev/null`" ]; then
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h96 void statcmd(void);
H A Dftpcmd.y336 statcmd();
H A Dftpd.c1597 statcmd(void) in statcmd() function
H A Dftpcmd.c2033 statcmd(); in yyparse()
/src/crypto/heimdal/appl/ftp/
H A DChangeLog178 * ftpd/ftpd.c (statcmd): cast argument to isdigit to unsigned char