Searched defs:fileName (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiSrc.c | 981 char fileName[TMPSIZ]; local 1026 src->ascii_src.string = fileName;
|
H A D | MultiSrc.c | 1078 char fileName[TMPSIZ]; local 1136 src->multi_src.string = fileName;
|
/solaris-x11-s11/open-src/app/installalias/sun-src/ |
H A D | installalias.c | 93 FontEntryPtr entry, char *fileName, FontScalablePtr vals, 104 char *fileName, FontScalablePtr vals) 92 PseudoOpenScalable(FontPathElementPtr fpe, FontPtr *ppFont, int flags, FontEntryPtr entry, char *fileName, FontScalablePtr vals, fsBitmapFormat format, fsBitmapFormatMask fmask, FontPtr non_cachable_font) argument 102 PseudoGetInfoScalable(FontPathElementPtr fpe, FontInfoPtr info, FontEntryPtr entry, FontNamePtr fontName, char *fileName, FontScalablePtr vals) argument
|
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/ |
H A D | OWconfig.c | 880 readOWconfig: Read the OWconfig database file named by "fileName". 886 readOWconfig(char *fileName, time_t *timeStamp) argument 900 fp = fopen(fileName, "r"); 964 (void)fprintf(stderr," in file %s.\n", fileName); 1153 the file specified by fileName. As a precaution, the original 1160 writeOWconfig(char *fileName) argument 1169 (void)strcpy(tmpFileName, fileName); 1171 (void)strcpy(bakFileName, fileName); 1182 f = open(fileName, O_WRONLY); 1194 if (rename(fileName, bakFileNam [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/ |
H A D | makepsres.c | 337 static void AddResource (categoryName, resourceName, fileName, noPrefix) 340 char *fileName; 357 if (fileName[0] == '.' && fileName[1] == '/') fileName+=2; 359 resource->file = ckmalloc (strlen (fileName) + 1, 362 strcpy (resource->file, fileName); 377 comparison = strcmp (current->file, fileName); 455 static void AddUPRResource (categoryName, resourceName, fileName, prefix, 459 char *fileName; 1668 char *filePath, *fileName; local [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 2067 char fileName[PATH_BUF_SIZE]; local 2085 sprintf(fileName, "%s/.dpscpickrc", homeDir); 2086 dockFile = fopen(fileName, "r"); 2118 char fileName[PATH_BUF_SIZE]; local 2131 sprintf(fileName, "%s/.dpscpickrc", homeDir); 2132 dockFile = fopen(fileName, "w");
|
H A D | FontSB.c | 2395 char fileName[PATH_BUF_SIZE]; local 2405 sprintf(fileName, "%s/.dpsfontrc", homeDir); 2406 blendFile = fopen(fileName, "w"); 2487 char fileName[PATH_BUF_SIZE]; local 2505 sprintf(fileName, "%s/.dpsfontrc", homeDir); 2506 blendFile = fopen(fileName, "r");
|
Completed in 4532 milliseconds