Home
last modified time | relevance | path

Searched defs:Attrib (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp-common.h32 typedef struct Attrib Attrib; typedef
35 struct Attrib { struct
45 void attrib_clear(Attrib *); argument
/freebsd/contrib/ee/
H A Dnew_curse.h172 int Attrib; /* attributes active in window */ member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp189 StringRef Attrib = Input.substr(strlen("!Attributes:")).trim(); in parseMetadata() local