Lines Matching defs:temp_path
1700 char *temp_path;
1704 /* ensure temp_path contains "built-ins" */
1716 if (asprintf(&temp_path, "%s%sbuilt-ins", path, *path ? "," : "")
1718 temp_path = NULL;
1721 temp_path = strdup(path);
1723 if (!temp_path)
1727 len = strlen(temp_path) + 1;
1730 free(temp_path);
1733 pp = (unsigned char *) temp_path;
1753 free(temp_path);