Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/kconfig/
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()
1067 depfile_prefix_len = tmp ? tmp - name + 1 : 0; in conf_touch_deps()
1068 if (depfile_prefix_len + 1 > sizeof(depfile_path)) in conf_touch_deps()
1071 strncpy(depfile_path, name, depfile_prefix_len); in conf_touch_deps()
1072 depfile_path[depfile_prefix_len] = 0; in conf_touch_deps()

Completed in 4 milliseconds