Home
last modified time | relevance | path

Searched refs:egetopt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/pr/
H A Dextern.h42 int egetopt(int, char * const *, const char *);
H A DMakefile5 SRCS= pr.c egetopt.c
H A Degetopt.c73 egetopt(int nargc, char * const *nargv, const char *ostr) in egetopt() function
H A Dpr.c1651 while ((c = egetopt(argc, argv, "#adFfmrte?h:i?l:n?o:ps?T:w:")) != -1) { in setup()