Home
last modified time | relevance | path

Searched refs:depfile_prefix_len (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c126 static size_t depfile_prefix_len; variable
136 if (depfile_prefix_len + strlen(name) + 3 > sizeof(depfile_path)) in conf_touch_dep()
139 d = depfile_path + depfile_prefix_len; in conf_touch_dep()
977 depfile_prefix_len = tmp ? tmp - name + 1 : 0; in conf_touch_deps()
978 if (depfile_prefix_len + 1 > sizeof(depfile_path)) in conf_touch_deps()
981 strncpy(depfile_path, name, depfile_prefix_len); in conf_touch_deps()
982 depfile_path[depfile_prefix_len] = 0; in conf_touch_deps()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dconfdata.c128 static size_t depfile_prefix_len; variable
136 if (depfile_prefix_len + strlen(name) + 1 > sizeof(depfile_path)) in conf_touch_dep()
139 strcpy(depfile_path + depfile_prefix_len, name); in conf_touch_dep()
1084 depfile_prefix_len = tmp ? tmp - name + 1 : 0; in conf_touch_deps()
1085 if (depfile_prefix_len + 1 > sizeof(depfile_path)) in conf_touch_deps()
1088 strncpy(depfile_path, name, depfile_prefix_len); in conf_touch_deps()
1089 depfile_path[depfile_prefix_len] = 0; in conf_touch_deps()

Completed in 3 milliseconds