Home
last modified time | relevance | path

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

/openbsd/regress/lib/libfuse/
H A Dfuse-opt-parse.c37 int bad_opt; member
92 conf->bad_opt = 1; in proc()
120 assert(data.bad_opt == 0); in test_null_args()
158 assert(data.bad_opt == 1); in test_null_opts()
211 assert(data.bad_opt == 0); in test_null_proc()
270 assert(data.bad_opt == 1); in test_all_args()
/openbsd/bin/pax/
H A Doptions.c52 static int bad_opt(void);
183 bad_opt},
188 bad_opt},
193 bad_opt},
198 bad_opt},
1509 bad_opt(void) in bad_opt() function