/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 2575 int SysFaccessat(int fd, const char *filename, int amode, int flag) in SysFaccessat() argument
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_uprobe.c | 62 char *filename; member 536 char *arg, *filename, *rctr, *rctr_end, *tmp; in __trace_uprobe_create() local 1415 bpf_get_uprobe_info(const struct perf_event *event, u32 *fd_type, const char **filename, u64 *probe_offset, u64 *probe_addr, bool perf_type_tracepoint) bpf_get_uprobe_info() argument [all...] |
H A D | blktrace.c | 483 static struct dentry *blk_create_buf_file_callback(const char *filename, in blk_create_buf_file_callback() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | dynamic_debug.c | 55 const char *filename; member [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 50 const char *filename; member 134 char *filename; member 217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new() argument 440 int bpf_linker__add_file(struct bpf_linker *linker, const char *filename, in bpf_linker__add_file() argument 538 linker_load_obj_file(struct bpf_linker *linker, const char *filename, const struct bpf_linker_file_opts *opts, struct src_obj *obj) linker_load_obj_file() argument [all...] |
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 268 int sys_execve(const char *filename, char *const argv[], char *const envp[]) in sys_execve() argument 274 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() argument
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda.c | 927 char *filename, *tmp; in fixup_tplg_name() local
|
/kernel/linux/linux-6.6/scripts/ |
H A D | asn1_compiler.c | 200 static const char *filename; variable [all...] |
/third_party/eudev/src/libudev/ |
H A D | libudev-device.c | 599 char filename[UTIL_PATH_SIZE]; in udev_device_read_db() local 663 char filename[UTIL_PATH_SIZE]; in udev_device_read_uevent_file() local [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | f2fs.h | 206 __u8 (*filename)[F2FS_SLOT_LEN]; member
|
H A D | fsck.c | 1521 __chk_dots_dentries(struct f2fs_sb_info *sbi, int casefolded, struct f2fs_dir_entry *dentry, struct child_info *child, u8 *name, int len, __u8 (*filename)[F2FS_SLOT_LEN], int enc_name) __chk_dots_dentries() argument 1568 nullify_dentry(struct f2fs_dir_entry *dentry, int offs, __u8 (*filename)[F2FS_SLOT_LEN], u8 **bitmap) nullify_dentry() argument
|
/third_party/eudev/src/shared/ |
H A D | util.c | 791 _pure_ static bool hidden_file_allow_backup(const char *filename) { in hidden_file_allow_backup() argument 812 hidden_file(const char *filename) hidden_file() argument [all...] |
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 462 add_headers_from_file(debuginfod_client *client, const char* filename) in add_headers_from_file() argument 835 const char *filename = NULL; in debuginfod_query_server() local 1902 debuginfod_find_source(debuginfod_client *client, const unsigned char *build_id, int build_id_len, const char *filename, char **path) debuginfod_find_source() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | dshow.c | 1341 char *filename = NULL; in dshow_open_device() local 1412 char *filename = NULL; in dshow_open_device() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 482 FcChar8 *filename; in load_font_fontconfig() local
|
H A D | avf_showcqt.c | 595 char *filename; in render_fontconfig() local
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 454 const char *filename; member [all...] |
H A D | aviobuf.c | 1223 int avio_open(AVIOContext **s, const char *filename, int flags) in avio_open() argument 1228 int ffio_open_whitelist(AVIOContext **s, const char *filename, int flags, in ffio_open_whitelist() argument 1249 int avio_open2(AVIOContext **s, const char *filename, int flags, in avio_open2() argument
|
H A D | demux.c | 154 static int init_input(AVFormatContext *s, const char *filename, in init_input() argument 223 int avformat_open_input(AVFormatContext **ps, const char *filename, in avformat_open_input() argument [all...] |
H A D | isom.h | 83 char filename[64]; member
|
/third_party/curl/lib/ |
H A D | setup-vms.h | 215 static int CONF_modules_load_file(const char *filename, in CONF_modules_load_file() argument
|
/third_party/glslang/StandAlone/ |
H A D | StandAlone.cpp | 1547 const auto filename = GetBinaryName(intermediate->getStage()); variable 2122 fopen_s( FILE** pFile, const char* filename, const char* mode ) fopen_s() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 195 static int get_tmp_name(char *filename, size_t size) in get_tmp_name() argument 205 static int make_local_socket(const char *filename, int server, mode_t ipc_perm, int ipc_gid) in make_local_socket() argument [all...] |
H A D | pcm_hw.c | 1757 char filename[sizeof(SNDRV_FILE_PCM_STREAM_PLAYBACK) + 20]; in snd_pcm_hw_open() local
|
/third_party/backends/backend/ |
H A D | dll.c | 364 static int has_suffix(const char *filename, const char *suffix) { in has_suffix() argument
|