Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c217 #define WS_RSKIP_LIMIT(_str, _tail) \ in add_match_record() argument
218 while (((_tail) > (_str)) && isspace(*((_tail) - 1))) \ in add_match_record()
219 (_tail)--; \ in add_match_record()
220 *(_tail) = '\0' in add_match_record()