Searched refs:getsubopt (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dgetopt.h37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
64 int getsubopt(char **, char * const *, char **);
71 extern char *suboptarg; /* getsubopt(3) external variable */
/freebsd-10.0-release/contrib/mdocml/
H A Dcompat_getsubopt.c11 /* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */
47 * The SVID interface to getsubopt provides no way of figuring out which
55 getsubopt(char **optionp, char * const *tokens, char **valuep) function
H A Dconfig.h5 # define _GNU_SOURCE /* strptime(), getsubopt() */
51 extern int getsubopt(char **, char * const *, char **);
H A Dterm_ascii.c113 switch (getsubopt(&outopts, UNCONST(toks), &v)) {
H A Dmain.c363 switch (getsubopt(&arg, UNCONST(toks), &v)) {
H A Dhtml.c137 switch (getsubopt(&outopts, UNCONST(toks), &v)) {
H A Dterm_ps.c456 switch (getsubopt(&outopts, UNCONST(toks), &v)) {
/freebsd-10.0-release/lib/libc/stdlib/
H A DMakefile.inc9 getsubopt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \
23 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
H A Dgetsubopt.c31 static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93";
40 * The SVID interface to getsubopt provides no way of figuring out which
48 getsubopt(optionp, tokens, valuep) function
H A DSymbol.map31 getsubopt;
/freebsd-10.0-release/include/
H A Dstdlib.h179 int getsubopt(char **, char *const *, char **);
307 extern char *suboptarg; /* getsubopt(3) external variable */
/freebsd-10.0-release/sbin/routed/rtquery/
H A Drtquery.c214 switch (getsubopt(&options,traceopts,&value)) {
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h503 extern int getsubopt(char **, char *const *, char **);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1589 switch (getsubopt(&optarg, col_subopts,
1640 switch (getsubopt(&optarg, source_subopts,
1676 switch (getsubopt(&optarg, type_subopts,
3032 switch (getsubopt(&optarg, type_subopts,

Completed in 212 milliseconds