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

  /src/external/gpl3/gdb.old/dist/gdb/
cp-support.c 52 static unsigned int cp_find_first_component_aux (const char *name,
1033 cp_find_first_component_aux might go past the end of malformed
1039 return cp_find_first_component_aux (name, 0);
1048 cp_find_first_component_aux (const char *name, int permissive) function
1069 for (index += cp_find_first_component_aux (name + index, 1);
1071 index += cp_find_first_component_aux (name + index, 1))
1085 for (index += cp_find_first_component_aux (name + index, 1);
1087 index += cp_find_first_component_aux (name + index, 1))
  /src/external/gpl3/gdb/dist/gdb/
cp-support.c 52 static unsigned int cp_find_first_component_aux (const char *name,
1051 cp_find_first_component_aux might go past the end of malformed
1057 return cp_find_first_component_aux (name, 0);
1066 cp_find_first_component_aux (const char *name, int permissive) function
1087 for (index += cp_find_first_component_aux (name + index, 1);
1089 index += cp_find_first_component_aux (name + index, 1))
1103 for (index += cp_find_first_component_aux (name + index, 1);
1105 index += cp_find_first_component_aux (name + index, 1))

Completed in 18 milliseconds