Searched refs:glob (Results 26 - 50 of 68) sorted by relevance

123

/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py10 import glob
159 for file in glob.glob(tree + '*/conf/NOTES'):
/freebsd-9.3-release/contrib/less/
H A Dlglob.h37 #define GLOB_LIST(filename,list) glob(filename,GLOB_NOCHECK,0,&list)
H A Dfilename.c24 #include <glob.h>
423 * But in DOS, we have to glob "s*.*".
743 * We get the shell to glob the filename for us by passing
/freebsd-9.3-release/lib/libc/gen/
H A DMakefile.inc21 getusershell.c getutxent.c getvfsbyname.c glob.c \
72 glob.3 initgroups.3 isgreater.3 ldexp.3 lockf.3 makecontext.3 \
148 MLINKS+=glob.3 globfree.3
H A DSymbol.map138 glob;
H A Dglob.c39 static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
45 * glob(3) -- a superset of the one defined in POSIX 1003.2.
66 * Number of matches in the current invocation of glob.
85 #include <glob.h>
98 * glob(3) expansion limits. Stop the expansion if any of these limits
193 glob(const char * __restrict pattern, int flags, function
262 * Expand recursively a glob {} pattern. When there is no more expansion
263 * invoke the standard globbing routine to glob the rest of the magic
293 * If it fails then it tries to glob the rest of the pattern and returns.
332 /* Non matching braces; just glob th
[all...]
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_bo_api.h192 struct ttm_bo_global *glob; member in struct:ttm_buffer_object
H A Dttm_page_alloc_dma.c869 struct ttm_mem_global *mem_glob = ttm->glob->mem_glob;
982 ttm_mem_global_free_page(ttm->glob->mem_glob,
988 ttm_mem_global_free_page(ttm->glob->mem_glob,
1056 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) argument
1077 &glob->kobj, "dma_pool");
H A Dttm_page_alloc.c784 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) argument
827 struct ttm_mem_global *mem_glob = ttm->glob->mem_glob;
869 ttm_mem_global_free_page(ttm->glob->mem_glob,
/freebsd-9.3-release/contrib/gcc/
H A Dtree-dump.c794 dump_register (const char *suffix, const char *swtch, const char *glob,
816 extra_dump_files[this].glob = glob;
995 if (doglob && !dfi->glob)
998 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
1051 /* Don't glob if we got a hit already */
793 dump_register(const char *suffix, const char *swtch, const char *glob, int flags, int letter) argument
H A Dtree-pass.h135 const char *glob; /* command line glob */ member in struct:dump_file_info
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c120 int glob, err; local
170 glob = strisglob(pp->dpp_name);
171 if (!glob && nmatches == 0) {
202 } else if (glob && !isdash) {
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h79 # include <glob.h>
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c21 * glob
140 *wbp = glob(cp, *wbp);
410 /* -------- glob.c -------- */
414 * glob
425 glob(cp, wb) function
H A Dsh.h202 _PROTOTYPE(struct wdblock *glob , (char *cp , struct wdblock *wb ));
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_ttm.c882 struct ttm_bo_global *glob = rdev->mman.bdev.glob; local
884 spin_lock(&glob->lru_lock);
886 spin_unlock(&glob->lru_lock);
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h161 # include <glob.h>
/freebsd-9.3-release/sys/netinet/
H A Dip_fw.h343 int glob; member in union:_ipfw_insn_if::__anon9957
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dinit.c40 #include <glob.h>
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.autodep.mk216 # Avoid adding glob patterns to .MAKE.META.CREATED though.
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dconf.c52 #include <glob.h>
570 if (glob(curclass.notify, GLOB_BRACE|GLOB_LIMIT, NULL, &gl) != 0
/freebsd-9.3-release/contrib/tnftp/src/
H A Dutil.c89 #include <glob.h>
540 * glob files given in argv[] from the remote server.
643 if (glob(pattern, flags, NULL, &gl) || gl.gl_pathc == 0) {
/freebsd-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.c60 char **glob();
1683 *(char **)&(yyval) = *glob((char *) yyvsp[0]);
H A Dftp.y64 char **glob();
607 *(char **)&($$) = *glob((char *) $1);
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c73 #include <glob.h>
906 * for a "glob" entry which does match.
919 /* This new entry is not a glob! */
922 /* Only allow a match to one glob-entry */
948 * glob entries, and the default entry.
960 * which match those glob-entries onto the worklist.
977 * that already exist. Do not add a glob-related entry for any
981 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob);
1007 /* Error on a file that glob() matched?!? */
1022 /* This new entry is not a glob! */
[all...]

Completed in 307 milliseconds

123