Function: tramp-check-remote-uname
tramp-check-remote-uname is a byte-compiled function defined in
tramp-sh.el.gz.
Signature
(tramp-check-remote-uname VEC REGEXP)
Documentation
Check whether REGEXP matches the connection property "uname".
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
;; Variables local to connection.
(defun tramp-check-remote-uname (vec regexp)
"Check whether REGEXP matches the connection property \"uname\"."
(string-match-p regexp (tramp-get-connection-property vec "uname" "")))