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

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm 112 sub allof { subroutine
144 return allof(@ret);
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm 112 sub allof { subroutine
144 return allof(@ret);
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Utils.pm 106 sub allof { subroutine
138 return allof(@ret);
  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 597 struct allof_regexp allof;
1023 &(_regexp)->regexp.allof; }))
1092 #define REGEXP_ALLOF(r) (&(r)->regexp.allof)
1624 regexp_t allof;
1634 allof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1636 allof->mode = rm_allof;
1637 REGEXP_ALLOF (allof)->regexps_num = els_num;
1639 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]);
1640 return allof;
4652 regexp_t allof = NULL
593 struct allof_regexp allof; member in union:regexp::__anon13712
1620 regexp_t allof; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 597 struct allof_regexp allof;
1023 &(_regexp)->regexp.allof; }))
1092 #define REGEXP_ALLOF(r) (&(r)->regexp.allof)
1624 regexp_t allof;
1634 allof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1636 allof->mode = rm_allof;
1637 REGEXP_ALLOF (allof)->regexps_num = els_num;
1639 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]);
1640 return allof;
4652 regexp_t allof = NULL
593 struct allof_regexp allof; member in union:regexp::__anon16142
1620 regexp_t allof; local
    [all...]

Completed in 32 milliseconds