Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetsubopt.c23 * @tc.desc : Verify getsubopt process success find subparam
28 char *tokens[] = {"getsubopt", "test", NULL}; in getsubopt_0100()
30 strcpy(buf, "getsubopt=0100,unknown"); in getsubopt_0100()
33 EXPECT_EQ("getsubopt_0100", 0, getsubopt(&subopts, tokens, &value)); in getsubopt_0100()
39 * @tc.desc : Verify getsubopt process fail not find subparam
44 char *tokens[] = {"getsubopt", "test", NULL}; in getsubopt_0200()
49 EXPECT_EQ("getsubopt_0100", -1, getsubopt(&subopts, tokens, &value)); in getsubopt_0200()
/third_party/mesa3d/src/getopt/
H A Dgetopt.h37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
68 int getsubopt(char **, char * const *, char **);
75 extern char *suboptarg; /* getsubopt(3) external variable */
/third_party/musl/src/misc/
H A Dgetsubopt.c4 int getsubopt(char **opt, char *const *keys, char **val) in getsubopt() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h106 int getsubopt (char **, char *const *, char **);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h105 int getsubopt (char **, char *const *, char **);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h108 int getsubopt (char **, char *const *, char **);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h106 int getsubopt (char **, char *const *, char **);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c42 {int(*p)(char**,char*const*,char**) = getsubopt;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h111 int getsubopt (char **, char *const *, char **);
/third_party/musl/include/
H A Dstdlib.h112 int getsubopt (char **, char *const *, char **);
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs845 pub fn getsubopt( in getsubopt() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6744 extern int getsubopt (char **__restrict __optionp,
[all...]

Completed in 29 milliseconds