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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdlib.in.h104 "token" or "token=value", getsubopt parses the first of these elements.
113 http://www.opengroup.org/susv3xsh/getsubopt.html */
115 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
118 # undef getsubopt macro
119 # define getsubopt(o,t,v) \ macro
120 (GL_LINK_WARNING ("getsubopt is unportable - " \
121 "use gnulib module getsubopt for portability"), \
122 getsubopt (o, t, v))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdlib.in.h104 "token" or "token=value", getsubopt parses the first of these elements.
113 http://www.opengroup.org/susv3xsh/getsubopt.html */
115 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
118 # undef getsubopt macro
119 # define getsubopt(o,t,v) \ macro
120 (GL_LINK_WARNING ("getsubopt is unportable - " \
121 "use gnulib module getsubopt for portability"), \
122 getsubopt (o, t, v))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdlib.in.h104 "token" or "token=value", getsubopt parses the first of these elements.
113 http://www.opengroup.org/susv3xsh/getsubopt.html */
115 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
118 # undef getsubopt macro
119 # define getsubopt(o,t,v) \ macro
120 (GL_LINK_WARNING ("getsubopt is unportable - " \
121 "use gnulib module getsubopt for portability"), \
122 getsubopt (o, t, v))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h170 "token" or "token=value", getsubopt parses the first of these elements.
179 http://www.opengroup.org/susv3xsh/getsubopt.html */
181 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
184 # undef getsubopt
185 # define getsubopt(o,t,v) \
186 (GL_LINK_WARNING ("getsubopt is unportable - " \
187 "use gnulib module getsubopt for portability"), \
188 getsubopt (o, t, v))

Completed in 43 milliseconds