| /freebsd-12.1/sys/sys/ |
| H A D | extattr.h | 79 int extattrctl(const char *_path, int _cmd, const char *_filename, 82 int extattr_delete_file(const char *_path, int _attrnamespace, 84 int extattr_delete_link(const char *_path, int _attrnamespace, 88 ssize_t extattr_get_file(const char *_path, int _attrnamespace, 90 ssize_t extattr_get_link(const char *_path, int _attrnamespace, 94 ssize_t extattr_list_file(const char *_path, int _attrnamespace, void *_data, 96 ssize_t extattr_list_link(const char *_path, int _attrnamespace, void *_data, 100 ssize_t extattr_set_file(const char *_path, int _attrnamespace, 102 ssize_t extattr_set_link(const char *_path, int _attrnamespace,
|
| H A D | mac.h | 92 int mac_get_file(const char *_path, mac_t _label); 93 int mac_get_link(const char *_path, mac_t _label); 104 int mac_set_file(const char *_path, mac_t _label); 105 int mac_set_link(const char *_path, mac_t _label);
|
| H A D | acl.h | 337 int __acl_aclcheck_file(const char *_path, acl_type_t _type, 339 int __acl_aclcheck_link(const char *_path, acl_type_t _type, 345 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp); 346 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp); 348 int __acl_set_file(const char *_path, acl_type_t _type, struct acl *_aclp); 349 int __acl_set_link(const char *_path, acl_type_t _type, struct acl *_aclp);
|
| H A D | pmclog.h | 309 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path); 314 uintfptr_t _startaddr, char *_path);
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | ofw_if.m | 154 * @param _path Path to canonicalize 160 const char *_path; 168 * @param _path Device path 172 const char *_path; 179 * @param _path Buffer for path 185 char *_path; 193 * @param _path Buffer for path 199 char *_path; 255 * @param _path Path to node 259 const char *_path;
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/ |
| H A D | File.h | 72 return _path; in path() 74 _archiveMemberPath = (_archivePath + "(" + _path + ")").str(); in path() 84 StringRef memberPath() const { return _path; } in memberPath() 217 : _path(p), _kind(kind), _ordinal(UINT64_MAX), in File() 231 StringRef _path;
|
| /freebsd-12.1/lib/libutil/ |
| H A D | libutil.h | 97 int flopen(const char *_path, int _flags, ...); 98 int flopenat(int _dirfd, const char *_path, int _flags, ...); 122 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr); 132 int _secure_path(const char *_path, uid_t _uid, gid_t _gid); 191 int quota_check_path(const struct quotafile *_qf, const char *_path);
|
| /freebsd-12.1/usr.sbin/adduser/ |
| H A D | adduser.sh | 108 while read _path _junk ; do 109 case $_path in 113 echo -n "${_prefix}`basename $_path`" 144 while read _path _junk ; do 145 case "$_path" in 149 if [ "$_path" = "$_shell" -o \ 150 "`basename $_path`" = "$_shell" ]; then 151 echo $_path
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | forward-control.sh | 12 _path=$1 14 while test ! -f $_path ; do 15 test $_n -eq 1 && trace "waiting for $_path to appear"
|
| /freebsd-12.1/sys/xen/xenbus/ |
| H A D | xenbus_if.m | 58 * \param _path The tree relative sub-path to the modified node. The empty 63 const char * _path;
|
| H A D | xenbusb_if.m | 104 * \param _path The tree relative sub-path to the modified node. The empty 110 const char * _path;
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/ |
| H A D | YamlContext.h | 38 StringRef _path; member
|
| /freebsd-12.1/lib/libfigpar/ |
| H A D | figpar.h | 91 const char *_path,
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 578 : ArchiveLibraryFile(file->path()), _path(file->path()) { in NormArchiveFile() 621 StringRef _path; member in llvm::yaml::MappingTraits::NormArchiveFile 636 _rnb(new RefNameBuilder(*file)), _path(file->path()), in NormalizedFile() 681 StringRef _path; member in llvm::yaml::MappingTraits::NormalizedFile 712 io.mapOptional("path", keys->_path); in mappingAtoms() 732 io.mapOptional("path", keys->_path); in mappingArchive() 1365 yamlContext._path = mb->getBufferIdentifier(); in loadFile()
|
| /freebsd-12.1/lib/libpmcstat/ |
| H A D | libpmcstat.h | 349 pmcstat_interned_string _path, uintfptr_t _entryaddr,
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileYAML.cpp | 769 auto fileOrError = normalizedToAtoms(nf, info->_path, true); in handledDocTag()
|