Searched refs:glob0 (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | glob.py | 62 glob_in_dir = glob0 85 def glob0(dirname, basename): function
|
/external/python/setuptools/setuptools/ |
D | glob.py | 82 glob_in_dir = glob0 106 def glob0(dirname, basename): function
|
/external/openssh/openbsd-compat/ |
D | glob.c | 159 static int glob0(const Char *, glob_t *, struct glob_lim *); 228 return glob0(patbuf, pglob, &limit); in glob() 243 return glob0(pattern, pglob, limitp); in globexp1() 248 return glob0(pattern, pglob, limitp); in globexp1() 295 return glob0(patbuf, pglob, limitp); in globexp2() 472 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/ |
D | live-debug-values-spill.mir | 15 # int glob0, glob1, glob2, glob3, glob4, glob5; 20 # int inta = glob0; 91 @glob0 = common local_unnamed_addr global i32 0, align 4, !dbg !0 111 %0 = load i32, i32* @glob0, align 4, !dbg !46, !tbaa !47 210 …!1 = distinct !DIGlobalVariable(name: "glob0", scope: !2, file: !3, line: 4, type: !8, isLocal: fa… 384 …$r13d = MOV32rm $rip, 1, _, @glob0, _, debug-location !46 :: (dereferenceable load 4 from @glob0, …
|
/external/python/cpython3/Lib/ |
D | glob.py | 100 def glob0(dirname, pattern): function
|