Searched refs:getsubopt (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getsubopt.c | 23 * @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 D | getopt.h | 37 * 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 D | getsubopt.c | 4 int getsubopt(char **opt, char *const *keys, char **val) in getsubopt() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 106 int getsubopt (char **, char *const *, char **);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 105 int getsubopt (char **, char *const *, char **);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 108 int getsubopt (char **, char *const *, char **);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 106 int getsubopt (char **, char *const *, char **);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdlib.c | 42 {int(*p)(char**,char*const*,char**) = getsubopt;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 111 int getsubopt (char **, char *const *, char **);
|
/third_party/musl/include/ |
H A D | stdlib.h | 112 int getsubopt (char **, char *const *, char **);
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 845 pub fn getsubopt( in getsubopt() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 6744 extern int getsubopt (char **__restrict __optionp, [all...] |
Completed in 28 milliseconds