/kernel/linux/linux-5.10/tools/perf/tests/ |
D | pe-file-parsing.c | 25 char filename[PATH_MAX]; in run_dir() 26 char debugfile[PATH_MAX]; in run_dir() 28 char debuglink[PATH_MAX]; in run_dir() 33 char expect_debuglink[PATH_MAX] = "pe-file.exe.debug"; in run_dir() 38 scnprintf(filename, PATH_MAX, "%s/pe-file.exe", d); in run_dir() 45 ret = filename__read_debuglink(filename, debuglink, PATH_MAX); in run_dir() 50 scnprintf(debugfile, PATH_MAX, "%s/%s", d, debuglink); in run_dir() 75 char path_dir[PATH_MAX]; in test__pe_file_parsing() 82 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
|
D | pmu.c | 90 static char dir[PATH_MAX]; in test_format_dir_get() 93 snprintf(dir, PATH_MAX, "/tmp/perf-pmu-test-format-XXXXXX"); in test_format_dir_get() 98 static char name[PATH_MAX]; in test_format_dir_get() 102 scnprintf(name, PATH_MAX, "%s/%s", dir, format->name); in test_format_dir_get() 120 char buf[PATH_MAX]; in test_format_dir_put() 121 snprintf(buf, PATH_MAX, "rm -f %s/*\n", dir); in test_format_dir_put() 125 snprintf(buf, PATH_MAX, "rmdir %s\n", dir); in test_format_dir_put()
|
D | attr.c | 71 char path[PATH_MAX]; in store_event() 76 snprintf(path, PATH_MAX, "%s/event-%d-%llu-%d", dir, in store_event() 169 char cmd[3*PATH_MAX]; in run_dir() 174 scnprintf(cmd, 3*PATH_MAX, PYTHON " %s/attr.py -d %s/attr/ -p %s %.*s", in run_dir() 183 char path_perf[PATH_MAX]; in test__attr() 184 char path_dir[PATH_MAX]; in test__attr() 191 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__attr() 192 snprintf(path_perf, PATH_MAX, "%s/perf", BINDIR); in test__attr()
|
D | api-io.c | 36 static int make_test_file(char path[PATH_MAX], const char *contents) in make_test_file() argument 57 static int setup_test(char path[PATH_MAX], const char *contents, in setup_test() argument 80 static void cleanup_test(char path[PATH_MAX], struct io *io) in cleanup_test() argument 89 char path[PATH_MAX]; in do_test_get_char() 136 char path[PATH_MAX]; in do_test_get_hex() 217 char path[PATH_MAX]; in do_test_get_dec()
|
/kernel/linux/linux-5.10/tools/lib/api/fs/ |
D | cgroup.c | 14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() 15 char path_v1[PATH_MAX + 1], path_v2[PATH_MAX + 2], *path; in cgroupfs_find_mountpoint() 30 while (fscanf(fp, "%*s %"__stringify(PATH_MAX)"s %"__stringify(PATH_MAX)"s %" in cgroupfs_find_mountpoint() 31 __stringify(PATH_MAX)"s %*d %*d\n", in cgroupfs_find_mountpoint()
|
D | tracing_path.c | 16 static char tracing_mnt[PATH_MAX] = "/sys/kernel/debug"; 17 static char tracing_path[PATH_MAX] = "/sys/kernel/debug/tracing"; 18 static char tracing_events_path[PATH_MAX] = "/sys/kernel/debug/tracing/events"; 120 char filename[PATH_MAX]; in tracing_path__strerror_open_tp() 122 snprintf(filename, PATH_MAX, "%s/%s", sys, name ?: "*"); in tracing_path__strerror_open_tp()
|
D | fs.c | 91 char path[PATH_MAX]; 160 fscanf(fp, "%*s %" STR(PATH_MAX) "s %99s %*s %*d %*d\n", in fs__read_mounts() 443 char path[PATH_MAX]; in procfs__read_str() 457 char path[PATH_MAX]; in sysfs__read_ull_base() 480 char path[PATH_MAX]; in sysfs__read_int() 493 char path[PATH_MAX]; in sysfs__read_str() 535 char path[PATH_MAX]; in sysctl__read_int() 548 char path[PATH_MAX]; in sysfs__write_int() 554 if (snprintf(path, sizeof(path), "%s/%s", sysfs, entry) >= PATH_MAX) in sysfs__write_int()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | cpumap.c | 100 char path[PATH_MAX]; in cpu__get_topology_int() 102 snprintf(path, PATH_MAX, in cpu__get_topology_int() 307 char path[PATH_MAX]; in set_max_cpu_num() 319 ret = snprintf(path, PATH_MAX, "%s/devices/system/cpu/possible", mnt); in set_max_cpu_num() 320 if (ret >= PATH_MAX) { in set_max_cpu_num() 321 pr_err("sysfs path crossed PATH_MAX(%d) size\n", PATH_MAX); in set_max_cpu_num() 330 ret = snprintf(path, PATH_MAX, "%s/devices/system/cpu/present", mnt); in set_max_cpu_num() 331 if (ret >= PATH_MAX) { in set_max_cpu_num() 332 pr_err("sysfs path crossed PATH_MAX(%d) size\n", PATH_MAX); in set_max_cpu_num() 347 char path[PATH_MAX]; in set_max_node_num() [all …]
|
D | namespaces.c | 65 char oldns[PATH_MAX]; in nsinfo__init() 66 char spath[PATH_MAX]; in nsinfo__init() 75 if (snprintf(oldns, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__init() 99 if (snprintf(spath, PATH_MAX, "/proc/%d/status", nsi->pid) >= PATH_MAX) in nsinfo__init() 204 char curpath[PATH_MAX]; in nsinfo__mountns_enter() 218 if (snprintf(curpath, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__mountns_enter()
|
D | path.c | 31 static char pathname_array[4][PATH_MAX]; in get_pathname() 55 len = vsnprintf(pathname, PATH_MAX, fmt, args); in mkpath() 57 if (len >= PATH_MAX) in mkpath() 86 char path[PATH_MAX]; in is_directory()
|
D | pmu.c | 58 char path[PATH_MAX]; in perf_pmu__format_parse() 65 snprintf(path, PATH_MAX, "%s/%s", dir, name); in perf_pmu__format_parse() 88 char path[PATH_MAX]; in pmu_format() 94 snprintf(path, PATH_MAX, in pmu_format() 149 char path[PATH_MAX]; in perf_pmu__parse_scale() 151 scnprintf(path, PATH_MAX, "%s/%s.scale", dir, name); in perf_pmu__parse_scale() 177 char path[PATH_MAX]; in perf_pmu__parse_unit() 181 scnprintf(path, PATH_MAX, "%s/%s.unit", dir, name); in perf_pmu__parse_unit() 208 char path[PATH_MAX]; in perf_pmu__parse_per_pkg() 211 scnprintf(path, PATH_MAX, "%s/%s.per-pkg", dir, name); in perf_pmu__parse_per_pkg() [all …]
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | message_verify.c | 43 sizeof(struct open_request) + PATH_MAX + 1; in hmdfs_message_verify_init() 55 sizeof(struct atomic_open_request) + PATH_MAX + NAME_MAX + 1; in hmdfs_message_verify_init() 109 sizeof(struct readdir_request) + PATH_MAX + 1; in hmdfs_message_verify_init() 121 sizeof(struct mkdir_request) + PATH_MAX + NAME_MAX + 2; in hmdfs_message_verify_init() 134 sizeof(struct create_request) + PATH_MAX + NAME_MAX + 2; in hmdfs_message_verify_init() 147 sizeof(struct rmdir_request) + PATH_MAX + NAME_MAX + 2; in hmdfs_message_verify_init() 158 sizeof(struct unlink_request) + PATH_MAX + NAME_MAX + 2; in hmdfs_message_verify_init() 169 sizeof(struct rename_request) + 4 + 4 * PATH_MAX; in hmdfs_message_verify_init() 180 sizeof(struct setattr_request) + PATH_MAX + 1; in hmdfs_message_verify_init() 191 sizeof(struct getattr_request) + PATH_MAX + 1; in hmdfs_message_verify_init() [all …]
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
D | exec-cmd.c | 15 #define PATH_MAX 4096 macro 38 static char cwd[PATH_MAX + 1]; in get_pwd_cwd() 41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd() 49 strlcpy(cwd, pwd, PATH_MAX); in get_pwd_cwd() 57 static char buf[PATH_MAX + 1]; in make_nonrelative_path() 60 if (strlcpy(buf, path, PATH_MAX) >= PATH_MAX) in make_nonrelative_path() 66 if (snprintf(buf, PATH_MAX, "%s/%s", cwd, path) >= PATH_MAX) in make_nonrelative_path()
|
/kernel/liteos_a/kernel/extended/dynload/src/ |
D | los_exec_elf.c | 95 err = LOS_StrncpyFromUser(kfileName, fileName, PATH_MAX + 1); in OsCopyUserParam() 98 } else if (err > PATH_MAX) { in OsCopyUserParam() 99 … PRINT_ERR("%s[%d], filename len exceeds maxlen: %d\n", __FUNCTION__, __LINE__, PATH_MAX); in OsCopyUserParam() 104 err = memcpy_s(kfileName, PATH_MAX, fileName, strLen); in OsCopyUserParam() 120 CHAR kfileName[PATH_MAX + 1] = { 0 }; in LOS_DoExecveFile() 123 CHAR buf[PATH_MAX + 1] = { 0 }; in LOS_DoExecveFile() 130 ret = OsCopyUserParam(&loadInfo, fileName, kfileName, PATH_MAX); in LOS_DoExecveFile() 136 if (OsGetRealPath(kfileName, buf, (PATH_MAX + 1)) != LOS_OK) { in LOS_DoExecveFile()
|
/kernel/linux/linux-5.10/usr/ |
D | gen_init_cpio.c | 136 char name[PATH_MAX + 1]; in cpio_mkslink_line() 137 char target[PATH_MAX + 1]; in cpio_mkslink_line() 143 …if (5 != sscanf(line, "%" str(PATH_MAX) "s %" str(PATH_MAX) "s %o %d %d", name, target, &mode, &ui… in cpio_mkslink_line() 208 char name[PATH_MAX + 1]; in cpio_mkgeneric_line() 214 if (4 != sscanf(line, "%" str(PATH_MAX) "s %o %d %d", name, &mode, &uid, &gid)) { in cpio_mkgeneric_line() 276 char name[PATH_MAX + 1]; in cpio_mknod_line() 285 if (7 != sscanf(line, "%" str(PATH_MAX) "s %o %d %d %c %u %u", in cpio_mknod_line() 385 char expanded[PATH_MAX + 1]; in cpio_replace_env() 402 char name[PATH_MAX + 1]; in cpio_mkfile_line() 404 char location[PATH_MAX + 1]; in cpio_mkfile_line() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 46 char path[PATH_MAX + 1]; in enable_all_controllers() 47 char buf[PATH_MAX]; in enable_all_controllers() 101 char cgroup_workdir[PATH_MAX - 24]; in setup_cgroup_environment() 145 char cgroup_procs_path[PATH_MAX + 1]; in join_cgroup_from_top() 180 char cgroup_path[PATH_MAX + 1]; in join_cgroup() 201 char cgroup_workdir[PATH_MAX + 1]; in cleanup_cgroup_environment() 220 char cgroup_path[PATH_MAX + 1]; in create_and_get_cgroup() 253 char cgroup_workdir[PATH_MAX + 1]; in get_cgroup_id()
|
/kernel/liteos_m/testsuites/sample/kernel/dynlink/ |
D | It_los_dynlink_003.c | 37 CHAR name[PATH_MAX + 2]; in TestCase() 39 (VOID)memset_s(name, PATH_MAX + 1, 'a', PATH_MAX + 1); in TestCase() 40 name[PATH_MAX + 1] = '\0'; in TestCase()
|
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
D | jvmti_agent.c | 45 static char jit_path[PATH_MAX]; 149 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/", base); in create_jit_cache_dir() 150 if (ret >= PATH_MAX) { in create_jit_cache_dir() 164 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit", base); in create_jit_cache_dir() 165 if (ret >= PATH_MAX) { in create_jit_cache_dir() 179 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit/%s.XXXXXXXX", base, str); in create_jit_cache_dir() 180 if (ret >= PATH_MAX) { in create_jit_cache_dir() 248 char dump_path[PATH_MAX]; in jvmti_open() 276 ret = snprintf(dump_path, PATH_MAX, "%s/jit-%i.dump", jit_path, getpid()); in jvmti_open() 277 if (ret >= PATH_MAX) { in jvmti_open()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_stats.c | 61 len += scnprintf(buf + len, PATH_MAX - len, "%s", in xfs_stats_format() 65 len += scnprintf(buf + len, PATH_MAX - len, " %u", in xfs_stats_format() 67 len += scnprintf(buf + len, PATH_MAX - len, "\n"); in xfs_stats_format() 77 len += scnprintf(buf + len, PATH_MAX-len, "xpc %Lu %Lu %Lu\n", in xfs_stats_format() 79 len += scnprintf(buf + len, PATH_MAX-len, "defer_relog %llu\n", in xfs_stats_format() 81 len += scnprintf(buf + len, PATH_MAX-len, "debug %u\n", in xfs_stats_format()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
D | utils.c | 144 char path[PATH_MAX] = "/sys/"; in read_sysfs_file() 147 strncat(path, fpath, PATH_MAX - strlen(path) - 1); in read_sysfs_file() 165 char path[PATH_MAX]; in read_debugfs_file() 169 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1); in read_debugfs_file() 187 char path[PATH_MAX]; in write_debugfs_file() 191 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1); in write_debugfs_file()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-buildid-cache.c | 35 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() 54 char from[PATH_MAX]; in same_kallsyms_reloc() 55 char to[PATH_MAX]; in same_kallsyms_reloc() 81 char from[PATH_MAX]; in build_id_cache__kcore_existing() 82 char to[PATH_MAX]; in build_id_cache__kcore_existing() 83 char to_subdir[PATH_MAX]; in build_id_cache__kcore_existing() 120 char from_dir[PATH_MAX], to_dir[PATH_MAX]; in build_id_cache__add_kcore() 276 char filename[PATH_MAX]; in dso__missing_buildid_cache()
|
/kernel/linux/linux-5.10/tools/cgroup/ |
D | cgroup_event_listener.c | 27 char event_control_path[PATH_MAX]; in main() 38 ret = snprintf(event_control_path, PATH_MAX, "%s/cgroup.event_control", in main() 40 if (ret >= PATH_MAX) in main()
|
/kernel/liteos_a/fs/vfs/operation/ |
D | fullpath.c | 47 #define TEMP_PATH_MAX (PATH_MAX + SHOW_MAX_LEN) 49 #define TEMP_PATH_MAX PATH_MAX 162 namelen = vfs_strnlen(filename, PATH_MAX); in vfs_normalize_path_parame_check() 166 } else if (namelen >= PATH_MAX) { in vfs_normalize_path_parame_check() 295 if (strlen(fullpath) >= PATH_MAX) { in vfs_normalize_path()
|
/kernel/liteos_a/syscall/ |
D | ipc_syscall.c | 65 char kMqName[PATH_MAX + 1] = { 0 }; in SysMqOpen() 67 retValue = LOS_StrncpyFromUser(kMqName, mqName, PATH_MAX); in SysMqOpen() 136 char kMqName[PATH_MAX + 1] = { 0 }; in SysMqUnlink() 138 retValue = LOS_StrncpyFromUser(kMqName, mqName, PATH_MAX); in SysMqUnlink() 335 char kPathName[PATH_MAX + 1] = { 0 }; in SysMkFifo() 337 retValue = LOS_StrncpyFromUser(kPathName, pathName, PATH_MAX); in SysMkFifo()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
D | limits.h | 39 #undef PATH_MAX 41 #define PATH_MAX 256 macro
|