Searched defs:pstr (Results 1 – 5 of 5) sorted by relevance
11 re_string_construct (pstr, str, len, trans, icase, dfa) in re_string_construct() argument
78 static char pstr[MaxAllocationSize + 1] = {'a'}; in allocate() local
9 character(len=16), pointer :: pstr local
71 void pass(char* pstr, char ch) { in pass()
6324 bool SkipPrefix(const char* prefix, const char** pstr) { in SkipPrefix()