Lines Matching refs:temp_path
529 char *temp_path, *log_buf, *start, *end; in configFiles() local
534 temp_path = defaultFontPath ? (char *) defaultFontPath : (char *) ""; in configFiles()
542 *temp_path ? "," : "", temp_path) == -1) in configFiles()
553 temp_path = defaultFontPath ? (char *) defaultFontPath : (char *) ""; in configFiles()
556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; in configFiles()
557 defaultFontPath = xf86ValidateFontPath(temp_path); in configFiles()
558 free(temp_path); in configFiles()
562 temp_path = (char *) defaultFontPath; in configFiles()
563 while ((temp_path = index(temp_path, ',')) != NULL) { in configFiles()
565 temp_path++; in configFiles()
569 temp_path = log_buf; in configFiles()
573 *(temp_path++) = '\t'; in configFiles()
574 strncpy(temp_path, start, size); in configFiles()
575 temp_path += size; in configFiles()
576 *(temp_path++) = '\n'; in configFiles()
580 *(temp_path++) = '\t'; in configFiles()
581 strcpy(temp_path, start); in configFiles()