HomeSort by: relevance | last modified time | path
    Searched refs:globfree (Results 1 - 22 of 22) sorted by relevancy

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

Completed in 35 milliseconds