Searched refs:h_getopt (Results 1 – 3 of 3) sorted by relevance
28 h_getopt() function59 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"
57 PROGS+= h_getopt h_getopt_long71 .for t in h_getopt h_getopt_long
14260 OLD_FILES+=usr/tests/lib/libc/stdlib/.debug/h_getopt.debug