Lines Matching refs:open
1133 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444);1138 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444);1142 syslog(LOG_ERR, "%s: open: %m", iface->name);1171 fd = open(iface->leasefile, O_RDONLY);1174 syslog(LOG_ERR, "%s: open `%s': %m",