HomeSort by relevance Sort by last modified time
    Searched defs:regex (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
regcmp.c 29 #include <regex.h>
183 regex(const char* handle, const char* subject, ...) function
  /onnv/onnv-gate/usr/src/lib/libc/port/regex/
regex.c 35 * regex() WORKS **ONLY** WITH THE ASCII AND THE Solaris EUC CHARACTER SETS.
40 #pragma weak _regex = regex
44 #include "regex.h"
169 /* DEFINITION OF regex() */
172 regex(const char *regexp, const char *stringp, ...) function
255 * is false, regex() is running in an ASCII locale;
331 * According to manual page regcmp(3G), regex() returns substrings
356 } /* regex() */
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdevinfo/
devinfo_devperm.c 53 #include <regex.h>
435 regex_t regex; local
526 if (regcomp(&regex, match, REG_EXTENDED) != 0) {
536 regexec(&regex, name, 0, NULL, 0) == 0) {
562 regfree(&regex);
devfsmap.c 52 #include <regex.h>
2024 regex_t regex; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regcomp.c 25 * posix regex compiler
130 regex_t* regex; /* user handle */ member in struct:Cenv_s
    [all...]
reglib.h 25 * posix regex implementation
63 #include "regex.h"
532 const regex_t* regex; /* from regexec */ member in struct:reglib_s
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mm_sql.c 58 "regex", "~",
1536 int regex = reg_ex; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
ast_map.h 275 #undef regex macro
276 #define regex _ast_regex macro
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/
ast_map.h 254 #undef regex macro
255 #define regex _ast_regex macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
ast_map.h 275 #undef regex macro
276 #define regex _ast_regex macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
ast_map.h 254 #undef regex macro
255 #define regex _ast_regex macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
ast_map.h 275 #undef regex macro
276 #define regex _ast_regex macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
ast_map.h 254 #undef regex macro
255 #define regex _ast_regex macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
ast_map.h 275 #undef regex macro
276 #define regex _ast_regex macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
ast_map.h 254 #undef regex macro
255 #define regex _ast_regex macro

Completed in 1469 milliseconds