Lines Matching full:was
37 /*[JEC] was:#ifndef __need_getopt*/
38 /*[JEC] was:# define _GETOPT_H 1*/
39 /*[JEC] was:#endif*/
72 /* Set to an option character which was unrecognized. */
76 /*[JEC] was:#ifndef __need_getopt */
117 /*[JEC] was:#endif*/ /* need getopt */
144 /*[JEC] was:#if defined __STDC__ && __STDC__*/
145 /*[JEC] was:# ifdef __GNU_LIBRARY__*/
150 /*[JEC] was:# else*/ /* not __GNU_LIBRARY__ */
151 /*[JEC] was:extern int getopt ();*/
152 /*[JEC] was:# endif*/ /* __GNU_LIBRARY__ */
154 /*[JEC] was:# ifndef __need_getopt*/
166 /*[JEC] was:# endif*/
167 /*[JEC] was:#else*/ /* not __STDC__ */
168 /*[JEC] was:extern int getopt ();*/
169 /*[JEC] was:# ifndef __need_getopt*/
170 /*[JEC] was:extern int getopt_long ();*/
171 /*[JEC] was:extern int getopt_long_only ();*/
173 /*[JEC] was:extern int _getopt_internal ();*/
174 /*[JEC] was:# endif*/
175 /*[JEC] was:#endif*/ /* __STDC__ */
182 /*[JEC] was:#undef __need_getopt*/