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

/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c384 FontNameRec tmpName; local
397 tmpName.name = lowerName;
398 tmpName.length = namelen;
399 tmpName.ndashes = FontFileCountDashes (lowerName, namelen);
401 if (tmpName.ndashes == 14 &&
405 tmpName.length = strlen (lowerName);
406 entry = FontFileFindNameInDir (&dir->scalable, &tmpName);
416 if (entry = FontFileFindNameInDir (&dir->nonScalable, &tmpName))
445 tmpName.length = strlen (lowerName);
450 p = lowerName + tmpName
[all...]
/solaris-x11-s11/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 33 milliseconds