Searched refs:freeglob (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sbin/restore/
H A Dinteractive.c77 int freeglob; /* glob structure needs to be freed */ member in struct:arglist
105 arglist.freeglob = 0;
116 if (arglist.freeglob != 0) {
117 arglist.freeglob = 0;
378 ap->freeglob = 1;
385 ap->freeglob = 0;
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2241 int freeglob = 0; local
2255 freeglob = 1;
2361 if (freeglob) {
2362 freeglob = 0;
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c3164 int freeglob = 0;
3173 freeglob = 1;
3287 if (freeglob) {
3288 freeglob = 0;
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c3352 int freeglob = 0; local
3359 (void) &freeglob;
3368 freeglob = 1;
3487 if (freeglob)

Completed in 117 milliseconds