/src/usr.sbin/services_mkdb/ |
output_cdb.c | 46 static int cdbw_fd = -1; variable in typeref:typename:int 55 if ((cdbw_fd = open(tname, O_WRONLY | O_CREAT | O_TRUNC, 0666)) == -1) { 146 if (cdbw_output(cdbw, cdbw_fd, "services(5)", NULL)) { 154 if (close(cdbw_fd)) { 159 cdbw_fd = -1;
|
output_cdb.c | 46 static int cdbw_fd = -1; variable in typeref:typename:int 55 if ((cdbw_fd = open(tname, O_WRONLY | O_CREAT | O_TRUNC, 0666)) == -1) { 146 if (cdbw_output(cdbw, cdbw_fd, "services(5)", NULL)) { 154 if (close(cdbw_fd)) { 159 cdbw_fd = -1;
|