HomeSort by: relevance | last modified time | path
    Searched refs:have_attrs (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_att.c 215 int have_attrs)
236 if (have_attrs
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_att.c 229 int have_attrs)
250 if (have_attrs
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_att.c 226 int have_attrs)
247 if (have_attrs
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_entry_from_file.c 340 int have_attrs; local
351 have_attrs = copyfile(name, NULL, 0, copyfile_flags | COPYFILE_CHECK);
352 if (have_attrs == -1) {
357 if (have_attrs == 0)
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 1495 bool have_attrs = false,
1823 statement); HAVE_ATTRS says whether there were any such attributes
1900 bool have_attrs /* = false */,
1923 if (have_attrs)
1997 have_attrs = true;
2034 else if (empty_ok && !(have_attrs
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 1629 bool have_attrs = false,
2132 statement); HAVE_ATTRS says whether there were any such attributes
2209 bool have_attrs /* = false */,
2232 if (have_attrs)
2306 have_attrs = true;
2398 && !(have_attrs && specs->non_std_attrs_seen_p)

Completed in 215 milliseconds