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

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmkmap_dbm.c80 char *pag_file; local
99 pag_file = concatenate(path, ".pag", (char *) 0);
100 if ((pag_fd = open(pag_file, O_CREAT | O_RDWR, 0644)) < 0)
101 msg_fatal("open %s: %m", pag_file);
103 msg_warn("close %s: %m", pag_file);
104 myfree(pag_file);
H A Dmkmap_sdbm.c77 char *pag_file; local
96 pag_file = concatenate(path, ".pag", (char *) 0);
97 if ((pag_fd = open(pag_file, O_CREAT | O_RDWR, 0644)) < 0)
98 msg_fatal("open %s: %m", pag_file);
100 msg_warn("close %s: %m", pag_file);
101 myfree(pag_file);

Completed in 210 milliseconds