Searched refs:getopt (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/include/
H A Dast_getopt.h24 * legacy standard getopt interface
39 extern int getopt(int, char* const*, const char*);
H A Dast_std.h358 #include <getopt.h>
/ast/src/lib/libast/comp/
H A Dgetopt.c30 NoN(getopt)
47 getopt(int argc, char* const* argv, const char* optstring)
H A Dgetoptl.c31 #include <getopt.h>
/ast/src/cmd/mailx/
H A Dmain.c150 #undef getopt macro
151 #define getopt(c,v,u) optget(v,u) macro
266 switch (getopt(argc, argv, usage)) {
359 * getopt() can't handle optional arguments, so here
H A Dmailx.h85 #include <getopt.h>
/ast/src/lib/libast/
H A DMakefile33 ftwalk.h fts.h fs3d.h getopt.h glob.h hash.h hashkey.h hashpart.h \
196 $(CC.LD.STATIC) aststatic.c getopt.c getoptl.c $(CC.LD.DYNAMIC) \

Completed in 68 milliseconds