Searched refs:dir_start (Results 1 – 6 of 6) sorted by relevance
175 if (!bsdconf_dir_matches(buf, st.dir_start, st.dir_end, in bsdconf_put()229 for (k = st.line_start; k < st.dir_start; k++) in bsdconf_put()251 rm_start = st.dir_start; in bsdconf_put()268 size_t s = st.dir_start; in bsdconf_put()
39 size_t dir_start; /* first byte of the directive */ member
382 st->dir_start = i; in bsdconf_scan()410 if (operator_equals && st->dir_end - st->dir_start > 1) { in bsdconf_scan()
266 int dir_start(void);
161 ((*frmt->st_rd)() < 0) || (dir_start() < 0)) in extract()759 if ((lnk_start() < 0) || (ftree_start() < 0) || (dir_start() < 0)) in copy()
1085 dir_start(void) in dir_start() function