Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-syscall-list.sh66 comm_result="$(mktemp)"
68 rm -f -- "$comm_1" "$comm_2" "$comm_result"
76 comm --check-order -2 -3 -- "$comm_1" "$comm_2" > "$comm_result"
77 if test -s "$comm_result"; then
79 cat -- "$comm_result"
92 comm --check-order -1 -3 -- "$comm_1" "$comm_2" > "$comm_result"
93 if test -s "$comm_result"; then
95 cat -- "$comm_result"