Home
last modified time | relevance | path

Searched refs:REG_NOERROR (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.c38 if(result > (int)REG_NOERROR) in main()
49 if(result > (int)REG_NOERROR) in main()
Dposix_api_check.cpp39 if(result > REG_NOERROR) in main()
50 if(result > REG_NOERROR) in main()
Dwide_posix_api_check.cpp47 if(result > REG_NOERROR) in main()
65 if(result > REG_NOERROR) in main()
Dwide_posix_api_check.c48 if(result > (int)REG_NOERROR) in main()
64 if(result > (int)REG_NOERROR) in main()
/third_party/boost/boost/
Dregex.h72 using boost::REG_NOERROR;
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c76 #if !defined(REG_NOERROR) || (REG_NOERROR != 0)
77 #define REG_NOERROR 0 macro
264 return (m ? REG_NOERROR : REG_NOMATCH); in regexec()
1771 } else if (result == REG_NOERROR) { in name_match()
/third_party/boost/boost/regex/v4/
Dcregex.hpp133 static const reg_error_t REG_NOERROR = 0; /* Success. */ variable