Home
last modified time | relevance | path

Searched defs:opt_s (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y27 typedef struct opt_s { struct
28 struct opt_s *o_next; argument
29 int o_line;
30 int o_type;
31 int o_num;
32 char *o_str;
56 struct opt_s *opt; argument
/freebsd/usr.bin/iconv/
H A Diconv.c163 bool opt_c = false, opt_s = false; in main() local
/freebsd/usr.bin/whereis/
H A Dwhereis.c58 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
/freebsd/usr.sbin/diskinfo/
H A Ddiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
/freebsd/usr.bin/sockstat/
H A Dsockstat.c96 static bool opt_s; /* Show protocol state if applicable */ variable