Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_strlen.c100 int strlen_left = 0; in match_strlen_condition() local
115 strlen_left = 1; in match_strlen_condition()
122 if (!strlen_left && !strlen_right) in match_strlen_condition()
124 if (strlen_left && strlen_right) in match_strlen_condition()
128 if (strlen_left) { in match_strlen_condition()