Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dtmux.c66 if (checkshell(shell)) in getshell()
70 if (pw != NULL && checkshell(pw->pw_shell)) in getshell()
77 checkshell(const char *shell) in checkshell() function
H A Dtmux.h1560 int checkshell(const char *);
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmux.c72 if (checkshell(shell)) in getshell()
76 if (pw != NULL && checkshell(pw->pw_shell)) in getshell()
83 checkshell(const char *shell) in checkshell() function
H A Dtmux.h1582 int checkshell(const char *);
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtmux.c84 if (checkshell(shell)) in getshell()
88 if (pw != NULL && checkshell(pw->pw_shell)) in getshell()
95 checkshell(const char *shell) in checkshell() function
H A Dtmux.h1557 int checkshell(const char *);
/dports/ftp/bftpd/bftpd/
H A Dlogin.h17 int checkshell();
H A Dlogin.c334 if(checkuser() || checkshell()) { in bftpd_login()
641 int checkshell() in checkshell() function
/dports/sysutils/tmux/tmux-3.2a/
H A Dtmux.c69 if (checkshell(shell)) in getshell()
73 if (pw != NULL && checkshell(pw->pw_shell)) in getshell()
80 checkshell(const char *shell) in checkshell() function
H A Dcmd-display-menu.c383 if (!checkshell(shell[0])) in cmd_display_popup_exec()
H A Dspawn.c323 if (!checkshell(tmp)) in spawn_pane()
H A Doptions.c940 if (strcmp(oe->name, "default-shell") == 0 && !checkshell(value)) { in options_from_string_check()
H A Dserver-client.c462 if (!checkshell(shell)) in server_client_exec()
2339 if (!checkshell(shell)) in server_client_dispatch_shell()
H A Dtmux.h1914 int checkshell(const char *);
/dports/shells/pdksh/pdksh-5.2.14/os2/
H A Dconfigure.cmd67 :checkshell label
73 if %debug% == no goto checkshell
/dports/biology/mmseqs2/MMseqs2-13-45111/cmake/
H A DMMseqsResourceCompiler.cmake41 …COMMAND ${compile_resource__internal_dir}/checkshell.sh ${SHELLCHECK_EXECUTABLE} ${INPUT_FILE_NAME}
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DGCrypt.hs461 | Git.repoIsSsh repo = shellOrRsync r checkshell checkrsync
466 checkshell = Ssh.inAnnex repo k function
/dports/sysutils/dvtm/dvtm-0.15/
H A Ddvtm.c876 checkshell(const char *shell) { in checkshell() function
891 if (checkshell(shell)) in getshell()
893 if ((pw = getpwuid(getuid())) && checkshell(pw->pw_shell)) in getshell()