Home
last modified time | relevance | path

Searched refs:tmpfdp (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libbsdconf/
H A Dbsdconf_stmt.c137 bsdconf_ensure_tmp(int *tmpfdp, char *tpath, size_t tpathsz, in bsdconf_ensure_tmp() argument
142 if (*tmpfdp >= 0) in bsdconf_ensure_tmp()
156 if ((*tmpfdp = mkstemp(tpath)) == -1) { in bsdconf_ensure_tmp()
160 if (fchmod(*tmpfdp, sb->st_mode & 0666) != 0) in bsdconf_ensure_tmp()
162 (void)fchown(*tmpfdp, sb->st_uid, sb->st_gid); /* best effort */ in bsdconf_ensure_tmp()