dev_mkdb.c | 59 static char *db_name_tmp; variable in typeref:typename:char * 76 fd = open(db_name_tmp, O_CREAT|O_EXCL|O_WRONLY, FILE_PERMISSION); 78 err(1, "opening %s failed", db_name_tmp); 80 err(1, "failed to write temporary database %s", db_name_tmp); 84 err(1, "failed to write temporary database %s", db_name_tmp); 114 db_compat = dbopen(db_name_tmp, O_CREAT|O_EXCL|O_EXLOCK|O_RDWR|O_TRUNC, 119 db_name_tmp); 126 err(1, "failed to write temporary database %s", db_name_tmp); 156 err(1, "failed to write temporary database %s", db_name_tmp); 174 err(1, "failed to write temporary database %s", db_name_tmp); [all...] |