Lines Matching refs:end
73 * end of configuration information for this handle.
141 char *end = NULL;
177 end = strchr(state, ')'); /* for sanity checking */
178 if (!end)
183 if (state > end)
192 if (!end) { /* did not fallthru from '(' case */
194 end = strchr(state, ')');
195 if (!end)
201 if (!state || state > end) {
203 state = end;