| /freebsd/contrib/llvm-project/clang/lib/AST/ | 
| H A D | QualTypeNames.cpp | 1 //===------- QualTypeNames.cpp - Generate Complete QualType Names ---------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 25 /// \param[in] Ctx - the AST Context to be used.
 26 /// \param[in] Namesp - the NamespaceDecl for which a NestedNameSpecifier
 28 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
 38 /// \param[in] Ctx - the AST Context to be used.
 39 /// \param[in] TD - the TagDecl for which a NestedNameSpecifier is
 41 /// \param[in] FullyQualify - Convert all template arguments into fully
 42 /// qualified names.
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | 
| H A D | QualTypeNames.h | 1 //===--- QualTypeNames.h - Generate Complete QualType Names ----*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 // ===----------------------------------------------------------------------===//
 10 // Functionality to generate the fully-qualified names of QualTypes,
 15 // type if used at the end of the current translation unit--with
 33 // their more qualified name, so for the code:
 58 // ===----------------------------------------------------------------------===//
 67 /// Get the fully qualified name for a type. This includes full
 70 /// \param[in] QT - the type for which the fully qualified name will be
 72 /// \param[in] Ctx - the ASTContext to be used.
 [all …]
 
 | 
| H A D | TemplateName.h | 1 //===- TemplateName.h - C++ Template Name Representation --------*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 11 //===----------------------------------------------------------------------===//
 47 /// template names or an already-substituted template template parameter pack.
 134 /// A structure for storing an already-substituted template template
 139 /// enclosing pack expansion could not be fully expanded.
 150   /// A template-like entity which owns the whole pattern being substituted.
 155   /// This should match the result of `getParameterPack()->getIndex()`.
 206   // !! There is no free low bits in 32-bit builds to discriminate more than 4
 [all …]
 
 | 
| /freebsd/share/man/man9/ | 
| H A D | OF_package_to_path.9 | 31 .Nd get fully qualified path to a device tree node41 bytes of the fully qualified path to the device tree node
 45 The function returns the number of bytes copied or -1 in case of the error.
 49 .An -nosplit
 
 | 
| /freebsd/usr.sbin/autofs/ | 
| H A D | auto_master.5 | 1 .\"-2 .\" SPDX-License-Identifier: BSD-2-Clause
 54 .Bd -literal -offset indent
 55 .Pa mountpoint Pa map_name Op Ar -options
 59 is either a fully specified path, or
 60 .Li /- .
 77 .Li - ,
 84 is not a fully specified path
 100 .Pa -options
 102 .Li -
 [all …]
 
 | 
| /freebsd/contrib/pam-krb5/module/ | 
| H A D | support.c | 2  * Support functions for pam-krb5.7  * Copyright 2005-2007, 2009, 2020 Russ Allbery <eagle@eyrie.org>
 8  * Copyright 2011-2012
 11  * Copyright 1999-2000 Frank Cusack <fcusack@fcusack.com>
 13  * SPDX-License-Identifier: BSD-3-clause or GPL-1+
 25 #include <pam-util/args.h>
 26 #include <pam-util/logging.h>
 31  * ignore that user because they're root or have a low-numbered UID and we
 33  * them, false otherwise.  Ignores any fully-qualified principal names.
 40     if (args->config->ignore_root && strcmp("root", username) == 0) {  in pamk5_should_ignore()
 [all …]
 
 | 
| /freebsd/contrib/pam-krb5/tests/module/ | 
| H A D | alt-auth-t.c | 2  * Tests for the alt_auth_map functionality in libpam-krb5.14  * SPDX-License-Identifier: BSD-3-clause or GPL-1+
 41     config.user = "bogus-nonexistent-account";  in main()
 42     config.authtok = krbconf->password;  in main()
 43     config.extra[0] = krbconf->username;  in main()
 44     config.extra[1] = krbconf->userprinc;  in main()
 48      * that we can be sure that our principals will stay fully-qualified in  in main()
 56     run_script("data/scripts/alt-auth/basic", &config);  in main()
 57     run_script("data/scripts/alt-auth/basic-debug", &config);  in main()
 58     run_script("data/scripts/alt-auth/fail", &config);  in main()
 [all …]
 
 | 
| H A D | no-cache-t.c | 2  * Authentication tests for the pam-krb5 module without a ticket cache.14  * SPDX-License-Identifier: BSD-3-clause or GPL-1+
 33     config.user = krbconf->userprinc;  in main()
 34     config.password = krbconf->password;  in main()
 38      * that we can be sure that our principals will stay fully-qualified in  in main()
 44     run_script_dir("data/scripts/no-cache", &config);  in main()
 
 | 
| H A D | stacked-t.c | 2  * Authentication tests for the pam-krb5 module with an existing AUTHTOK.11  * Copyright 2011-2012
 14  * SPDX-License-Identifier: BSD-3-clause or GPL-1+
 35     config.user = krbconf->userprinc;  in main()
 36     config.password = krbconf->password;  in main()
 37     config.authtok = krbconf->password;  in main()
 41      * that we can be sure that our principals will stay fully-qualified in  in main()
 
 | 
| H A D | bad-authtok-t.c | 2  * Authentication tests for the pam-krb5 module with an incorrect AUTHTOK.12  * Copyright 2011-2012
 15  * SPDX-License-Identifier: BSD-3-clause or GPL-1+
 36     config.user = krbconf->userprinc;  in main()
 37     config.password = krbconf->password;  in main()
 44      * that we can be sure that our principals will stay fully-qualified in  in main()
 50     run_script_dir("data/scripts/bad-authtok", &config);  in main()
 
 | 
| H A D | fast-t.c | 2  * Tests for authenticated FAST support in pam-krb5.14  * SPDX-License-Identifier: BSD-3-clause or GPL-1+
 38     config.user = krbconf->userprinc;  in main()
 39     config.authtok = krbconf->password;  in main()
 40     config.extra[0] = krbconf->cache;  in main()
 44      * that we can be sure that our principals will stay fully-qualified in  in main()
 52     run_script("data/scripts/fast/ccache-debug", &config);  in main()
 53     run_script("data/scripts/fast/no-ccache", &config);  in main()
 54     run_script("data/scripts/fast/no-ccache-debug", &config);  in main()
 
 | 
| /freebsd/share/mk/ | 
| H A D | dirdeps.mk | 3 # SPDX-License-Identifier: BSD-2-Clause5 # Copyright (c) 2010-2023, Simon J. Gerraty
 6 # Copyright (c) 2010-2018, Juniper Networks, Inc.
 30 # Much of the complexity here is for supporting cross-building.
 40 #	This is a list of directories - relative to SRCTOP, it is
 42 #	In some cases the entry may be qualified with a .<machine>
 47 #	All unqualified entries end up being qualified with .${TARGET_SPEC}
 48 #	and partially qualified (if TARGET_SPEC_VARS has multiple
 53 #	The fully qualified directory entries are used to construct a
 56 #	Also, for each fully qualified directory target, we will search
 [all …]
 
 | 
| /freebsd/contrib/bmake/mk/ | 
| H A D | dirdeps.mk | 3 # SPDX-License-Identifier: BSD-2-Clause5 # Copyright (c) 2010-2023, Simon J. Gerraty
 6 # Copyright (c) 2010-2018, Juniper Networks, Inc.
 30 # Much of the complexity here is for supporting cross-building.
 40 #	This is a list of directories - relative to SRCTOP, it is
 42 #	In some cases the entry may be qualified with a .<machine>
 47 #	All unqualified entries end up being qualified with .${TARGET_SPEC}
 48 #	and partially qualified (if TARGET_SPEC_VARS has multiple
 53 #	The fully qualified directory entries are used to construct a
 56 #	Also, for each fully qualified directory target, we will search
 [all …]
 
 | 
| /freebsd/sys/contrib/openzfs/etc/zfs/ | 
| H A D | vdev_id.conf.alias.example | 1 #     by-vdev2 #     name     fully qualified or base name of device link
 3 alias d1       /dev/disk/by-id/wwn-0x5000c5002de3b9ca
 4 alias d2       wwn-0x5000c5002def789e
 
 | 
| /freebsd/crypto/krb5/src/man/ | 
| H A D | kadm5.acl.man | 5 .nr rst2man-indent-level 08 \\$1 \\n[an-margin]
 9 level \\n[rst2man-indent-level]
 10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 11 -
 12 \\n[rst2man-indent0]
 13 \\n[rst2man-indent1]
 14 \\n[rst2man-indent2]
 19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
 20 . nr rst2man-indent-level +1
 [all …]
 
 | 
| /freebsd/lib/libc/net/ | 
| H A D | getnameinfo.3 | 48 If a link-layer address or UNIX-domain address is passed to54 will be set to the empty string if non-NULL;
 57 For a link-layer address,
 75 link-layer,
 76 or UNIX-domain respectively
 89 .Va sa->sa_len
 93 .Va sa->sa_len
 126 .Bl -tag -width "NI_NUMERICSCOPEXX"
 128 A fully qualified domain name is not required for local hosts.
 129 The local part of the fully qualified domain name is returned instead.
 [all …]
 
 | 
| /freebsd/sys/contrib/openzfs/lib/libzutil/ | 
| H A D | zutil_device_path.c | 1 // SPDX-License-Identifier: CDDL-1.010  * or https://opensource.org/licenses/CDDL-1.0.
 43 /* Return index of last slash or -1 if none */
 48 	return (end ? end - path : -1);  in zfs_dirnamelen()
 54  * one is found, store its fully qualified path in the 'path' buffer passed
 137 			while (dir[strlen(dir)-1] == '/')  in zfs_strcmp_shortname()
 138 				dir[strlen(dir)-1] = '\0';  in zfs_strcmp_shortname()
 166  * Given either a shorthand or fully qualified path name look for a match
 197 		if (path_len == -1)  in zfs_strcmp_pathname()
 
 | 
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ | 
| H A D | Type.h | 1 //===-- Type.h --------------------------------------------------*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 20 #include "lldb/lldb-private.h"
 36 /// LanguageType is < 64, so this is space-efficient and on 64-bit
 37 /// architectures a LanguageSet can be completely stack-allocated.
 77     /// type match where the full context isn't fully specified.  in FLAGS_ENUM()
 92 /// need to implement type lookups in LLDB. Type lookups can fully specify the  in LLDB_MARK_AS_BITMASK_ENUM()
 104   /// Construct a type match object using a fully- or partially-qualified name.  in LLDB_MARK_AS_BITMASK_ENUM()
 135   ///   A fully- or partially-qualified type name. This name will be parsed and  in LLDB_MARK_AS_BITMASK_ENUM()
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ | 
| H A D | CPlusPlusLanguage.h | 1 //===-- CPlusPlusLanguage.h --------[all...]
 | 
| /freebsd/contrib/wpa/hostapd/ | 
| H A D | wired.conf | 9 logger_stdout=-124 # The own IP address of the access point (used as NAS-IP-Address)
 27 # Optional NAS-Identifier string for RADIUS messages. When used, this should be
 29 # fully qualified domain name can be used here.
 
 | 
| /freebsd/crypto/heimdal/doc/ | 
| H A D | kerberos4.texi | 4 @comment  node-name,  next,  previous,  up30 the fully qualified hostname.
 72 You might also see problems with a many-to-one mapping of
 95 @samp{rcmd.old-mail}, where @samp{gone.foo.se} was a machine that has
 96 now passed away, and @samp{old-mail.foo.se} was an old mail machine that
 108 rcmd.old-mail    @i{removed}
 135 hostname should be qualified (this is just a hosts-file in
 136 disguise). Host-instances that aren't covered by
 137 @samp{v4_instance_convert} are qualified by appending the contents of
 161 @samp{slave-server} (which should be running a @samp{hpropd}).
 [all …]
 
 | 
| /freebsd/crypto/openssh/regress/ | 
| H A D | reconfigure.sh | 6 # we need the full path to sshd for -HUP13 		# otherwise make fully qualified
 21 ${SSH} -F $OBJ/ssh_config somehost true
 22 if [ $? -ne 0 ]; then
 27 rm -f $PIDFILE
 28 $SUDO kill -HUP $PID
 32 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
 37 test -f $PIDFILE || fatal "sshd did not restart"
 40 ${SSH} -F $OBJ/ssh_config somehost true
 41 if [ $? -ne 0 ]; then
 [all …]
 
 | 
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ | 
| H A D | zfs_file_os.c | 1 // SPDX-License-Identifier: CDDL-1.010  * or https://opensource.org/licenses/CDDL-1.0.
 37  * path - fully qualified path to file
 38  * flags - file attributes O_READ / O_WRITE / O_EXCL
 39  * fpp - pointer to return file pointer
 53 		saved_umask = xchg(¤t->fs->umask, 0);  in zfs_file_open()
 58 		(void) xchg(¤t->fs->umask, saved_umask);  in zfs_file_open()
 61 		return (-PTR_ERR(filp));  in zfs_file_open()
 74  * Stateful write - use os internal file pointer to determine where to
 77  * fp -  pointer to file (pipe, socket, etc) to write to
 [all …]
 
 | 
| /freebsd/usr.sbin/bsdconfig/networking/include/ | 
| H A D | messages.subr | 1 # Copyright (c) 2012-2016 Devin Teske26 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
 31 msg_activate_hostname_x11warning="WARNING! Activating the new hostname during an X11-Forwarded\n ss…
 51 …ntains one or more invalid characters.\nLabels are case-insensitive and must contain only 0-9, a-z…
 55 …edit_awk: variable\nnsindex must be a whole positive integer greater-\nthan or equal-to zero.\n\nI…
 57 …s one or more invalid characters.\nOctets must contain only the characters 0-9.\n\nInvalid IP Addr…
 66 …racters.\nSegments must contain only combinations of the characters 0-9,\nA-F, or a-f.\n\nInvalid …
 67 …nts within the IP address\n(separated by colons) exceeds the length of 4 hex-digits.\n\nInvalid IP…
 69 …arated by\ncolons) but not allowed at the beginning or end (unless\na double-null segment; i.e., \…
 81 msg_please_enter_fqhn="Please enter your fully qualified hostname (e.g. full.example.com). The\ndom…
 [all …]
 
 | 
| /freebsd/crypto/openssh/ | 
| H A D | README.dns | 2 ---------------------------------------------15 	ssh-keygen -r hostname -f keyfile -g
 17 where "hostname" is your fully qualified hostname and "keyfile" is the
 21 In the example above, ssh-keygen will print the fingerprint in a
 24 you can omit the -g flag and ssh-keygen will print a standard SSHFP RR.
 
 |