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

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh39 h_getopt_long() function
41 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt_long" <<EOF
84 h_getopt_long "${load}" "foo --req foobar" "-required=foobar|0"
85 h_getopt_long "${load}" "foo --opt=bazbug" "-optional=bazbug|0"
90 # h_getopt_long "${load}" "foo --col" "!?|0"
93 h_getopt_long "${load}" "foo --col" "-color|0"
95 h_getopt_long "${load}" "foo --colour" "-colour|0"
104 h_getopt_long "${load}" "${args}" "${result}"
115 h_getopt_long "${load}" "foo --list" "-list|0"
/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 54 milliseconds