Searched refs:place (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-current/stand/libsa/
H A Dgetopt.c50 static char *place = EMSG; /* option letter processing */ local
53 if (optreset || !*place) { /* update scanning pointer */
55 if (optind >= nargc || *(place = nargv[optind]) != '-') {
56 place = EMSG;
59 if (place[1] && *++place == '-') { /* found "--" */
61 place = EMSG;
65 if ((optopt = (int)*place++) == (int)':' ||
73 if (!*place)
81 if (!*place)
[all...]
/freebsd-current/usr.bin/pr/
H A Degetopt.c71 static char *place = emsg; /* option letter processing */ local
78 *place = savec;
82 if (!*place) {
87 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) {
88 place = emsg;
92 delim = (int)*place;
93 if (place[1] && *++place == '-' && !place[
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dargs.d30 probe place(int i, int j);
H A Dtst.argmap.c33 DTRACE_PROBE2(test_prov, place, 10, 4);
H A Dtst.args.c33 DTRACE_PROBE2(test_prov, place, 10, 4);
H A Dargmap.d30 probe place(int i, int j) : (int j, int i, int i, int j);
H A Dtst.args.d43 test_prov$1:::place
49 test_prov$1:::place
H A Dtst.argmap.d39 test_prov$1:::place
47 test_prov$1:::place
55 test_prov$1:::place
/freebsd-current/contrib/unifdef/FreeBSD/
H A Dgetopt.c50 static char *place = EMSG; /* option letter processing */ local
53 if (optreset || *place == 0) { /* update scanning pointer */
55 place = nargv[optind];
56 if (optind >= nargc || *place++ != '-') {
58 place = EMSG;
61 optopt = *place++;
62 if (optopt == '-' && *place == 0) {
65 place = EMSG;
71 place = EMSG;
77 optopt = *place
[all...]
/freebsd-current/lib/libc/stdlib/
H A Dgetopt.c59 static char *place = EMSG; /* option letter processing */ local
62 if (optreset || *place == 0) { /* update scanning pointer */
64 place = nargv[optind];
65 if (optind >= nargc || *place++ != '-') {
67 place = EMSG;
70 optopt = *place++;
71 if (optopt == '-' && *place == 0) {
74 place = EMSG;
80 place = EMSG;
86 optopt = *place
[all...]
H A Dgetopt_long.c99 static char *place = EMSG; /* option letter processing */ variable
194 current_argv = place;
383 if (optreset || !*place) { /* update scanning pointer */
386 place = EMSG;
403 if (*(place = nargv[optind]) != '-' ||
405 place[1] == '\0') {
407 (place[1] == '\0' && strchr(options, '-') == NULL)) {
409 place = EMSG; /* found non-option */
445 if (place[1] != '\0' && *++place
[all...]
/freebsd-current/contrib/libpcap/missing/
H A Dgetopt.c63 static char *place = EMSG; /* option letter processing */ local
72 if (optreset || !*place) { /* update scanning pointer */
74 if (optind >= nargc || *(place = nargv[optind]) != '-') {
75 place = EMSG;
78 if (place[1] && *++place == '-') { /* found "--" */
80 place = EMSG;
84 optopt = (int)*place++;
86 if (!*place)
101 if (!*place)
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.c89 static char *place = EMSG; /* option letter processing */ local
96 if (optreset || !*place) { /* update scanning pointer */
98 if (optind >= nargc || *(place = nargv[optind]) != '-') {
99 place = EMSG;
102 if (place[1] && *++place == '-' /* found "--" */
103 && place[1] == '\0') {
105 place = EMSG;
109 if ((optopt = (int)*place++) == (int)':' ||
117 if (!*place)
[all...]
H A Dgetopt_long.c79 static char *place = EMSG; /* option letter processing */ local
85 if (optreset || !*place) { /* update scanning pointer */
87 if (optind >= nargc || *(place = nargv[optind]) != '-') {
88 place = EMSG;
91 if (place[1] && *++place == '-') { /* found "--" */
93 place = EMSG;
97 if ((optopt = (int)*place++) == (int)':' ||
105 if (!*place)
114 if (!*place)
[all...]
/freebsd-current/contrib/libevent/WIN32-Code/
H A Dgetopt.c89 static char *place = EMSG; /* option letter processing */ local
96 if (optreset || !*place) { /* update scanning pointer */
98 if (optind >= nargc || *(place = nargv[optind]) != '-') {
99 place = EMSG;
102 if (place[1] && *++place == '-' /* found "--" */
103 && place[1] == '\0') {
105 place = EMSG;
109 if ((optopt = (int)*place++) == (int)':' ||
117 if (!*place)
[all...]
H A Dgetopt_long.c79 static char *place = EMSG; /* option letter processing */ local
85 if (optreset || !*place) { /* update scanning pointer */
87 if (optind >= nargc || *(place = nargv[optind]) != '-') {
88 place = EMSG;
91 if (place[1] && *++place == '-') { /* found "--" */
93 place = EMSG;
97 if ((optopt = (int)*place++) == (int)':' ||
105 if (!*place)
114 if (!*place)
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetopt.c60 static char *place = EMSG; /* option letter processing */ local
64 if (optreset || !*place) { /* update scanning pointer */
66 if (optind >= nargc || *(place = nargv[optind]) != '-') {
67 place = EMSG;
70 if (place[1] && *++place == '-') { /* found "--" */
72 place = EMSG;
76 if ((optopt = (int)*place++) == (int)':' ||
84 if (!*place)
98 if (!*place)
[all...]
/freebsd-current/contrib/smbfs/lib/smb/
H A Dcfopt.c56 static const char *place = EMSG; /* option letter processing */ local
60 if (cf_optreset || !*place) { /* update scanning pointer */
65 place = EMSG;
68 if (*(place = nargv[tmpind]) != '-') {
72 if (place[1] && *++place == '-') { /* found "--" */
74 place = EMSG;
81 if ((cf_optopt = (int)*place++) == (int)':' ||
89 if (!*place)
98 if (!*place)
[all...]
/freebsd-current/contrib/bmake/
H A Dgetopt.c61 static const char *place = EMSG; /* option letter processing */ local
73 if (optreset || *place == 0) { /* update scanning pointer */
75 place = nargv[optind];
76 if (optind >= nargc || *place++ != '-') {
78 place = EMSG;
81 optopt = *place++;
82 if (optopt == '-' && *place == 0) {
85 place = EMSG;
91 place = EMSG;
97 optopt = *place
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dgetopt.c60 register const char *place; local
87 for (place = optstring; place != NULL && *place != '\0'; ++place)
88 if (*place == c)
91 if (place == NULL || *place == '\0' || c == ':' || c == '?') {
95 place++;
96 if (*place
[all...]
/freebsd-current/bin/pax/
H A Dgetoldopt.c27 char *place; local
49 place = strchr(optstring, c);
51 if (place == NULL || c == ':') {
56 place++;
57 if (*place == ':') {
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp47 static const char *place = EMSG; /* option letter processing */ variable
119 current_argv = const_cast<char *>(place);
257 if (optreset || !*place) { /* update scanning pointer */
260 place = EMSG;
275 if (*(place = nargv[optind]) != '-' ||
276 (place[1] == '\0' && strchr(options, '-') == NULL)) {
277 place = EMSG; /* found non-option */
311 if (place[1] != '\0' && *++place == '-' && place[
[all...]
/freebsd-current/contrib/tcpdump/missing/
H A Dgetopt_long.c94 static const char *place = EMSG; /* option letter processing */ variable
219 current_argv = place;
414 if (!*place) { /* update scanning pointer */
416 place = EMSG;
433 if (*(place = nargv[optind]) != '-' ||
435 place[1] == '\0') {
437 (place[1] == '\0' && strchr(options, '-') == NULL)) {
439 place = EMSG; /* found non-option */
475 if (place[1] != '\0' && *++place
[all...]
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c92 static char *place = EMSG; /* option letter processing */ variable
174 current_argv = place;
319 if (optreset || !*place) { /* update scanning pointer */
322 place = EMSG;
339 if (*(place = nargv[optind]) != '-' ||
340 (place[1] == '\0' && strchr(options, '-') == NULL)) {
341 place = EMSG; /* found non-option */
377 if (place[1] != '\0' && *++place == '-' && place[
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c115 static char *place = EMSG; /* option letter processing */ variable
197 current_argv = place;
342 if (optreset || !*place) { /* update scanning pointer */
345 place = EMSG;
362 if (*(place = nargv[optind]) != '-' ||
363 (place[1] == '\0' && strchr(options, '-') == NULL)) {
364 place = EMSG; /* found non-option */
400 if (place[1] != '\0' && *++place == '-' && place[
[all...]

Completed in 375 milliseconds

1234