| /freebsd-13.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 | 312 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path); 317 uintfptr_t _startaddr, char *_path);
|
| /freebsd-13.1/contrib/kyua/utils/fs/ |
| H A D | directory.cpp | 122 const fs::path _path; member 144 impl(void) : _path("invalid-directory-entry"), _dirp(NULL) in impl() 153 explicit impl(const path& path) : _path(path) in impl() 155 DIR* dirp = ::opendir(_path.c_str()); in impl() 158 throw fs::system_error(F("opendir(%s) failed") % _path, in impl() 203 throw fs::system_error(F("readdir_r(%s) failed") % _path, in next() 321 fs::path _path; member 326 impl(const fs::path& path_) : _path(path_) in impl() 349 return const_iterator::new_begin(_pimpl->_path); in begin()
|
| /freebsd-13.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-13.1/contrib/llvm-project/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-13.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, ...); 126 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr); 136 int _secure_path(const char *_path, uid_t _uid, gid_t _gid); 195 int quota_check_path(const struct quotafile *_qf, const char *_path);
|
| /freebsd-13.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-13.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-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/ |
| H A D | YamlContext.h | 37 StringRef _path; member
|
| /freebsd-13.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-13.1/tools/build/cross-build/include/linux/ |
| H A D | libutil.h | 54 int flopen(const char *_path, int _flags, ...);
|
| /freebsd-13.1/lib/libfigpar/ |
| H A D | figpar.h | 91 const char *_path,
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 577 : ArchiveLibraryFile(file->path()), _path(file->path()) { in NormArchiveFile() 620 StringRef _path; member in llvm::yaml::MappingTraits::NormArchiveFile 635 _rnb(new RefNameBuilder(*file)), _path(file->path()), in NormalizedFile() 680 StringRef _path; member in llvm::yaml::MappingTraits::NormalizedFile 711 io.mapOptional("path", keys->_path); in mappingAtoms() 731 io.mapOptional("path", keys->_path); in mappingArchive() 1364 yamlContext._path = mb->getBufferIdentifier(); in loadFile()
|
| /freebsd-13.1/lib/libpmcstat/ |
| H A D | libpmcstat.h | 350 pmcstat_interned_string _path, uintfptr_t _entryaddr,
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileYAML.cpp | 766 auto fileOrError = normalizedToAtoms(nf, info->_path, true); in handledDocTag()
|