Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/pr/
H A DMakefile7 SRCS= pr.c egetopt.c
H A Dextern.h49 int egetopt(int, char * const *, const char *);
H A Degetopt.c77 egetopt(int nargc, char * const *nargv, const char *ostr) in egetopt() function
H A Dpr.c1625 while ((c = egetopt(argc, argv, "#adFfmrte?h:i?L:l:n?o:ps?w:")) != -1) { in setup()