HomeSort by: relevance | last modified time | path
    Searched defs:h_getopt_long (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/stdlib/
t_getopt.sh 39 h_getopt_long() function
41 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt_long" <<EOF
96 h_getopt_long "${load}" "foo --req foobar" "-required=foobar|0"
97 h_getopt_long "${load}" "foo --opt=bazbug" "-optional=bazbug|0"
102 # h_getopt_long "${load}" "foo --col" "!?|0"
105 h_getopt_long "${load}" "foo --col" "-color|0"
107 h_getopt_long "${load}" "foo --colour" "-colour|0"
116 h_getopt_long "${load}" "${args}" "${result}"
127 h_getopt_long "${load}" "foo --list" "-list|0"
t_getopt.sh 39 h_getopt_long() function
41 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt_long" <<EOF
96 h_getopt_long "${load}" "foo --req foobar" "-required=foobar|0"
97 h_getopt_long "${load}" "foo --opt=bazbug" "-optional=bazbug|0"
102 # h_getopt_long "${load}" "foo --col" "!?|0"
105 h_getopt_long "${load}" "foo --col" "-color|0"
107 h_getopt_long "${load}" "foo --colour" "-colour|0"
116 h_getopt_long "${load}" "${args}" "${result}"
127 h_getopt_long "${load}" "foo --list" "-list|0"
t_getopt.sh 39 h_getopt_long() function
41 atf_check -e save:stderr -x "$(atf_get_srcdir)/h_getopt_long" <<EOF
96 h_getopt_long "${load}" "foo --req foobar" "-required=foobar|0"
97 h_getopt_long "${load}" "foo --opt=bazbug" "-optional=bazbug|0"
102 # h_getopt_long "${load}" "foo --col" "!?|0"
105 h_getopt_long "${load}" "foo --col" "-color|0"
107 h_getopt_long "${load}" "foo --colour" "-colour|0"
116 h_getopt_long "${load}" "${args}" "${result}"
127 h_getopt_long "${load}" "foo --list" "-list|0"

Completed in 34 milliseconds