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

/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp574 const char* parenthesis = strchr(type, ')'); local
575 if (!parenthesis)
578 return string(type, parenthesis - type) + "*" + parenthesis;

Completed in 30 milliseconds