Home
last modified time | relevance | path

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

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