Home
last modified time | relevance | path

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

/coreutils/src/
Dcat.c654 bool out_isreg = S_ISREG (stat_buf.st_mode) != 0; in main() local
709 if (out_isreg in main()
729 out_isreg && S_ISREG (stat_buf.st_mode) ? copy_cat () : 0; in main()