Lines Matching refs:temp_path
1786 char *temp_path,
1799 /* ensure temp_path contains "built-ins" */
1811 if (asprintf(&temp_path, "%s%sbuilt-ins", path, *path ? "," : "")
1813 temp_path = NULL;
1815 temp_path = strdup(path);
1817 if (!temp_path)
1821 len = strlen(temp_path) + 1;
1824 free(temp_path);
1827 pp = (unsigned char *) temp_path;
1846 free(temp_path);