Searched refs:temp_path (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c576 char *temp_path, *log_buf, *start, *end; local in function:configFiles
581 temp_path = defaultFontPath ? defaultFontPath : "";
588 *temp_path ? "," : "", temp_path) == -1)
598 temp_path = defaultFontPath ? defaultFontPath : "";
601 temp_path = must_copy ? xnfstrdup(defaultFontPath) : defaultFontPath;
602 defaultFontPath = xf86ValidateFontPath(temp_path);
603 free(temp_path);
607 temp_path = defaultFontPath;
608 while ((temp_path
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c529 char *temp_path, *log_buf, *start, *end; local in function:configFiles
534 temp_path = defaultFontPath ? (char *) defaultFontPath : (char *) "";
542 *temp_path ? "," : "", temp_path) == -1)
553 temp_path = defaultFontPath ? (char *) defaultFontPath : (char *) "";
556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath;
557 defaultFontPath = xf86ValidateFontPath(temp_path);
558 free(temp_path);
562 temp_path = (char *) defaultFontPath;
563 while ((temp_path
[all...]
/xsrc/external/mit/xman/dist/
H A Dman.c396 char temp_path[BUFSIZ]; local in function:AddToCurrentSection
399 snprintf(temp_path, sizeof(temp_path), "%s/%s", path, MACHINE);
400 ReadCurrentSection(local_manual, temp_path);
403 snprintf(temp_path, sizeof(temp_path), "%s.%s", path,
405 ReadCurrentSection(local_manual, temp_path);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c1786 char *temp_path, local in function:SetDefaultFontPath
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);
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c1700 char *temp_path; local in function:SetDefaultFontPath
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);
[all...]

Completed in 10 milliseconds