/src/dist/pf/sbin/pflogd/ |
privsep.c | 209 char ren[PATH_MAX]; local in function:move_log 215 len = snprintf(ren, sizeof(ren), "%s.bad.%08x", 217 if ((size_t)len >= sizeof(ren)) { 223 fd = open(ren, O_CREAT|O_EXCL, 0); 236 if (rename(name, ren)) { 238 name, ren, strerror(errno)); 243 "[priv]: log file %s moved to %s", name, ren);
|
/src/sys/arch/hp300/dev/ |
topcatreg.h | 69 uint8_t ren; /* read enable plane 0x408c */ member in struct:tcboxfb
|
/src/sys/arch/hp300/stand/common/ |
grf_tcreg.h | 93 vu_char ren; /* read enable plane 0x408c */ member in struct:tcboxfb
|