Searched refs:tmpName (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/app/installalias/sun-src/
H A Dinstallalias.c385 FontNameRec tmpName; local
398 tmpName.name = lowerName;
399 tmpName.length = namelen;
400 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
402 if (tmpName.ndashes == 14 &&
406 tmpName.length = strlen (lowerName);
407 entry = FontFileFindNameInDir (&dir->scalable, &tmpName);
417 if (entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName))
446 tmpName.length = strlen (lowerName);
451 p = lowerName + tmpName
[all...]
/solaris-x11-s12/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c227 const char *tmpName; local
232 tmpName = getenv("TMPDIR");
233 if (tmpName == NULL) {
234 tmpName = P_tmpdir;
237 tmpName, dpyName) > sizeof(LogPath)) {

Completed in 95 milliseconds