HomeSort by: relevance | last modified time | path
    Searched refs:h_getopt_long (Results 1 - 2 of 2) 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"
Makefile 33 PROGS+= h_getopt h_getopt_long
46 COPTS.h_getopt_long.c+= ${CC_WNO_CALLOC_TRANSPOSED_ARGS}

Completed in 72 milliseconds