Home
last modified time | relevance | path

Searched refs:glob (Results 251 - 268 of 268) sorted by relevance

1...<<11

/third_party/python/Lib/
H A Dpathlib.py301 """A selector matches a specific glob pattern part against the children
937 # includes scandir(), which is used to implement glob().
940 def glob(self, pattern): member in Path
944 sys.audit("pathlib.Path.glob", self, pattern)
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c5231 "\t accepts: func_full_name or glob-matching-pattern\n"
8201 char *glob, char *cmd, char *param, int enable) in ftrace_trace_snapshot_callback()
8217 if (glob[0] == '!') in ftrace_trace_snapshot_callback()
8218 return unregister_ftrace_function_probe_func(glob+1, tr, ops); in ftrace_trace_snapshot_callback()
8241 ret = register_ftrace_function_probe(glob, tr, ops, count); in ftrace_trace_snapshot_callback()
8200 ftrace_trace_snapshot_callback(struct trace_array *tr, struct ftrace_hash *hash, char *glob, char *cmd, char *param, int enable) ftrace_trace_snapshot_callback() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c5652 "\t accepts: func_full_name or glob-matching-pattern\n"
8799 char *glob, char *cmd, char *param, int enable) in ftrace_trace_snapshot_callback()
8815 if (glob[0] == '!') in ftrace_trace_snapshot_callback()
8816 return unregister_ftrace_function_probe_func(glob+1, tr, ops); in ftrace_trace_snapshot_callback()
8839 ret = register_ftrace_function_probe(glob, tr, ops, count); in ftrace_trace_snapshot_callback()
8798 ftrace_trace_snapshot_callback(struct trace_array *tr, struct ftrace_hash *hash, char *glob, char *cmd, char *param, int enable) ftrace_trace_snapshot_callback() argument
/third_party/python/Lib/test/
H A D_test_multiprocessing.py4480 import glob namespace
4482 pattern = os.path.join(glob.escape(folder), '*.py')
4483 files = glob.glob(pattern)
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h2168 struct nvm_cfg1_glob glob; member
H A Dqed_mcp.c2200 offsetof(struct nvm_cfg1, glob) + in qed_mcp_get_mbi_ver()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs25 extern crate glob;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1830 pub fn glob( in glob() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1706 pub fn glob( in glob() functions
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c2151 offsetof(struct nvm_cfg1, glob) + in qed_mcp_get_mbi_ver()
H A Dqed_hsi.h13277 struct nvm_cfg1_glob glob; member
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2784 pub fn glob( in glob() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2811 pub fn glob( in glob() functions
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-core.c47 #include <linux/glob.h>
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-core.c47 #include <linux/glob.h>
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4039 pub fn glob( in glob() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4073 pub fn glob( in glob() functions
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 286 milliseconds

1...<<11