Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Dinteractive.c69 int freeglob; /* glob structure needs to be freed */ member
97 arglist.freeglob = 0; in runcmdshell()
108 if (arglist.freeglob != 0) { in runcmdshell()
109 arglist.freeglob = 0; in runcmdshell()
370 ap->freeglob = 1; in getcmd()
377 ap->freeglob = 0; in getcmd()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2217 int freeglob = 0; in send_file_list() local
2231 freeglob = 1; in send_file_list()
2337 if (freeglob) in send_file_list()
/freebsd/libexec/ftpd/
H A Dftpd.c3140 int freeglob = 0; in send_file_list() local
3149 freeglob = 1; in send_file_list()
3263 if (freeglob) { in send_file_list()
3264 freeglob = 0; in send_file_list()