Home
last modified time | relevance | path

Searched refs:chars (Results 51 – 75 of 102) sorted by relevance

12345

/minix/lib/libc/regex/
H A DWHATSNEW61 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
H A Dregcomp.c936 u = cp->chars; in p_b_cclass()
/minix/external/bsd/nvi/dist/regex/
H A DWHATSNEW60 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
H A Dregcomp.c875 u = cp->chars; in p_b_cclass()
/minix/crypto/external/bsd/openssl/dist/apps/
H A Dapps.c347 char *chars = ":]>"; in program_name() local
349 while (*chars != '\0') { in program_name()
350 q = strrchr(p, *chars); in program_name()
353 chars++; in program_name()
/minix/external/bsd/mdocml/dist/
H A Dchars.in1 /* Id: chars.in,v 1.43 2013/06/20 22:39:30 schwarze Exp */
H A DNEWS292 * Backed out -fno-ign-chars (pointless complexity).
/minix/external/bsd/less/dist/
H A Dconfigure.ac674 #define UNGOT_SIZE 100 /* Max chars to unget() */
684 #define UNGOT_SIZE 200 /* Max chars to unget() */
H A Dless.hlp168 -r -R .... --raw-control-chars --RAW-CONTROL-CHARS
H A DNEWS251 line wrapping and handling double-width chars.
/minix/games/fortune/
H A DNotes91 tab stop or 5 chars. Indentations of less than 5 are too hard to read.
/minix/external/bsd/flex/dist/doc/
H A Dflex.info196 Node: How do I skip as many chars as possible?204946
H A Dtexinfo.tex1125 % backslashes, and other special chars.
1282 % Also escape PDF chars in the display string.
2422 % Set sfcode to normal for the chars that usually have another value.
2646 % we put a little stretch before and after the breakable chars, to help
2668 % characters, but some people like to break before the special chars, so
4562 % and is used in the definitions of the active chars like <, >, |, etc.
7018 % distinguishable. Prevent hyphenation at `-' chars.
7040 % Make control sequences which act like normal parenthesis chars.
7610 \let\hash=##% convert placeholders to macro parameter chars
9958 @c don't make ` and ' active, @code will not get them as active chars.
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1298 CharUnits chars = getContext().toCharUnitsFromBits((int64_t) fieldOffset); in getMemberPointerConstant() local
1299 return getCXXABI().EmitMemberDataPointer(type, chars); in getMemberPointerConstant()
H A DCGDebugInfo.cpp1277 CharUnits chars = in CollectTemplateParams() local
1279 V = CGM.getCXXABI().EmitMemberDataPointer(MPT, chars); in CollectTemplateParams()
/minix/external/historical/nawk/dist/
H A DFIXES320 changed types in posix chars structure to quiet solaris cc.
591 explicit hex in reg exprs now limited to 2 chars: \xa, \xaa.
608 in b.c where chars are used as table indices have been hand-crafted.
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp453 wchar_t chars[6]; member
456 static_assert(u.chars[2] == L's', "");
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A Dregcomp.c831 u = cp->chars; in p_b_cclass()
/minix/crypto/external/bsd/openssl/lib/libdes/
H A DVERSION326 version. When the key is longer than 8 chars, I was wrapping
/minix/crypto/external/bsd/openssl/dist/crypto/des/
H A DVERSION326 version. When the key is longer than 8 chars, I was wrapping
/minix/external/bsd/flex/dist/
H A Dflex.skl1664 /* First move last chars to start of buffer. */
1705 /* Include room in for 2 EOB chars. */
1838 /* +2 for EOB chars. */
/minix/external/bsd/libc++/dist/libcxx/include/experimental/
H A Dstring_view376 if ( __retval == 0 ) // first __rlen chars matched
/minix/external/bsd/tcpdump/dist/tests/
H A Dprint-capX.out59 0x0140: 7465 7874 2f68 746d 6c3b 2063 6861 7273 text/html;.chars
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dchanges.txt23 …ny] reported some issues with mp_toradix_n(). Now it doesn't require a min of 3 chars of output.
/minix/crypto/external/bsd/heimdal/dist/lib/roken/
H A DChangeLog172 socket length code, add missing break, make diffrent chars of type
273 * hex-test.c: Check that we can decode single character hex chars.

12345