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

  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
NsdConf.py 512 incl = self.zones[ii].getInclude() variable in class:NsdConf
513 if acls.has_key(incl):
514 acls[incl] += 1
516 acls[incl] = 1
  /src/external/gpl2/groff/dist/src/roff/troff/
mtsm.cpp 569 void state_set::incl(bool_value_state b) function in class:state_set
574 void state_set::incl(int_value_state i) function in class:state_set
579 void state_set::incl(units_value_state u) function in class:state_set
584 void state_set::incl(string_value_state s) function in class:state_set
  /src/external/gpl3/gcc/dist/libbacktrace/
xcoff.c 731 const struct xcoff_incl *incl, *bincl; local
781 incl = ((struct xcoff_incl *)
785 if (incl != NULL)
791 if (bincl != NULL && strcmp (incl->filename, bincl->filename) == 0)
795 filename = incl->filename;
877 struct xcoff_incl *incl; local
913 incl = ((struct xcoff_incl *)
917 if (incl != NULL)
919 incl->filename = xcoff_symname (asym, strtab, strtab_size);
920 incl->begin = begin
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xcoff.c 731 const struct xcoff_incl *incl, *bincl; local
781 incl = ((struct xcoff_incl *)
785 if (incl != NULL)
791 if (bincl != NULL && strcmp (incl->filename, bincl->filename) == 0)
795 filename = incl->filename;
877 struct xcoff_incl *incl; local
913 incl = ((struct xcoff_incl *)
917 if (incl != NULL)
919 incl->filename = xcoff_symname (asym, strtab, strtab_size);
920 incl->begin = begin
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
xcoff.c 731 const struct xcoff_incl *incl, *bincl; local
781 incl = ((struct xcoff_incl *)
785 if (incl != NULL)
791 if (bincl != NULL && strcmp (incl->filename, bincl->filename) == 0)
795 filename = incl->filename;
877 struct xcoff_incl *incl; local
913 incl = ((struct xcoff_incl *)
917 if (incl != NULL)
919 incl->filename = xcoff_symname (asym, strtab, strtab_size);
920 incl->begin = begin
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
xcoff.c 731 const struct xcoff_incl *incl, *bincl; local
781 incl = ((struct xcoff_incl *)
785 if (incl != NULL)
791 if (bincl != NULL && strcmp (incl->filename, bincl->filename) == 0)
795 filename = incl->filename;
877 struct xcoff_incl *incl; local
913 incl = ((struct xcoff_incl *)
917 if (incl != NULL)
919 incl->filename = xcoff_symname (asym, strtab, strtab_size);
920 incl->begin = begin
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 6521 bool incl; local
6524 if ((incl = (gfc_match ("inclusive") == MATCH_YES))
6527 if (gfc_match_omp_variable_list (" (", &c->lists[incl ? OMP_LIST_SCAN_IN
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 5448 bool incl; local
5451 if ((incl = (gfc_match ("inclusive") == MATCH_YES))
5454 if (gfc_match_omp_variable_list (" (", &c->lists[incl ? OMP_LIST_SCAN_IN

Completed in 42 milliseconds