Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddiff.c52 #define IS_STDIN(s) ((s)[0] == '-' && !(s)[1]) macro
384 if (IS_STDIN(files[i])) file[i].fp = read_stdin(); in diff()
857 if (IS_STDIN(files[j])) { in diff_main()
865 if ((IS_STDIN(files[0]) || IS_STDIN(files[1])) in diff_main()