PO_CREAT
if (pool_conf_open(conf, conf_file, PO_CREAT) != 0) {
public final static int PO_CREAT = 0x2;
if (oflags & ~(PO_RDONLY | PO_RDWR | PO_CREAT | PO_DISCO | PO_UPDATE |
if (oflags & PO_CREAT)
if ((oflags & PO_CREAT) != 0) {