| /third_party/ltp/testcases/kernel/syscalls/stat/ |
| H A D | stat03.c | 33 char *pathname; member
|
| H A D | stat01.c | 31 char *pathname; member
|
| /third_party/ltp/include/lapi/ |
| H A D | openat2.h | 50 static inline int openat2(int dfd, const char *pathname, in openat2() argument
|
| /third_party/python/Python/ |
| H A D | dynload_shlib.c | 53 _PyImport_FindSharedFuncptr(const char *prefix, const char *shortname, const char *pathname, FILE *fp) _PyImport_FindSharedFuncptr() argument
|
| /base/startup/init/services/init/standard/ |
| H A D | system_call_wrap.c | 39 int __wrap_mkdir(const char *pathname, mode_t mode)
in __wrap_mkdir() argument 52 int __wrap_rmdir(const char *pathname)
in __wrap_rmdir() argument 95 int __wrap_chown(const char *pathname, uid_ argument [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | uterror.c | 39 acpi_ut_predefined_warning(const char *module_name, u32 line_number, char *pathname, u16 node_flags, const char *format, ...) acpi_ut_predefined_warning() argument 82 acpi_ut_predefined_info(const char *module_name, u32 line_number, char *pathname, u16 node_flags, const char *format, ...) acpi_ut_predefined_info() argument 124 acpi_ut_predefined_bios_error(const char *module_name, u32 line_number, char *pathname, u16 node_flags, const char *format, ...) acpi_ut_predefined_bios_error() argument [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument 122 static void test_lookup_fail(int fd, const char *pathname) in test_lookup_fail() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
| H A D | non-regular.c | 15 void rm(struct __test_metadata *_metadata, const char *pathname, in rm() argument 37 char *pathname; in FIXTURE() local [all...] |
| /kernel/linux/linux-5.10/security/tomoyo/ |
| H A D | realpath.c | 304 char *tomoyo_realpath_nofollow(const char *pathname) in tomoyo_realpath_nofollow() argument
|
| H A D | group.c | 131 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, in tomoyo_path_matches_group() argument
|
| /kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/ |
| H A D | apdump.c | 363 int ap_dump_table_from_file(char *pathname) in ap_dump_table_from_file() argument
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | path.c | 52 char *pathname = get_pathname(); in mkpath() local
|
| /kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
| H A D | cpupower.c | 178 char pathname[32]; in main() local
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | uterror.c | 39 acpi_ut_predefined_warning(const char *module_name, u32 line_number, char *pathname, u16 node_flags, const char *format, ...) acpi_ut_predefined_warning() argument 82 acpi_ut_predefined_info(const char *module_name, u32 line_number, char *pathname, u16 node_flags, const char *format, ...) acpi_ut_predefined_info() argument 124 acpi_ut_predefined_bios_error(const char *module_name, u32 line_number, char *pathname, u16 node_flags, const char *format, ...) acpi_ut_predefined_bios_error() argument [all...] |
| /kernel/linux/linux-6.6/drivers/block/rnbd/ |
| H A D | rnbd-srv.h | 58 char pathname[NAME_MAX]; member
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| H A D | syscall.c | 57 const char *pathname = "/bin/true"; in test_execve() local
|
| /kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/ |
| H A D | apdump.c | 365 int ap_dump_table_from_file(char *pathname) in ap_dump_table_from_file() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
| H A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() argument 122 static void test_lookup_fail(int fd, const char *pathname) in test_lookup_fail() argument
|
| /kernel/linux/linux-6.6/security/tomoyo/ |
| H A D | group.c | 131 tomoyo_path_matches_group(const struct tomoyo_path_info *pathname, in tomoyo_path_matches_group() argument
|
| H A D | realpath.c | 299 char *tomoyo_realpath_nofollow(const char *pathname) in tomoyo_realpath_nofollow() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
| H A D | non-regular.c | 15 void rm(struct __test_metadata *_metadata, const char *pathname, in rm() argument 37 char *pathname; in FIXTURE() local [all...] |
| /kernel/liteos_a/fs/vfs/operation/ |
| H A D | fullpath.c | 146 static int vfs_normalize_path_parame_check(const char *filename, char **pathname) in vfs_normalize_path_parame_check() argument 181 static char *vfs_not_absolute_path(const char *directory, const char *filename, char **pathname, int namelen) in vfs_not_absolute_path() argument 213 static char *vfs_normalize_fullpath(const char *directory, const char *filename, char **pathname, in argument 244 vfs_normalize_path(const char *directory, const char *filename, char **pathname) vfs_normalize_path() argument 305 vfs_normalize_pathat(int dirfd, const char *filename, char **pathname) vfs_normalize_pathat() argument [all...] |
| /kernel/liteos_m/components/shell/src/cmds/ |
| H A D | fullpath.c | 135 STATIC INT32 VfsNormalizePathParameCheck(const CHAR *filename, CHAR **pathname) in VfsNormalizePathParameCheck() argument 170 STATIC CHAR *VfsNotAbsolutePath(const CHAR *directory, const CHAR *filename, CHAR **pathname, INT32 namelen) in VfsNotAbsolutePath() argument 201 STATIC CHAR *VfsNormalizeFullpath(const CHAR *directory, const CHAR *filename, CHAR **pathname, INT3 argument 232 VfsNormalizePath(const CHAR *directory, const CHAR *filename, CHAR **pathname) VfsNormalizePath() argument [all...] |
| /third_party/libsnd/programs/ |
| H A D | sndfile-deinterleave.c | 70 char pathname [512], ext [32], *cptr ; in main() local
|
| /third_party/ltp/include/ |
| H A D | tst_safe_posix_ipc.h | 28 safe_mq_open(const char *file, const int lineno, const char *pathname, int oflags, ...) safe_mq_open() argument
|