Searched defs:result1 (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c1813 int result, result1, result2; local
1843 result1 = OWCFG_OK;
1845 result1 = readOWconfig(readFile1, &readFile1TimeStamp);
1846 if (result1 != OWCFG_OK && result1 != OWCFG_OPEN1FAIL) {
1848 return(result1);
1870 if (result1 == result2) {
1871 if (result1 == OWCFG_OK)
1876 if (result1 == OWCFG_OPEN1FAIL)

Completed in 15 milliseconds