Home
last modified time | relevance | path

Searched refs:longOptions (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dgetopt1ndk.cpp50 struct option longOptions[] = { in GetoptLong() local
56 ret = getopt_long(argcc, argv, short_options, longOptions, nullptr); in GetoptLong()
87 struct option longOptions[] = { in GetoptLongOnly() local
93 ret = getopt_long_only(optArgc, optArgv, optString, longOptions, nullptr); in GetoptLongOnly()

Completed in 1 milliseconds