Searched refs:HasPrefix (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c291 BOOLEAN HasPrefix = FALSE; local
332 HasPrefix = TRUE;
349 HasPrefix = TRUE;
378 HasPrefix = TRUE;
407 HasPrefix = TRUE;
456 if (AE_CTRL_PENDING == Status && HasPrefix)
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h68 HasPrefix (const char* str1, const char* str2) function in namespace:lldb_private
87 if ( HasPrefix(type_cstr, "class ") )
89 else if ( HasPrefix(type_cstr, "enum ") )
91 else if ( HasPrefix(type_cstr, "struct ") )
93 else if ( HasPrefix(type_cstr, "union ") )

Completed in 51 milliseconds