Home
last modified time | relevance | path

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

/freebsd-13.1/tools/regression/zfs/
H A Dmisc.sh385 statcmd="stat -c"
387 statcmd="stat -f"
389 if [ "`${statcmd} '%d' ${dir} 2>/dev/null`" -eq "`${statcmd} '%d' ${dir}/.. 2>/dev/null`" ]; then
/freebsd-13.1/libexec/ftpd/
H A Dextern.h62 void statcmd(void);
H A Dftpcmd.y483 statcmd();
H A Dftpd.c2406 statcmd(void) in statcmd() function
/freebsd-13.1/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()
/freebsd-13.1/contrib/opie/
H A Dftpcmd.y131 VOIDRET statcmd __P((void));
362 statcmd();
H A Dopieftpd.c1102 VOIDRET statcmd FUNCTION_NOARGS
/freebsd-13.1/crypto/heimdal/appl/ftp/
H A DChangeLog178 * ftpd/ftpd.c (statcmd): cast argument to isdigit to unsigned char