/src/lib/libc/compat/gen/ |
compat___glob13.c | 15 "warning: reference to compatibility __glob13(); include <glob.h> for correct reference") 17 "warning: reference to compatibility __globfree13(); include <glob.h> for correct reference") 19 #undef glob 21 #define glob __glob13 macro 24 #include <glob.h> 25 #include <compat/include/glob.h> 27 #include "gen/glob.c"
|
/src/usr.sbin/mtree/ |
excludes.c | 61 const char *glob; member in struct:exclude 94 e->glob = line; 95 if (strchr(e->glob, '/') != NULL) 114 if ((e->pathname && MATCH(e->glob, path)) 115 || MATCH(e->glob, fname)) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nouveau_nvkm_engine_gr_gv100.c | 40 char glob[128]; local in function:gv100_gr_trap_sm 42 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr); 47 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : "");
|
nouveau_nvkm_engine_gr_gf100.c | 1249 char glob[128]; local in function:gf100_gr_trap_mp 1251 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr); 1256 gpc, tpc, gerr, glob, werr, warp ? warp->name : "");
|
/src/distrib/utils/more/ |
os.c | 204 glob(filename) function
|
/src/sys/arch/macppc/dev/ |
videopll.c | 66 static void *glob = NULL; variable in typeref:typename:void * 92 glob = sc; 102 struct videopll_softc *sc = glob; 108 if (glob == NULL)
|
/src/bin/csh/ |
Makefile | 23 func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \ 60 COPTS.glob.c = ${CC_WNO_DANGLING_POINTER}
|
/src/sbin/restore/ |
interactive.c | 51 #include <glob.h> 80 int freeglob; /* glob structure needs to be freed */ 82 glob_t glob; /* globbing information */ member in struct:arglist 110 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; 111 arglist.glob.gl_opendir = (void *)rst_opendir; 112 arglist.glob.gl_readdir = (void *)glob_readdir; 113 arglist.glob.gl_closedir = (void *)rst_closedir; 114 arglist.glob.gl_lstat = glob_stat; 115 arglist.glob.gl_stat = glob_stat; 122 globfree(&arglist.glob); [all...] |
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_memory.c | 56 struct ttm_mem_global *glob; member in struct:ttm_mem_zone 105 spin_lock(&zone->glob->lock); 116 spin_unlock(&zone->glob->lock); 122 static void ttm_check_swapping(struct ttm_mem_global *glob); 142 spin_lock(&zone->glob->lock); 155 spin_unlock(&zone->glob->lock); 157 ttm_check_swapping(zone->glob); 191 struct ttm_mem_global *glob = local in function:ttm_mem_global_show 195 spin_lock(&glob->lock); 196 val = glob->lower_mem_limit 212 struct ttm_mem_global *glob = local in function:ttm_mem_global_store 302 struct ttm_mem_global *glob = local in function:ttm_shrink_work [all...] |
ttm_bo.c | 145 struct ttm_bo_global *glob = local in function:ttm_bo_global_show 149 atomic_read(&glob->bo_count)); 627 struct ttm_bo_global *glob = &ttm_bo_glob; local in function:ttm_bo_delayed_delete 633 spin_lock(&glob->lru_lock); 643 spin_unlock(&glob->lru_lock); 646 spin_lock(&glob->lru_lock); 652 spin_unlock(&glob->lru_lock); 656 spin_lock(&glob->lru_lock); 660 spin_unlock(&glob->lru_lock); 1506 struct ttm_bo_global *glob = &ttm_bo_glob local in function:ttm_bo_force_list_clean 1639 struct ttm_bo_global *glob = local in function:ttm_bo_global_kobj_release 1648 struct ttm_bo_global *glob = &ttm_bo_glob; local in function:ttm_bo_global_release 1673 struct ttm_bo_global *glob = &ttm_bo_glob; local in function:ttm_bo_global_init 1720 struct ttm_bo_global *glob = &ttm_bo_glob; local in function:ttm_bo_device_release 1771 struct ttm_bo_global *glob = &ttm_bo_glob; local in function:ttm_bo_device_init [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_ttm_buffer.c | 416 struct ttm_mem_global *glob = vmw_mem_glob(dev_priv); local in function:vmw_ttm_map_dma 445 ret = ttm_mem_global_alloc(glob, vmw_tt->sg_alloc_size, &ctx); 462 ttm_mem_global_free(glob, over_alloc); 492 ttm_mem_global_free(glob, vmw_tt->sg_alloc_size); 664 struct ttm_mem_global *glob = vmw_mem_glob(dev_priv); local in function:vmw_ttm_populate 673 ret = ttm_mem_global_alloc(glob, size, ctx); 680 ttm_mem_global_free(glob, size); 692 struct ttm_mem_global *glob = vmw_mem_glob(dev_priv); local in function:vmw_ttm_unpopulate 706 ttm_mem_global_free(glob, size);
|
/src/lib/libc/gen/ |
glob.c | 1 /* $NetBSD: glob.c,v 1.39 2019/05/29 01:21:33 christos Exp $ */ 38 static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93"; 40 __RCSID("$NetBSD: glob.c,v 1.39 2019/05/29 01:21:33 christos Exp $"); 45 * glob(3) -- a superset of the one defined in POSIX 1003.2. 67 * Number of matches in the current invocation of glob. 78 #include <glob.h> 184 glob(const char * __restrict pattern, int flags, int (*errfunc)(const char *, function in typeref:typename:int 232 * Expand recursively a glob {} pattern. When there is no more expansion 233 * invoke the standard globbing routine to glob the rest of the magic 266 * If it fails then it tries to glob the rest of the pattern and returns [all...] |
/src/lib/libc/include/ |
namespace.h | 435 #define glob _glob macro
|