HomeSort by relevance Sort by last modified time
    Searched refs:getsubopt (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/getopt/
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 */
  /external/openssh/openbsd-compat/
getopt.h 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
64 int getsubopt(char **, char * const *, char **);
71 extern char *suboptarg; /* getsubopt(3) external variable */
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
getsubopt.c 1 /* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */
37 * The SVID interface to getsubopt provides no way of figuring out which
45 getsubopt(char **optionp, char * const *tokens, char **valuep) function
  /external/libnl/src/lib/
route.c 117 int ret = getsubopt(&subopts, tokens, &arg);
161 int ret = getsubopt(&subopts, tokens, &arg);
  /bionic/tests/headers/posix/
stdlib_h.c 89 FUNCTION(getsubopt, int (*f)(char**, char* const*, char**));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 168 int getsubopt(char **, char *const *, char **);
309 extern char *suboptarg; /* getsubopt(3) external variable */
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 212 int getsubopt(char **, char * const *, char **);
  /bionic/tests/
stdlib_test.cpp 683 TEST(stdlib, getsubopt) {
694 ASSERT_EQ(0, getsubopt(&subopts, tokens, &value));
696 ASSERT_EQ(1, getsubopt(&subopts, tokens, &value));
698 ASSERT_EQ(2, getsubopt(&subopts, tokens, &value));
700 ASSERT_EQ(0, getsubopt(&subopts, tokens, &value));
703 ASSERT_EQ(-1, getsubopt(&subopts, tokens, &value));
  /bionic/libc/include/
stdlib.h 127 int getsubopt(char** __option, char* const* __tokens, char** __value_ptr) __INTRODUCED_IN(26);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 332 #define getsubopt _getsubopt
  /external/epid-sdk/ext/argtable3/
argtable3.c 221 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
252 int getsubopt(char **, char * const *, char **);
259 extern char *suboptarg; /* getsubopt(3) external variable */
    [all...]

Completed in 273 milliseconds