HomeSort by: relevance | last modified time | path
    Searched defs:Attrib (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp-common.h 33 typedef struct Attrib Attrib;
36 struct Attrib {
46 void attrib_clear(Attrib *);
47 void stat_to_attrib(const struct stat *, Attrib *);
48 void attrib_to_stat(const Attrib *, struct stat *);
49 int decode_attrib(struct sshbuf *, Attrib *);
50 int encode_attrib(struct sshbuf *, const Attrib *);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 102 StringRef Attrib = Input.substr(strlen("!Attributes:")).trim();
103 return !Attrib.getAsInteger(10, Attributes);

Completed in 20 milliseconds