Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/libexec/ftpd/
H A Dextern.h59 void statcmd(void);
H A Dftpcmd.y472 statcmd();
H A Dftpd.c2363 statcmd(void) in statcmd() function
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h96 void statcmd(void);
H A Dftpcmd.y336 statcmd();
H A Dftpcmd.c2033 statcmd(); in yyparse()
H A Dftpd.c1597 statcmd(void) in statcmd() function
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog178 * ftpd/ftpd.c (statcmd): cast argument to isdigit to unsigned char