Searched refs:xfopenat (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/savecore/ |
H A D | savecore.c | 135 xfopenat(int dirfd, const char *path, int flags, const char *modestr, ...) in xfopenat() function 245 if ((fp = xfopenat(savedirfd, "bounds", O_RDONLY, "r")) == NULL) { in getbounds() 274 if ((fp = xfopenat(savedirfd, "bounds", O_WRONLY | O_CREAT | O_TRUNC, in writebounds() 321 if ((info = xfopenat(savedirfd, infoname, in write_header_info() 445 if ((fp = xfopenat(savedirfd, "minfree", O_RDONLY, "r")) == NULL) in check_space()
|