Searched refs:h_getopt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh28 h_getopt() function
30 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt" <<EOF
59 h_getopt "${load}" "foo -c 1 -d foo" "c=1,d|1"
60 h_getopt "${load}" "foo -d foo bar" "d|2"
61 h_getopt "${load}" "foo -c 2 foo bar" "c=2|2"
62 h_getopt "${load}" "foo -e 1 foo bar" "!?|3"
63 h_getopt "${load}" "foo -d -- -c 1" "d|2"
64 h_getopt "${load}" "foo -c- 1" "c=-|1"
65 h_getopt "${load}" "foo -d - 1" "d|2"
/freebsd-11.0-release/lib/libc/tests/stdlib/
H A DMakefile38 PROGS+= h_getopt h_getopt_long
46 .for t in h_getopt h_getopt_long

Completed in 31 milliseconds