Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims)
39 : Expr(OMPArrayShapingExprClass, Shell), NumDims(NumDims) {}
202 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators)
203 : Expr(OMPIteratorExprClass, Shell), NumIterators(NumIterators) {}
79 OMPArraySectionExpr(EmptyShell Shell) OMPArraySectionExpr() argument
162 OMPArrayShapingExpr(EmptyShell Shell,unsigned NumDims) OMPArrayShapingExpr() argument
326 OMPIteratorExpr(EmptyShell Shell,unsigned NumIterators) OMPIteratorExpr() argument
H A DExprCXX.h394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument
396 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr()
1026 explicit MSPropertySubscriptExpr(EmptyShell Shell) in getBase()
1027 : Expr(MSPropertySubscriptExprClass, Shell) {}
1833 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize,
1835 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize,
2197 explicit CXXScalarValueInitExpr(EmptyShell Shell) in classof()
2198 : Expr(CXXScalarValueInitExprClass, Shell) {}
2520 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in getOperatorDelete()
1022 MSPropertySubscriptExpr(EmptyShell Shell) MSPropertySubscriptExpr() argument
1817 CXXFunctionalCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CXXFunctionalCastExpr() argument
2181 CXXScalarValueInitExpr(EmptyShell Shell) CXXScalarValueInitExpr() argument
2504 CXXDeleteExpr(EmptyShell Shell) CXXDeleteExpr() argument
2641 CXXPseudoDestructorExpr(EmptyShell Shell) CXXPseudoDestructorExpr() argument
[all...]
H A DExprObjC.h1656 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr() argument
1657 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0, false) {} in ObjCBridgedCastExpr()
1710 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr() argument
1711 : Expr(ObjCAvailabilityCheckExprClass, Shell) {} in ObjCAvailabilityCheckExpr()
H A DExpr.h2691 explicit ArraySubscriptExpr(EmptyShell Shell) in setRBracketLoc()
2692 : Expr(ArraySubscriptExprClass, Shell) { } in setRBracketLoc()
2769 explicit MatrixSubscriptExpr(EmptyShell Shell)
2770 : Expr(MatrixSubscriptExprClass, Shell) {} in getRBracketLoc()
3688 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize,
3690 : CastExpr(ImplicitCastExprClass, Shell, PathSize, HasFPFeatures) {}
3765 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize,
3767 : CastExpr(SC, Shell, PathSize, HasFPFeatures) {}
3806 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize,
3808 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSiz
2657 ArraySubscriptExpr(EmptyShell Shell) ArraySubscriptExpr() argument
2735 MatrixSubscriptExpr(EmptyShell Shell) MatrixSubscriptExpr() argument
3639 ImplicitCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ImplicitCastExpr() argument
3716 ExplicitCastExpr(StmtClass SC,EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ExplicitCastExpr() argument
3757 CStyleCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CStyleCastExpr() argument
[all...]
/freebsd-src/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-src/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-src/release/packages/
H A DMakefile.package42 csh_COMMENT= C Shell
43 csh_DESC= C Shell
160 ssh_COMMENT= Secure Shell Utilities
161 ssh_DESC= Secure Shell Utilities
/freebsd-src/usr.bin/tip/tip/
H A Dcmds.c918 char *cp, *Shell; in expand() local
932 Shell = value(SHELL); in expand()
933 if (Shell == NOSTR) in expand()
934 Shell = _PATH_BSHELL; in expand()
941 execl(Shell, Shell, "-c", cmdbuf, (char *)NULL); in expand()
/freebsd-src/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-src/contrib/bmake/
H A Djob.c193 typedef struct Shell { struct
230 } Shell; typedef
325 static Shell shells[] = {
430 static Shell *shell = &shells[DEFSHELL_INDEX];
2353 static Shell *
2356 Shell *sh = shells; in FindShellByName()
2357 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName()
2377 * 'shell' points to a Shell structure (either predefined or
2417 Shell newShell; in Job_ParseShell()
2419 Shell *s in Job_ParseShell()
201 nameShell global() argument
203 hasEchoCtlShell global() argument
204 echoOffShell global() argument
205 echoOnShell global() argument
206 noPrintShell global() argument
[all...]
/freebsd-src/share/doc/psd/02.implement/
H A Dref.bib2 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/freebsd-src/share/skel/
H A Ddot.profile2 # .profile - Bourne Shell startup script for login shells
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp402 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
403 if (Shell.m_basename == basename) { in GetShellSafeArgument()
404 escapables = Shell.m_escapables; in GetShellSafeArgument()
/freebsd-src/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr109 msg_select_login_shell="Select Login Shell"
111 msg_shell="Shell"
/freebsd-src/etc/
H A Dmaster.passwd11 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
/freebsd-src/share/doc/psd/01.cacm/
H A Dref.bib79 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/freebsd-src/contrib/tcsh/
H A Dsrc.desc13 Shell functions (sh*.c). All these files are from csh.
/freebsd-src/tools/tools/sysbuild/
H A DREADME135 # Shell functions to tweak things
/freebsd-src/contrib/tcsh/nls/italian/
H A Dset174 72 Shell non di login

123