Home
last modified time | relevance | path

Searched refs:getsubopt (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A DMakefile.inc14 getsubopt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \
41 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
H A Dgetsubopt.c46 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() function
H A DSymbol.map31 getsubopt;
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h760 _GL_FUNCDECL_SYS (getsubopt, int,
764 _GL_CXXALIAS_SYS (getsubopt, int,
766 _GL_CXXALIASWARN (getsubopt);
768 # undef getsubopt
770 _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - "
/dragonfly/contrib/mdocml/
H A DREADME.DELETED61 test-getsubopt.c
H A Dmain.c1177 switch (getsubopt(&arg, (char * const *)toks, &v)) { in woptions()
/dragonfly/include/
H A Dstdlib.h191 int getsubopt(char **, char *const *, char **);
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c184 switch (getsubopt(&options,traceopts,&value)) { in main()