Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c119 int ch_options, errs, f, funix, *finet, i, lfd, socket_debug; in main() local
131 ch_options = 0; in main()
145 ch_options |= LPD_LOGCONNERR; in main()
176 ch_options |= LPD_NOPORTCHK; in main()
403 ch_options); in main()
/dragonfly/bin/ls/
H A Dls.c462 int ch_options, error; in traverse() local
484 ch_options = !f_recursive && options & FTS_NOSTAT ? FTS_NAMEONLY : 0; in traverse()
515 chp = fts_children(ftsp, ch_options); in traverse()