Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Dinteractive.c80 static int glob_stat(const char *, struct stat *);
103 arglist.glob.gl_lstat = glob_stat; in runcmdshell()
104 arglist.glob.gl_stat = glob_stat; in runcmdshell()
726 glob_stat(const char *name, struct stat *stp) in glob_stat() function