| /freebsd-14.2/sys/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | README | 1 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-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 79 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 D | ExprCXX.h | 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument 396 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr() 1022 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() argument 1023 : Expr(MSPropertySubscriptExprClass, Shell) {} in MSPropertySubscriptExpr() 1817 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument 1819 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize, in CXXFunctionalCastExpr() 2181 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() argument 2182 : Expr(CXXScalarValueInitExprClass, Shell) {} in CXXScalarValueInitExpr() 2504 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr() argument 2641 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr() argument [all …]
|
| H A D | ExprObjC.h | 1656 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 D | Expr.h | 2657 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr() argument 2658 : Expr(ArraySubscriptExprClass, Shell) { } in ArraySubscriptExpr() 2735 explicit MatrixSubscriptExpr(EmptyShell Shell) in MatrixSubscriptExpr() argument 2736 : Expr(MatrixSubscriptExprClass, Shell) {} in MatrixSubscriptExpr() 3639 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() argument 3641 : CastExpr(ImplicitCastExprClass, Shell, PathSize, HasFPFeatures) {} in ImplicitCastExpr() 3716 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr() argument 3718 : CastExpr(SC, Shell, PathSize, HasFPFeatures) {} in ExplicitCastExpr() 3757 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr() argument 3759 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize, HasFPFeatures) {} in CStyleCastExpr()
|
| /freebsd-14.2/contrib/tcsh/nls/german/ |
| H A D | set13 | 7 5 %S: Befehl in Shell eingebaut.\n 11 9 %S ist ein eingebauter Shell-Befehl\n
|
| H A D | set1 | 35 33 Keine Jobkontrolle in dieser Shell 74 72 Nicht in einer Login-Shell 78 76 Kann Login-Shell (noch) nicht anhalten
|
| H A D | set11 | 4 2 Daher keine Job Control in dieser Shell.\n
|
| /freebsd-14.2/release/packages/ |
| H A D | Makefile.package | 40 csh_COMMENT= C Shell 41 csh_DESC= C Shell 150 ssh_COMMENT= Secure Shell Utilities 151 ssh_DESC= Secure Shell Utilities
|
| /freebsd-14.2/usr.bin/vi/catalog/ |
| H A D | ru_RU.UTF-8.base | 279 289 "Shell расширения не поддерживаются пока установлена опция безопасного редактирования" 293 304 "Shell расширение не удалось"
|
| H A D | zh_CN.UTF-8.base | 293 304 "Shell 展开失败"
|
| H A D | uk_UA.UTF-8.base | 278 289 "Shell'івске доповнення не дозволяється при встановленій опції secure edit"
|
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | cmds.c | 926 char *cp, *Shell; in expand() local 940 Shell = value(SHELL); in expand() 941 if (Shell == NOSTR) in expand() 942 Shell = _PATH_BSHELL; in expand() 949 execl(Shell, Shell, "-c", cmdbuf, (char *)NULL); in expand()
|
| /freebsd-14.2/crypto/openssh/contrib/suse/ |
| H A D | rc.config.sshd | 2 # Start the Secure Shell (SSH) Daemon?
|
| H A D | openssh.spec | 14 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-14.2/contrib/bmake/ |
| H A D | job.c | 194 typedef struct Shell { struct 231 } Shell; typedef 330 static Shell shells[] = { 435 static Shell *shell = &shells[DEFSHELL_INDEX]; 2367 static Shell * 2370 Shell *sh = shells; in FindShellByName() 2371 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName() 2431 Shell newShell; in Job_ParseShell() 2433 Shell *sh; in Job_ParseShell()
|
| /freebsd-14.2/share/doc/psd/02.implement/ |
| H A D | ref.bib | 2 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
|
| /freebsd-14.2/share/skel/ |
| H A D | dot.profile | 2 # .profile - Bourne Shell startup script for login shells
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Args.cpp | 402 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-14.2/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 109 msg_select_login_shell="Select Login Shell" 111 msg_shell="Shell"
|
| /freebsd-14.2/etc/ |
| H A D | master.passwd | 11 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
|
| /freebsd-14.2/share/doc/psd/01.cacm/ |
| H A D | ref.bib | 79 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | src.desc | 13 Shell functions (sh*.c). All these files are from csh.
|
| /freebsd-14.2/tools/tools/sysbuild/ |
| H A D | README | 135 # Shell functions to tweak things
|
| /freebsd-14.2/contrib/tcsh/nls/italian/ |
| H A D | set1 | 74 72 Shell non di login
|