Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgetopt.c29 LSX_PARAM_IN_Z char const * shortopts, /* Short option characters */ in lsx_getopt_init() argument
37 assert(shortopts); in lsx_getopt_init()
45 !shortopts || in lsx_getopt_init()
55 state->shortopts = in lsx_getopt_init()
56 (shortopts[0] == '+' || shortopts[0] == '-') /* Requesting GNU special behavior? */ in lsx_getopt_init()
57 ? shortopts + 1 /* Ignore request. */ in lsx_getopt_init()
58 : shortopts; /* No special behavior requested. */ in lsx_getopt_init()
94 assert(state->shortopts); in lsx_getopt()
105 !state->shortopts || in lsx_getopt()
205 … return state->shortopts[0] == ':' ? ':' : '?'; /* Missing required value. */ in lsx_getopt()
[all …]
H A Dsox.h2543 char const * shortopts;/**< IN shortopts: Short option characters */ member
2562 …LSX_PARAM_IN_Z char const * shortopts, /**< Short options, for example ":abc:def:…
/OK3568_Linux_fs/buildroot/package/mii-diag/
H A D0001-strchr.patch13 while ((c = getopt_long(argc, argv, shortopts, longopts, 0)) != EOF)
/OK3568_Linux_fs/buildroot/package/binutils/2.38/
H A D0002-poison-system-directories.patch273 char *shortopts;
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0002-poison-system-directories.patch273 char *shortopts;
/OK3568_Linux_fs/buildroot/package/binutils/arc-2020.09-release/
H A D0001-poison-system-directories.patch277 char *shortopts;
/OK3568_Linux_fs/buildroot/package/binutils/2.39/
H A D0002-poison-system-directories.patch266 char *shortopts;