Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/libc/util/smoke/
Dutil_test_003.cpp56 CHAR *subopts = NULL; in TestCase() local
62 subopts = buf; in TestCase()
64 while (*subopts != '\0' && !err) { in TestCase()
65 switch (getsubopt(&subopts, token, &value)) { in TestCase()