Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/freebsd/usr.bin/pr/
H A Degetopt.c82 if (!*place) { in egetopt()
88 place = emsg; in egetopt()
93 if (place[1] && *++place == '-' && !place[1]) { in egetopt()
98 place = emsg; in egetopt()
130 place = p; in egetopt()
137 if (!*place) in egetopt()
153 if (!*place) in egetopt()
172 if (!*place) in egetopt()
177 if (*place) { in egetopt()
191 place = emsg; in egetopt()
[all …]
/freebsd/contrib/unifdef/FreeBSD/
H A Dgetopt.c58 place = EMSG; in getopt()
61 optopt = *place++; in getopt()
65 place = EMSG; in getopt()
71 place = EMSG; in getopt()
77 optopt = *place++; in getopt()
81 if (*place == 0) in getopt()
94 if (*place == 0) in getopt()
99 if (*place) in getopt()
100 optarg = place; in getopt()
105 place = EMSG; in getopt()
[all …]
/freebsd/lib/libc/stdlib/
H A Dgetopt.c67 place = EMSG; in getopt()
70 optopt = *place++; in getopt()
74 place = EMSG; in getopt()
80 place = EMSG; in getopt()
86 optopt = *place++; in getopt()
90 if (*place == 0) in getopt()
103 if (*place == 0) in getopt()
108 if (*place) in getopt()
109 optarg = place; in getopt()
120 place = EMSG; in getopt()
[all …]
H A Dgetopt_long.c386 place = EMSG;
445 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
447 place = EMSG;
481 } else if (*place != ':' && strchr(options, *place) != NULL)
487 place = EMSG;
502 if (!*place)
520 place = EMSG;
532 place = EMSG;
536 if (!*place)
544 place = EMSG;
[all …]
/freebsd/stand/libsa/
H A Dgetopt.c53 if (optreset || !*place) { /* update scanning pointer */ in getopt()
56 place = EMSG; in getopt()
59 if (place[1] && *++place == '-') { /* found "--" */ in getopt()
61 place = EMSG; in getopt()
65 if ((optopt = (int)*place++) == (int)':' || in getopt()
73 if (!*place) in getopt()
81 if (!*place) in getopt()
85 if (*place) /* no white space */ in getopt()
86 optarg = place; in getopt()
88 place = EMSG; in getopt()
[all …]
/freebsd/contrib/libpcap/missing/
H A Dgetopt.c75 place = EMSG; in getopt()
78 if (place[1] && *++place == '-') { /* found "--" */ in getopt()
80 place = EMSG; in getopt()
84 optopt = (int)*place++; in getopt()
86 if (!*place) in getopt()
101 if (!*place) in getopt()
110 if (!*place) in getopt()
114 if (*place) /* no white space */ in getopt()
115 optarg = place; in getopt()
117 place = EMSG; in getopt()
[all …]
/freebsd/contrib/smbfs/lib/smb/
H A Dcfopt.c65 place = EMSG; in cf_getopt()
68 if (*(place = nargv[tmpind]) != '-') { in cf_getopt()
72 if (place[1] && *++place == '-') { /* found "--" */ in cf_getopt()
74 place = EMSG; in cf_getopt()
81 if ((cf_optopt = (int)*place++) == (int)':' || in cf_getopt()
89 if (!*place) in cf_getopt()
98 if (!*place) in cf_getopt()
102 if (*place) /* no white space */ in cf_getopt()
103 cf_optarg = place; in cf_getopt()
105 place = EMSG; in cf_getopt()
[all …]
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c322 place = EMSG; in getopt_internal()
377 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
379 place = EMSG; in getopt_internal()
405 else if (*place != ':' && strchr(options, *place) != NULL) in getopt_internal()
411 place = EMSG; in getopt_internal()
426 if (!*place) in getopt_internal()
438 place = EMSG; in getopt_internal()
447 place = EMSG; in getopt_internal()
451 if (!*place) in getopt_internal()
459 place = EMSG; in getopt_internal()
[all …]
/freebsd/contrib/bmake/
H A Dgetopt.c75 place = nargv[optind]; in getopt()
78 place = EMSG; in getopt()
81 optopt = *place++; in getopt()
85 place = EMSG; in getopt()
91 place = EMSG; in getopt()
97 optopt = *place++; in getopt()
101 if (*place == 0) in getopt()
113 if (*place == 0) in getopt()
118 if (*place) in getopt()
130 place = EMSG; in getopt()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dgetopt.c64 if (optreset || !*place) { /* update scanning pointer */ in getopt()
67 place = EMSG; in getopt()
70 if (place[1] && *++place == '-') { /* found "--" */ in getopt()
72 place = EMSG; in getopt()
76 if ((optopt = (int)*place++) == (int)':' || in getopt()
84 if (!*place) in getopt()
98 if (!*place) in getopt()
102 if (*place) /* no white space */ in getopt()
103 optarg = place; in getopt()
105 place = EMSG; in getopt()
[all …]
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.c99 place = EMSG;
102 if (place[1] && *++place == '-' /* found "--" */
103 && place[1] == '\0') {
105 place = EMSG;
109 if ((optopt = (int)*place++) == (int)':' ||
117 if (!*place)
126 if (!*place)
130 if (*place) /* no white space */
131 optarg = place;
133 place = EMSG;
[all …]
H A Dgetopt_long.c85 if (optreset || !*place) { /* update scanning pointer */
88 place = EMSG;
91 if (place[1] && *++place == '-') { /* found "--" */
93 place = EMSG;
97 if ((optopt = (int)*place++) == (int)':' ||
105 if (!*place)
114 if (!*place)
117 if (*place) /* no white space */
118 optarg = place;
120 place = EMSG;
[all …]
/freebsd/contrib/libevent/WIN32-Code/
H A Dgetopt.c99 place = EMSG;
102 if (place[1] && *++place == '-' /* found "--" */
103 && place[1] == '\0') {
105 place = EMSG;
109 if ((optopt = (int)*place++) == (int)':' ||
117 if (!*place)
126 if (!*place)
130 if (*place) /* no white space */
131 optarg = place;
133 place = EMSG;
[all …]
H A Dgetopt_long.c85 if (optreset || !*place) { /* update scanning pointer */
88 place = EMSG;
91 if (place[1] && *++place == '-') { /* found "--" */
93 place = EMSG;
97 if ((optopt = (int)*place++) == (int)':' ||
105 if (!*place)
114 if (!*place)
117 if (*place) /* no white space */
118 optarg = place;
120 place = EMSG;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp260 place = EMSG; in getopt_internal()
311 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
313 place = EMSG; in getopt_internal()
338 else if (*place != ':' && strchr(options, *place) != NULL) in getopt_internal()
343 place = EMSG; in getopt_internal()
358 if (!*place) in getopt_internal()
370 place = EMSG; in getopt_internal()
378 place = EMSG; in getopt_internal()
382 if (!*place) in getopt_internal()
390 place = EMSG; in getopt_internal()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c345 place = EMSG; in getopt_internal()
400 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
402 place = EMSG; in getopt_internal()
428 else if (*place != ':' && strchr(options, *place) != NULL) in getopt_internal()
434 place = EMSG; in getopt_internal()
449 if (!*place) in getopt_internal()
461 place = EMSG; in getopt_internal()
470 place = EMSG; in getopt_internal()
474 if (!*place) in getopt_internal()
482 place = EMSG; in getopt_internal()
[all …]
H A Dbsd-snprintf.c552 int place = 0; in fmtint() local
577 convert[place++] = in fmtint()
581 } while(uvalue && (place < 20)); in fmtint()
582 if (place == 20) place--; in fmtint()
583 convert[place] = 0; in fmtint()
585 zpadlen = max - place; in fmtint()
586 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0); in fmtint()
598 zpadlen, spadlen, min, max, place); in fmtint()
620 while (place > 0) { in fmtint()
621 --place; in fmtint()
[all …]
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c416 place = EMSG;
475 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
477 place = EMSG;
509 } else if (*place != ':' && strchr(options, *place) != NULL)
515 place = EMSG;
530 if (!*place)
548 place = EMSG;
560 place = EMSG;
564 if (!*place)
574 place = EMSG;
[all …]
/freebsd/contrib/ntp/libntp/
H A Dgetopt.c60 register const char *place; in ntp_getopt() local
87 for (place = optstring; place != NULL && *place != '\0'; ++place) in ntp_getopt()
88 if (*place == c) in ntp_getopt()
91 if (place == NULL || *place == '\0' || c == ':' || c == '?') { in ntp_getopt()
95 place++; in ntp_getopt()
96 if (*place == ':') { in ntp_getopt()
/freebsd/contrib/file/src/
H A Dgetopt_long.c204 place = EMSG;
223 place = EMSG;
255 if (place[1] && *++place == '-') { /* found "--" */
256 place++;
263 if (!*place)
272 if (*place)
276 place = EMSG;
290 if (!*place)
299 place = EMSG;
307 place = EMSG;
[all …]
/freebsd/bin/pax/
H A Dgetoldopt.c27 char *place; in getoldopt() local
49 place = strchr(optstring, c); in getoldopt()
51 if (place == NULL || c == ':') { in getoldopt()
56 place++; in getoldopt()
57 if (*place == ':') { in getoldopt()
/freebsd/sys/contrib/openzfs/config/
H A Dalways-sed.m42 dnl # Set the flags used for sed in-place edits.
6 AC_CACHE_CHECK([for sed --in-place], [ac_cv_inplace], [
9 AS_IF([$SED --in-place 's#foo#bar#' $tmpfile 2>/dev/null],
10 [ac_cv_inplace="--in-place"],
13 [AC_MSG_ERROR([$SED does not support in-place])])
/freebsd/contrib/ee/
H A Dnew_curse.c99 #define String_Out(table, stack, place) Info_Out(table, stack, place) argument
101 #define String_Out(table, stack, place) Cap_Out(table, stack, place) argument
1542 p1 = p_list[--place];
1543 p2 = p_list[--place];
1645 int place;
1652 temp = Temp_Stack[--place];
1824 return(place);
1831 int place;
3673 int place; local
3684 place = 0;
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.argmap.d39 test_prov$1:::place
47 test_prov$1:::place
55 test_prov$1:::place
H A Dtst.args.d43 test_prov$1:::place
49 test_prov$1:::place

12345678910>>...18