Home
last modified time | relevance | path

Searched refs:bracket (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-14.2/contrib/tcp_wrappers/
H A Dmisc.c57 int bracket = 0; in split_at() local
62 bracket++; in split_at()
65 bracket--; in split_at()
68 if (bracket == 0 && *cp == delimiter) { in split_at()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dvarmod-subst.exp35 1 two 3 left square bracket
37 1 two 3 right square bracket
42 1 two 3 left curly bracket
44 1 two 3 right curly bracket
/freebsd-14.2/contrib/nvi/regex/
H A Dregcomp.c939 RCHAR_T bracket[3]; in bothcases() local
942 p->next = bracket; in bothcases()
943 p->end = bracket+2; in bothcases()
944 bracket[0] = ch; in bothcases()
945 bracket[1] = ']'; in bothcases()
946 bracket[2] = '\0'; in bothcases()
986 p->next = bracket; in nonnewline()
988 bracket[0] = '^'; in nonnewline()
989 bracket[1] = '\n'; in nonnewline()
990 bracket[2] = ']'; in nonnewline()
[all …]
/freebsd-14.2/contrib/less/
H A Dless.hlp65 { ( [ * Find close bracket } ) ].
66 } ) ] * Find open bracket { ( [.
67 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
68 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>.
70 Each "find close bracket" command goes forward to the close bracket
71 matching the (_N-th) open bracket in the top line.
72 Each "find open bracket" command goes backward to the open bracket
73 matching the (_N-th) close bracket in the bottom line.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1053 char bracket[3]; in bothcases() local
1057 p->next = bracket; in bothcases()
1058 p->end = bracket+2; in bothcases()
1059 bracket[0] = ch; in bothcases()
1060 bracket[1] = ']'; in bothcases()
1061 bracket[2] = '\0'; in bothcases()
1063 assert(p->next == bracket+2); in bothcases()
1095 static const char bracket[4] = {'^', '\n', ']', '\0'}; in nonnewline() local
1097 p->next = bracket; in nonnewline()
1098 p->end = bracket+3; in nonnewline()
[all …]
/freebsd-14.2/lib/libc/regex/
H A Dregcomp.c1375 p->next = bracket;
1379 bracket[n] = ']';
1380 bracket[n + 1] = '\0';
1381 p->end = bracket+n+1;
1424 char bracket[4]; local
1426 p->next = bracket;
1427 p->end = bracket+3;
1428 bracket[0] = '^';
1429 bracket[1] = '\n';
1430 bracket[2] = ']';
[all …]
/freebsd-14.2/usr.bin/tr/
H A Dstr.c52 static int bracket(STR *);
80 if (bracket(s)) in next()
136 bracket(STR *s) in bracket() function
/freebsd-14.2/contrib/mandoc/
H A Dpredefs.in41 PREDEF("left-bracket", "[")
49 PREDEF("right-bracket", "]")
/freebsd-14.2/bin/sh/tests/builtins/
H A Dcase20.03 # certain that it must not crash and the missing close bracket must not
/freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex.sh63 create_tc bracket "Checks brackets"
/freebsd-14.2/lib/libc/tests/regex/
H A DMakefile.inc25 ${PACKAGE}DATA_FILES+= data/bracket.in
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dwindows1022 # section line starting with left bracket
1027 # look for left bracket in section line
1031 # space after right bracket
1168 # unknown keyword after opening bracket
1171 # look for left bracket of second section
1186 # characters, digits, underscore and white space followed by right bracket
1206 # UTF-16 BOM followed by CR~0D00 , comment~semicolon~3B00 , section~bracket~5B00
1208 # look for left bracket in section line
1225 # look for NL followed by left bracket
/freebsd-14.2/contrib/diff/doc/
H A Dfdl.texi354 covers that bracket the Document within the aggregate, or the
356 Otherwise they must appear on printed covers that bracket the whole
H A Ddiff.texi3975 @var{mine}, surrounding conflicts with bracket lines.
3989 Like @option{-e}, except bracket lines from overlapping changes' first
4048 In other words, like @option{-x}, except bracket changes as in @option{-E}.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def401 "maximum bracket nesting depth")
H A DDiagnosticParseKinds.td634 "bracket nesting level exceeded maximum of %0">, DefaultFatal;
827 "a space is required between a right angle bracket and an equals sign "
/freebsd-14.2/contrib/byacc/
H A DREADME.BTYACC284 Closing bracket for %ifdef preprocessor statement.
/freebsd-14.2/contrib/sendmail/cf/cf/
H A Dsubmit.cf79 # a class with just a left bracket (for identifying domain literals)
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.in17205bracket log//2(2m plus 1) right bracket plus left bracket 3m/p right bracket plus left bracket m/p…
17657bracket k right bracket ) trees. It is shown that the only statistic of HB left bracket 1 right br…
23512bracket v, a right bracket invariant, for all variables v and all environments a, the programmer c…
/freebsd-14.2/crypto/openssl/crypto/err/
H A Dopenssl.txt394 CONF_R_MISSING_CLOSE_SQUARE_BRACKET:100:missing close square bracket
/freebsd-14.2/share/doc/IPv6/
H A DIMPLEMENTATION2267 - keep a single open/close bracket in a comment such as in the following
2271 brackets. Although this type of bracket seems clumsy and is even
/freebsd-14.2/share/dict/
H A Dweb2a1685 angle bracket
7558 bracket clock
7559 bracket crab
7560 bracket foot
7561 bracket fungus
7562 bracket plate
7563 bracket trail
7987 bridge bracket
48015 roof bracket
66595 tree bracket
[all …]
/freebsd-14.2/contrib/tnftp/
H A DChangeLog1294 - send Host: directive with RFC2732 bracket notation for IPv6
/freebsd-14.2/contrib/sendmail/cf/m4/
H A Dproto.m4157 # a class with just a left bracket (for identifying domain literals)
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0358 o Fix autoconf bracket issues; make check for getaddrinfo include netdb.h (833e5e9 Harlan Stenn)

12