Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dget_args.c156 show_opts('x', xlog_opt); in show_usage()
158 show_opts('D', dbg_opt); in show_usage()
/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c113 show_opts('x', xlog_opt); in usage()
115 show_opts('D', dbg_opt); in usage()
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h335 extern void show_opts(int ch, struct opt_tab *);
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c626 show_opts(int ch, struct opt_tab *opts) in show_opts() function