Lines Matching refs:getopt
2416 * newlib/libc/stdlib/getopt.c (getopt_internal): Add missing braces.
2420 * newlib/libc/include/getopt.h (struct option): name field should be
2422 * newlib/libc/stdlib/getopt.c (getopt_internal): Use fputs()/fputc()
2428 * libc/libc/stdlib/getopt.c (getopt_internal): Fix NULL pointer access.
3442 * libc/stdlib/getopt.c (getopt_internal): Align handling of colon to
5748 * libc/include/getopt.h (__getopt_r, __getopt_long_r)
8844 * libc/include/getopt.h: Hide newlib extensions under
8846 * libc/stdlib/getopt.c: #define __need_getopt_newlib before including
8847 getopt.h. Put entire code under !HAVE_GETOPT to support platforms
8848 with their own getopt implementation.
8877 * libc/include/getopt.h (no_argument): Added for glibc compatibility.
8882 * libc/stdlib/getopt.c (getopt_internal): Rewrite to accept
8888 * libc/include/getopt.h: Add new _r routines and provide macros
8906 * libc/stdlib/getopt.c (getopt_internal): Handle optional
9985 * libc/stdlib/getopt.c (getopt_internal): Initialize variable.
12158 * libc/sys/linux/include/getopt.h: Add macros needed by
12159 new version of getopt.c in libc/stdlib.
12163 * libc/stdlib/getopt.c: Replaced with version
12165 * libc/include/getopt.h: New file.
15970 * libc/include/sys/unistd.h: Guard getopt.h call to force only
15971 declaration of getopt and avoid getopt_long declaration.
16161 * libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather
16162 than defining getopt directly.
16674 * libc/sys/linux/getopt.c: New file.
16682 (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove
17276 * libc/include/sys/unistd.h: Add getopt and getsubopt declarations.
19276 conditionalized including of getopt stuff.
19498 and getopt.h.
20177 * libc/sys/linux/include/getopt.h: Ditto.
22720 * libc/stdlib/getopt.c (getopt): replaced __progname
25032 * libc/stdlib/getopt.c: New file.