Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh39 h_getopt_long() function
84 h_getopt_long "${load}" "foo --req foobar" "-required=foobar|0"
85 h_getopt_long "${load}" "foo --opt=bazbug" "-optional=bazbug|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"
/src/lib/libc/tests/stdlib/
H A DMakefile60 PROGS+= h_getopt h_getopt_long
72 .for t in h_getopt h_getopt_long