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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c1795 "OWconfigInit" will read the OWconfig files named by readfile1 and
1798 those read from readfile1. The replacement will occur on a per
1804 If readfile1 and readfile2 are both non-NULL, and the read of
1805 readfile1 succeeds but the read of readfile2 fails, OWCFG_OK
1810 OWconfigInit(char *readfile1, char *readfile2, int flags, argument
1827 if (readfile1 != readFile1)
1828 readFile1 = dupString(readfile1);

Completed in 96 milliseconds