Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetsubopt.c31 char *subopts = buf; in getsubopt_0100() local
33 EXPECT_EQ("getsubopt_0100", 0, getsubopt(&subopts, tokens, &value)); in getsubopt_0100()
47 char *subopts = buf; in getsubopt_0200() local
49 EXPECT_EQ("getsubopt_0100", -1, getsubopt(&subopts, tokens, &value)); in getsubopt_0200()
/kernel/liteos_a/testsuites/unittest/libc/util/smoke/
H A 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()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm256 my %subopts = ();
258 $subopts{delimiters} = 1;
259 $subopts{indent} = $opts{indent} + 4 if defined $opts{indent};
274 dump_data(\$_, %subopts)
286 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm256 my %subopts = ();
258 $subopts{delimiters} = 1;
259 $subopts{indent} = $opts{indent} + 4 if defined $opts{indent};
274 dump_data(\$_, %subopts)
286 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp807 char *subopts = buf; in Getsubopt() local
809 int ret = getsubopt(&subopts, tokens, &value); in Getsubopt()

Completed in 8 milliseconds