Searched refs:opwd (Results 1 – 2 of 2) sorted by relevance
56 + 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);
847 char *opwd, *dir, *_name; in conf_split_config() local857 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()