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

/freebsd-11-stable/contrib/mdocml/
H A Dtest-getsubopt.c1 /* $Id: test-getsubopt.c,v 1.4 2015/10/06 18:32:20 schwarze Exp $ */
19 #define _GNU_SOURCE /* getsubopt() */
32 return ! (getsubopt(&options, tokens, &value) == 0
H A Dcompat_getsubopt.c10 /* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */
46 getsubopt(char **optionp, char * const *tokens, char **valuep) function
H A Dconfigure224 runtest getsubopt GETSUBOPT || true
427 echo "extern int getsubopt(char **, char * const *, char **);"
H A Dmain.c1044 switch (getsubopt(&arg, (char * const *)toks, &v)) {
H A DMakefile29 test-getsubopt.c \
/freebsd-11-stable/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-11-stable/lib/libc/stdlib/
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(char **optionp, char * const *tokens, char **valuep) function
H A DMakefile.inc11 getsubopt.c hcreate.c hcreate_r.c hdestroy_r.c heapsort.c heapsort_b.c \
35 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
/freebsd-11-stable/include/
H A Dstdlib.h183 int getsubopt(char **, char *const *, char **);
335 extern char *suboptarg; /* getsubopt(3) external variable */
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c214 switch (getsubopt(&options,traceopts,&value)) {
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h503 extern int getsubopt(char **, char *const *, char **);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1708 switch (getsubopt(&optarg, col_subopts,
1759 switch (getsubopt(&optarg, source_subopts,
1796 switch (getsubopt(&optarg, type_subopts,
3172 switch (getsubopt(&optarg, type_subopts,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c6150 switch (getsubopt(&optarg, col_subopts,

Completed in 205 milliseconds