Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dconfdata.c132 static size_t depfile_prefix_len; variable
140 if (depfile_prefix_len + strlen(name) + 1 > sizeof(depfile_path)) in conf_touch_dep()
143 strcpy(depfile_path + depfile_prefix_len, name); in conf_touch_dep()
960 depfile_prefix_len = tmp ? tmp - name + 1 : 0; in conf_touch_deps()
961 if (depfile_prefix_len + 1 > sizeof(depfile_path)) in conf_touch_deps()
964 strncpy(depfile_path, name, depfile_prefix_len); in conf_touch_deps()
965 depfile_path[depfile_prefix_len] = 0; in conf_touch_deps()