Home
last modified time | relevance | path

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

/netbsd/src/sbin/restore/
Dinteractive.c80 int freeglob; /* glob structure needs to be freed */ member
108 arglist.freeglob = 0; in runcmdshell()
119 if (arglist.freeglob != 0) { in runcmdshell()
120 arglist.freeglob = 0; in runcmdshell()
395 ap->freeglob = 1; in getcmd()
401 ap->freeglob = 0; in getcmd()
/netbsd/src/libexec/ftpd/
Dftpd.c3427 int volatile freeglob; in send_file_list() local
3434 freeglob = 0; in send_file_list()
3442 freeglob = 1; in send_file_list()
3565 if (freeglob) in send_file_list()