Symbol: globfree
bin/csh/glob.c
413
globfree(&globv);
include/glob.h
107
void globfree(glob_t *) __RENAME(__globfree30);
lib/libc/compat/gen/compat___glob13.c
20
#undef globfree
lib/libc/compat/gen/compat_glob.c
23
__weak_alias(globfree,_globfree)
lib/libc/compat/gen/compat_glob.c
28
__warn_references(globfree,
lib/libc/compat/include/glob.h
43
void globfree(glob_t *);
libexec/ftpd/conf.c
566
globfree(&gl);
libexec/ftpd/conf.c
588
globfree(&gl);
libexec/ftpd/ftpd.c
3566
globfree(&gl);
libexec/ftpd/popen.c
145
globfree(&gl);
libexec/ftpd/popen.c
151
globfree(&gl);
libexec/ftpd/popen.c
156
globfree(&gl);
libexec/makewhatis/makewhatis.c
229
globfree(&pg);
sbin/restore/interactive.c
122
globfree(&arglist.glob);
sbin/restore/interactive.c
402
globfree(&ap->glob);
tests/lib/libc/gen/t_glob.c
255
globfree(&gl);
usr.bin/apropos/apropos.c
144
globfree(&pg);
usr.bin/ftp/cmds.c
527
globfree(&gl);
usr.bin/ftp/cmds.c
549
globfree(&gl);
usr.bin/ftp/util.c
639
globfree(&gl);
usr.bin/ftp/util.c
643
globfree(&gl);
usr.bin/locate/locate/locate.c
247
static char globfree[100];
usr.bin/locate/locate/locate.c
253
char *subp = globfree;
usr.bin/locate/locate/locate.c
283
(p <= endmark) && subp < (globfree + sizeof(globfree));)
usr.bin/mail/complete.c
219
globfree(&gl);
usr.bin/mail/complete.c
223
globfree(&gl);
usr.bin/man/man.c
1077
globfree(&pg);
usr.bin/man/man.c
1089
globfree(&pg);
usr.bin/whatis/whatis.c
132
globfree(&pg);
usr.sbin/catman/catman.c
316
globfree(&manpaths);
usr.sbin/inetd/parse.c
1296
globfree(&results);