Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.cpp124 argv_to_vector(int argc, const char* const argv[]) in argv_to_vector() function
366 args = argv_to_vector(mutable_argc - optind, mutable_argv + optind); in parse()