Home
last modified time | relevance | path

Searched refs:optopt (Results 1 – 25 of 3569) sorted by relevance

12345678910>>...143

/dports/dns/dnstracer/dnstracer/
H A Dgetopt.c49 int optopt; variable
125 optopt = *nextarg++; in getopt()
127 if (optopt == 0) in getopt()
134 if (optopt == '-' && *nextarg == 0) in getopt()
139 if (optopt == ':' || optopt == '?') in getopt()
148 optopt in getopt()
167 optopt in getopt()
187 return (optopt); in getopt()
194 return (optopt); in getopt()
208 optopt in getopt()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dgetopt.c44 int optopt=-1; variable
69 return optopt = 1; in getopt_long()
72 return optopt = -1; in getopt_long()
76 switch( optopt = *nextarg ) { in getopt_long()
110 longoption->flag[0] = optopt = longoption->val; in getopt_long()
113 return optopt = longoption->val; in getopt_long()
122 return optopt = 1; in getopt_long()
137 optopt); in getopt_long()
151 return optopt; in getopt_long()
155 optopt); in getopt_long()
[all …]
/dports/russian/gd/libgd-2.3.1/src/
H A Dgetopt.c40 optopt, /* character checked for validity */ variable
66 optopt = *place++; in getopt()
67 if (optopt == '-' && *place == 0) { in getopt()
73 if (optopt == 0) { in getopt()
79 optopt = '-'; in getopt()
82 optopt = *place++; in getopt()
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
91 optopt); in getopt()
122 nargv[0], optopt); in getopt()
128 return (optopt); /* return option letter */ in getopt()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/port/
H A Dgetopt.c43 optopt, /* character checked for validity */ variable
69 optopt = *place++; in getopt()
70 if (optopt == '-' && *place == 0) { in getopt()
76 if (optopt == 0) { in getopt()
82 optopt = '-'; in getopt()
85 optopt = *place++; in getopt()
88 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
93 "unknown option -- %c\n", optopt); in getopt()
118 optopt); in getopt()
124 return (optopt); /* return option letter */ in getopt()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/port/
H A Dgetopt.c41 optopt, /* character checked for validity */ variable
67 optopt = *place++; in getopt()
68 if (optopt == '-' && *place == 0) { in getopt()
74 if (optopt == 0) { in getopt()
80 optopt = '-'; in getopt()
83 optopt = *place++; in getopt()
86 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
91 "unknown option -- %c\n", optopt); in getopt()
116 optopt); in getopt()
122 return (optopt); /* return option letter */ in getopt()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/port/
H A Dgetopt.c43 optopt, /* character checked for validity */ variable
69 optopt = *place++; in getopt()
70 if (optopt == '-' && *place == 0) { in getopt()
76 if (optopt == 0) { in getopt()
82 optopt = '-'; in getopt()
85 optopt = *place++; in getopt()
88 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
93 "unknown option -- %c\n", optopt); in getopt()
118 optopt); in getopt()
124 return (optopt); /* return option letter */ in getopt()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libtiff/port/
H A Dgetopt.c43 optopt, /* character checked for validity */ variable
69 optopt = *place++; in getopt()
70 if (optopt == '-' && *place == 0) { in getopt()
76 if (optopt == 0) { in getopt()
82 optopt = '-'; in getopt()
85 optopt = *place++; in getopt()
88 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
93 "unknown option -- %c\n", optopt); in getopt()
118 optopt); in getopt()
124 return (optopt); /* return option letter */ in getopt()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/port/
H A Dgetopt.c42 optopt, /* character checked for validity */ variable
68 optopt = *place++; in getopt()
69 if (optopt == '-' && *place == 0) { in getopt()
75 if (optopt == 0) { in getopt()
81 optopt = '-'; in getopt()
84 optopt = *place++; in getopt()
87 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
92 "unknown option -- %c\n", optopt); in getopt()
117 optopt); in getopt()
123 return (optopt); /* return option letter */ in getopt()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/port/
H A Dgetopt.c42 optopt, /* character checked for validity */ variable
68 optopt = *place++; in getopt()
69 if (optopt == '-' && *place == 0) { in getopt()
75 if (optopt == 0) { in getopt()
81 optopt = '-'; in getopt()
84 optopt = *place++; in getopt()
87 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
92 "unknown option -- %c\n", optopt); in getopt()
117 optopt); in getopt()
123 return (optopt); /* return option letter */ in getopt()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/port/
H A Dgetopt.c41 optopt, /* character checked for validity */ variable
67 optopt = *place++; in getopt()
68 if (optopt == '-' && *place == 0) { in getopt()
74 if (optopt == 0) { in getopt()
80 optopt = '-'; in getopt()
83 optopt = *place++; in getopt()
86 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
91 "unknown option -- %c\n", optopt); in getopt()
116 optopt); in getopt()
122 return (optopt); /* return option letter */ in getopt()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/port/
H A Dgetopt.c41 optopt, /* character checked for validity */ variable
67 optopt = *place++; in getopt()
68 if (optopt == '-' && *place == 0) { in getopt()
74 if (optopt == 0) { in getopt()
80 optopt = '-'; in getopt()
83 optopt = *place++; in getopt()
86 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
91 "unknown option -- %c\n", optopt); in getopt()
116 optopt); in getopt()
122 return (optopt); /* return option letter */ in getopt()
/dports/games/nsnake/nsnake-2.2.0/extern/
H A Dgetopt.c40 optopt, /* character checked for validity */ variable
69 optopt = *place++;
70 if (optopt == '-' && *place == 0) {
76 if (optopt == 0) {
82 optopt = '-';
85 optopt = *place++;
88 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
93 "illegal option -- %c\n", optopt);
117 "option requires an argument -- %c\n", optopt);
123 return (optopt); /* return option letter */
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgetopt.c40 optopt, /* character checked for validity */ variable
66 optopt = *place++; in getopt()
67 if (optopt == '-' && *place == 0) { in getopt()
73 if (optopt == 0) { in getopt()
79 optopt = '-'; in getopt()
82 optopt = *place++; in getopt()
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
91 optopt); in getopt()
122 nargv[0], optopt); in getopt()
128 return (optopt); /* return option letter */ in getopt()
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgetopt.c40 optopt, /* character checked for validity */ variable
66 optopt = *place++; in getopt()
67 if (optopt == '-' && *place == 0) { in getopt()
73 if (optopt == 0) { in getopt()
79 optopt = '-'; in getopt()
82 optopt = *place++; in getopt()
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
91 optopt); in getopt()
122 nargv[0], optopt); in getopt()
128 return (optopt); /* return option letter */ in getopt()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/port/
H A Dgetopt.c42 optopt, /* character checked for validity */ variable
68 optopt = *place++; in getopt()
69 if (optopt == '-' && *place == 0) { in getopt()
75 if (optopt == 0) { in getopt()
81 optopt = '-'; in getopt()
84 optopt = *place++; in getopt()
87 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
92 "unknown option -- %c\n", optopt); in getopt()
117 optopt); in getopt()
123 return (optopt); /* return option letter */ in getopt()
/dports/devel/poco/poco-1.10.1-all/Foundation/wcelibcex-1.0/src/
H A Dwce_getopt.c45 int optopt; /* character checked for validity */ variable
98 optopt = *place++; in wceex_getopt()
99 if (optopt == '-' && *place == 0) { in wceex_getopt()
105 if (optopt == 0) { in wceex_getopt()
111 optopt = '-'; in wceex_getopt()
114 optopt = *place++; in wceex_getopt()
117 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in wceex_getopt()
122 "unknown option -- %c\n", optopt); in wceex_getopt()
147 optopt); in wceex_getopt()
153 return (optopt); /* return option letter */ in wceex_getopt()
/dports/graphics/tiffgt/tiff-4.3.0/port/
H A Dgetopt.c41 optopt, /* character checked for validity */ variable
67 optopt = *place++; in getopt()
68 if (optopt == '-' && *place == 0) { in getopt()
74 if (optopt == 0) { in getopt()
80 optopt = '-'; in getopt()
83 optopt = *place++; in getopt()
86 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
91 "unknown option -- %c\n", optopt); in getopt()
116 optopt); in getopt()
122 return (optopt); /* return option letter */ in getopt()
/dports/graphics/tiff/tiff-4.3.0/port/
H A Dgetopt.c41 optopt, /* character checked for validity */ variable
67 optopt = *place++; in getopt()
68 if (optopt == '-' && *place == 0) { in getopt()
74 if (optopt == 0) { in getopt()
80 optopt = '-'; in getopt()
83 optopt = *place++; in getopt()
86 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
91 "unknown option -- %c\n", optopt); in getopt()
116 optopt); in getopt()
122 return (optopt); /* return option letter */ in getopt()
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgetopt.c40 optopt, /* character checked for validity */ variable
66 optopt = *place++; in getopt()
67 if (optopt == '-' && *place == 0) { in getopt()
73 if (optopt == 0) { in getopt()
79 optopt = '-'; in getopt()
82 optopt = *place++; in getopt()
85 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
91 optopt); in getopt()
122 nargv[0], optopt); in getopt()
128 return (optopt); /* return option letter */ in getopt()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libtiff/port/
H A Dgetopt.c41 optopt, /* character checked for validity */ variable
67 optopt = *place++; in getopt()
68 if (optopt == '-' && *place == 0) { in getopt()
74 if (optopt == 0) { in getopt()
80 optopt = '-'; in getopt()
83 optopt = *place++; in getopt()
86 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
91 "unknown option -- %c\n", optopt); in getopt()
116 optopt); in getopt()
122 return (optopt); /* return option letter */ in getopt()
/dports/mail/libetpan/libetpan-1.9.4/src/bsd/
H A Dgetopt.c63 optopt, /* character checked for validity */ variable
92 optopt = *place++;
93 if (optopt == '-' && *place == 0) {
99 if (optopt == 0) {
105 optopt = '-';
108 optopt = *place++;
111 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
117 optopt);
142 _getprogname(), optopt);
148 return (optopt); /* return option letter */
/dports/archivers/maxcso/maxcso-1.10.0/libuv/samples/socks5-proxy/
H A Dgetopt.c45 optopt, /* character checked for validity */ variable
74 optopt = *place++;
75 if (optopt == '-' && *place == 0) {
81 if (optopt == 0) {
87 optopt = '-';
90 optopt = *place++;
93 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
99 optopt);
124 _getprogname(), optopt);
130 return (optopt); /* return option letter */
/dports/lang/fth/fth-1.4.1/lib/
H A Dgetopt.c54 optopt, /* character checked for validity */ variable
83 optopt = *place++;
84 if (optopt == '-' && *place == 0) {
90 if (optopt == 0) {
96 optopt = '-';
99 optopt = *place++;
102 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
108 optopt);
133 _getprogname(), optopt);
139 return (optopt); /* return option letter */
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/samples/socks5-proxy/
H A Dgetopt.c45 optopt, /* character checked for validity */ variable
74 optopt = *place++;
75 if (optopt == '-' && *place == 0) {
81 if (optopt == 0) {
87 optopt = '-';
90 optopt = *place++;
93 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
99 optopt);
124 _getprogname(), optopt);
130 return (optopt); /* return option letter */
/dports/audio/openal-soft/openal-soft-1.21.1/utils/
H A Dgetopt.c42 optopt, /* character checked for validity */ variable
73 optopt = *place++; in getopt()
74 if (optopt == '-' && *place == 0) { in getopt()
80 if (optopt == 0) { in getopt()
86 optopt = '-'; in getopt()
89 optopt = *place++; in getopt()
92 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
98 optopt); in getopt()
123 _getprogname(), optopt); in getopt()
129 return (optopt); /* return option letter */ in getopt()

12345678910>>...143