Home
last modified time | relevance | path

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

/freebsd/lib/libbsdconf/
H A Dbsdconf_put.c175 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()
H A Dbsdconf_internal.h39 size_t dir_start; /* first byte of the directive */ member
H A Dbsdconf_stmt.c382 st->dir_start = i; in bsdconf_scan()
410 if (operator_equals && st->dir_end - st->dir_start > 1) { in bsdconf_scan()
/freebsd/bin/pax/
H A Dextern.h266 int dir_start(void);
H A Dar_subs.c161 ((*frmt->st_rd)() < 0) || (dir_start() < 0)) in extract()
759 if ((lnk_start() < 0) || (ftree_start() < 0) || (dir_start() < 0)) in copy()
H A Dtables.c1085 dir_start(void) in dir_start() function