Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/
H A DREADME1 Shell scripts are the recommended choice for ZEDLETs that mostly call
4 Shell scripts MUST work on both bash and dash.
6 Shell scripts MUST run cleanly through ShellCheck:
13 Google Shell Style Guide
22 Filenames and Pathnames in Shell: How to do it Correctly
25 Autoconf: Portable Shell Programming
26 https://www.gnu.org/software/autoconf/manual/autoconf.html#Portable-Shell
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() argument
80 : Expr(OMPArraySectionExprClass, Shell) {} in OMPArraySectionExpr()
162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() argument
163 : Expr(OMPArrayShapingExprClass, Shell), NumDims(NumDims) {} in OMPArrayShapingExpr()
326 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr() argument
327 : Expr(OMPIteratorExprClass, Shell), NumIterators(NumIterators) {} in OMPIteratorExpr()
H A DExprCXX.h395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument
397 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr()
1016 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() argument
1017 : Expr(MSPropertySubscriptExprClass, Shell) {} in MSPropertySubscriptExpr()
1745 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument
1747 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize, in CXXFunctionalCastExpr()
2109 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() argument
2110 : Expr(CXXScalarValueInitExprClass, Shell) {} in CXXScalarValueInitExpr()
2421 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr() argument
2557 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr() argument
[all …]
H A DExprObjC.h1646 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr() argument
1647 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0, false) {} in ObjCBridgedCastExpr()
1700 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr() argument
1701 : Expr(ObjCAvailabilityCheckExprClass, Shell) {} in ObjCAvailabilityCheckExpr()
/freebsd-13.1/contrib/tcsh/nls/german/
H A Dset137 5 %S: Befehl in Shell eingebaut.\n
11 9 %S ist ein eingebauter Shell-Befehl\n
H A Dset135 33 Keine Jobkontrolle in dieser Shell
74 72 Nicht in einer Login-Shell
78 76 Kann Login-Shell (noch) nicht anhalten
H A Dset114 2 Daher keine Job Control in dieser Shell.\n
/freebsd-13.1/usr.bin/vi/catalog/
H A Dru_RU.UTF-8.base279 289 "Shell расширения не поддерживаются пока установлена опция безопасного редактирования"
293 304 "Shell расширение не удалось"
H A Dzh_CN.UTF-8.base293 304 "Shell 展开失败"
H A Duk_UA.UTF-8.base278 289 "Shell'івске доповнення не дозволяється при встановленій опції secure edit"
/freebsd-13.1/usr.bin/tip/tip/
H A Dcmds.c928 char *cp, *Shell; in expand() local
942 Shell = value(SHELL); in expand()
943 if (Shell == NOSTR) in expand()
944 Shell = _PATH_BSHELL; in expand()
951 execl(Shell, Shell, "-c", cmdbuf, (char *)NULL); in expand()
/freebsd-13.1/crypto/openssh/contrib/suse/
H A Drc.config.sshd2 # Start the Secure Shell (SSH) Daemon?
H A Dopenssh.spec14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
51 Ssh (Secure Shell) is a program for logging into a remote machine and for
/freebsd-13.1/contrib/bmake/
H A Djob.c194 typedef struct Shell { struct
231 } Shell; argument
330 static Shell shells[] = {
435 static Shell *shell = &shells[DEFSHELL_INDEX];
2380 static Shell *
2383 Shell *sh = shells; in FindShellByName()
2384 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName()
2444 Shell newShell; in Job_ParseShell()
2446 Shell *sh; in Job_ParseShell()
/freebsd-13.1/release/packages/
H A DMakefile.package113 ssh_COMMENT= Secure Shell Utilities
114 ssh_DESC= Secure Shell Utilities
/freebsd-13.1/share/doc/psd/02.implement/
H A Dref.bib3 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/freebsd-13.1/share/skel/
H A Ddot.profile3 # .profile - Bourne Shell startup script for login shells
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp396 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
397 if (Shell.m_basename == basename) { in GetShellSafeArgument()
398 escapables = Shell.m_escapables; in GetShellSafeArgument()
/freebsd-13.1/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr110 msg_select_login_shell="Select Login Shell"
112 msg_shell="Shell"
/freebsd-13.1/etc/
H A Dmaster.passwd13 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
/freebsd-13.1/share/doc/psd/01.cacm/
H A Dref.bib80 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/freebsd-13.1/contrib/googletest/googletest/docs/
H A DXcodeGuide.md11 1. Create a new "Shell Tool" target in your Xcode project called something like "UnitTests".
49 To start writing tests, make a new "Shell Tool" target. This target template is available under BSD…
/freebsd-13.1/contrib/tcsh/
H A Dsrc.desc13 Shell functions (sh*.c). All these files are from csh.
/freebsd-13.1/tools/tools/sysbuild/
H A DREADME136 # Shell functions to tweak things
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dwordprocessors63 # Corel Shell
68 >>>9 byte x Corel Shell: Unknown filetype %d

123