Home
last modified time | relevance | path

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

/buildroot/support/kconfig/patches/
A D14-support-out-of-tree-config.patch56 + char *opwd, *dir, *_name;
67 + _name = strdup(name);
68 + if (opwd == NULL || _name == NULL)
71 + dir = dirname(_name);
94 + free(_name);
/buildroot/support/kconfig/
A Dconfdata.c847 char *opwd, *dir, *_name; in conf_split_config() local
858 _name = strdup(name); in conf_split_config()
859 if (opwd == NULL || _name == NULL) in conf_split_config()
862 dir = dirname(_name); in conf_split_config()
967 free(_name); in conf_split_config()

Completed in 6 milliseconds