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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c138 static char *savedPathOverride = NULL, *savedDefaultPath = NULL; variable
813 FREE(savedDefaultPath);
814 savedDefaultPath = NULL;
902 strcmp(defaultPath, savedDefaultPath) != 0) {
907 savedDefaultPath = NewString(defaultPath);
925 strcmp(defaultPath, savedDefaultPath) != 0) return 1;
963 if (ch == ':' && string != savedDefaultPath) {
964 newTime = ReadFilesInPath(savedDefaultPath, readFunc, data);
1009 if (ch == ':' && string != savedDefaultPath) {
1010 buf.st_mtime = MaxTimeInPath(savedDefaultPath);
[all...]

Completed in 734 milliseconds