Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D14-support-out-of-tree-config.patch56 + char *opwd, *dir, *_name;
66 + opwd = malloc(256);
68 + if (opwd == NULL || _name == NULL)
70 + opwd = getcwd(opwd, 256);
90 + if (chdir(opwd))
93 + free(opwd);
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconfdata.c847 char *opwd, *dir, *_name; in conf_split_config() local
857 opwd = malloc(256); in conf_split_config()
859 if (opwd == NULL || _name == NULL) in conf_split_config()
861 opwd = getcwd(opwd, 256); in conf_split_config()
963 if (chdir(opwd)) in conf_split_config()
966 free(opwd); in conf_split_config()