Searched refs:shell (Results 101 - 125 of 153) sorted by relevance

1234567

/freebsd-11-stable/crypto/openssh/
H A Dssh-agent.c132 /* pid of shell == parent of agent */
1237 char *shell, *format, *pidstr, *agentsocket = NULL; local
1329 shell = getenv("SHELL");
1330 if (shell != NULL && (len = strlen(shell)) > 2 &&
1331 strncmp(shell + len - 3, "csh", 3) == 0)
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in255 # Don't use PWD since it is a common shell environment variable and we
347 AR_FOR_TARGET := $(shell \
362 RANLIB_FOR_TARGET := $(shell \
375 STRIP_FOR_TARGET := $(shell \
676 GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
677 GCC_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo gcc|sed '$(program_transform_name)')
678 CPP_INSTALL_NAME := $(shell echo cpp|sed '$(program_transform_name)')
679 PROTOIZE_INSTALL_NAME := $(shell echo protoize|sed '$(program_transform_name)')
680 UNPROTOIZE_INSTALL_NAME := $(shell echo unprotoize|sed '$(program_transform_name)')
681 GCOV_INSTALL_NAME := $(shell ech
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am248 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
H A DMakefile.in282 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
431 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.sys.mk126 # ignore mtime of shell
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk139 # shell scripts so we can remove this nonsense.
/freebsd-11-stable/contrib/sqlite3/tea/
H A DMakefile.in243 shell: binaries libraries
359 # file in the install location (assuming it can find a usable tclsh shell)
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h14 * shell
41 * shell components
229 _PROTOTYPE(void leave , (void)); /* abort shell (or fail in subshell) */
253 Extern struct var *shell; /* shell to interpret command files */ variable in typeref:struct:var
/freebsd-11-stable/usr.bin/finger/
H A Dutil.c337 if ((pn->shell = strdup(pw->pw_shell)) == NULL)
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dauto261 Shell \"Open a shell and partition by hand\""
286 echo "Use this shell to set up partitions for the new system. When finished, mount the system at $BSDINSTALL_CHROOT and place an fstab file for the new system at $PATH_FSTAB. Then type 'exit'. You can also enter the partition editor at any time by entering 'bsdinstall partedit'."
400 "Setup of your FreeBSD system is nearly complete. You can now modify your configuration choices. After this screen, you will have an opportunity to make more complex changes using a shell." 0 0 0 \
464 "The installation is now finished. Before exiting the installer, would you like to open a shell in the new system to make any final manual modifications?" 0 0
467 echo This shell is operating in a chroot in the new system. \
/freebsd-11-stable/contrib/gperf/
H A Dconfigure352 echo This script requires a shell more modern than all the
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
415 echo No shell found that supports shell functions.
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
729 # Reject names that are not valid shell variable names.
748 # Reject names that are not valid shell variable names.
945 # Reject names that are not valid shell variable names.
954 # Reject names that are not valid shell variabl
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure352 echo This script requires a shell more modern than all the
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
415 echo No shell found that supports shell functions.
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
732 # Reject names that are not valid shell variable names.
751 # Reject names that are not valid shell variable names.
948 # Reject names that are not valid shell variable names.
957 # Reject names that are not valid shell variabl
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c484 * shell as returned by getusershell(). Disallow anyone mentioned in the file
490 char *cp, *shell; local
541 if ((shell = pw->pw_shell) == NULL || *shell == 0)
542 shell = _PATH_BSHELL;
544 if (strcmp(cp, shell) == 0)
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3134 ** USERSHELLOK -- tell if a user's shell is ok for unrestricted use
3138 ** shell -- the user's shell from /etc/passwd
3142 ** false -- if the shell is restricted.
3161 "/bin/sh", /* standard shell */
3166 "/bin/csh", /* C shell */
3171 "/usr/bin/rsh", /* restricted Bourne shell */
3172 "/usr/bin/ksh", /* Korn shell */
3173 "/usr/bin/rksh", /* restricted Korn shell */
3175 "/usr/bin/keysh", /* key shell (extende
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in288 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
411 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh141 The bourn shell script \`\`gdb-events.sh'' creates the files
H A Dwin32-nat.c139 static int useshell = 0; /* use shell for subprocesses */
1696 char shell[MAX_PATH + 1]; /* Path to shell */ local
1719 cygwin_conv_to_win32_path (sh, shell);
1724 toexec = shell;
1862 if (useshell && shell[0] != '\0')
2098 add_show_from_set (add_set_cmd ("shell", class_support, var_boolean,
2100 "Set use of shell to start subprocess.",
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmdtab.c161 HSTR shellhelp[] = "escape to the shell";
198 { "!", H(shellhelp), 0, 0, 0, CMPL0 shell },
/freebsd-11-stable/usr.bin/mail/
H A Dlex.c302 shell(cp+1);
410 * A vector of strings, in shell style.
H A Dcollect.c207 shell(&linebuf[2]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp76 // command string, processing quotes and backslashes in a shell-like manner.
377 const char *Args::GetShellSafeArgument(const FileSpec &shell, argument
392 if (auto basename = shell.GetFilename()) {
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c992 * shell as returned by getusershell(). Disallow anyone mentioned in the file
999 char *cp, *shell; local
1043 if ((shell = pw->pw_shell) == NULL || *shell == 0)
1044 shell = _PATH_BSHELL;
1047 if (strcmp(cp, shell) == 0)
1313 * is used for setting the credentials, shell, and
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c625 const char *shell; local
629 /* we're only allowed to shell when we run ppp interactively */
631 log_Printf(LogWARN, "Can't start a shell from a network connection\n");
638 log_Printf(LogWARN, "Can't start an interactive shell from"
642 log_Printf(LogWARN, "Can't start an interactive shell from"
646 log_Printf(LogWARN, "Can only start an interactive shell in"
656 if ((shell = getenv("SHELL")) == NULL)
657 shell = _PATH_BSHELL;
684 log_Printf(LogWARN, "Truncating shell command to %d args\n", argc);
700 printf("ppp: Pausing until %s finishes\n", shell);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1022 const FileSpec &shell = launch_info.GetShell(); local
1023 std::string shell_str = (shell) ? shell.GetPath() : "<null>";
1026 ", shell is '%s'",
1037 error.SetErrorStringWithFormat("shell expansion failed (reason: %s). "
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c576 * Escape to local shell
580 shell(int c) function
918 * expand a file name if it includes shell meta characters

Completed in 377 milliseconds

1234567