Lines Matching refs:OWCFG_OK
564 return(OWCFG_OK);
568 return(OWCFG_OK);
594 return(OWCFG_OK);
598 return(OWCFG_OK);
816 return(!OWCFG_OK);
871 return(OWCFG_OK);
898 int syntaxResult = OWCFG_OK;
903 if (readLockOWconfig(fileno(fp)) != OWCFG_OK) {
927 &charPos)) == OWCFG_OK)
948 if (result != OWCFG_OK) {
1189 if (writeLockOWconfig(f) != OWCFG_OK) {
1214 return(OWCFG_OK);
1258 Return: OWCFG_OK or !OWCFG_OK.
1283 result = OWCFG_OK;
1306 Return: OWCFG_OK or !OWCFG_OK(could occur during an out of memory condition).
1313 int result = OWCFG_OK;
1324 if (result != OWCFG_OK)
1341 Return: OWCFG_OK or !OWCFG_OK
1357 return(OWCFG_OK);
1374 Return: OWCFG_OK or !OWCFG_OK(could occur during with out of memory condition).
1444 return(OWCFG_OK);
1695 Return: OWCFG_OK or !OWCFG_OK(could occur if write or write lock failed).
1703 int result = OWCFG_OK;
1723 OWCFG_OK or !OWCFG_OK (if re-read fails).
1729 int result=OWCFG_OK;
1772 if (result != OWCFG_OK) {
1803 Return: OWCFG_OK or !OWCFG_OK. Bogus filepaths can return !OWCFG_OK.
1805 readfile1 succeeds but the read of readfile2 fails, OWCFG_OK
1806 will be returned. Lock test failures will return !OWCFG_OK.
1839 return(OWCFG_OK);
1843 result1 = OWCFG_OK;
1846 if (result1 != OWCFG_OK && result1 != OWCFG_OPEN1FAIL) {
1855 result2 = OWCFG_OK;
1858 if (result2 != OWCFG_OK && result2 != OWCFG_OPEN1FAIL) {
1871 if (result1 == OWCFG_OK)
1872 return(OWCFG_OK);