Home
last modified time | relevance | path

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

/coreutils/src/
Dsplit.c486 struct stat out_stat_buf; in create() local
487 if (fstat (fd, &out_stat_buf) != 0) in create()
489 if (psame_inode (&in_stat_buf, &out_stat_buf)) in create()
493 = S_ISREG (out_stat_buf.st_mode) || S_TYPEISSHM (&out_stat_buf); in create()
494 if (! (regularish && out_stat_buf.st_size == 0) in create()