Searched refs:chars (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dquote.py43 chars = [] variable
46 chars.append(0);
50 chars[i] |= CONTROL_CHAR | RFC2253_HEX;
53 chars[i] |= PRINTABLE
55 chars[i] |= PRINTABLE
57 chars[i] |= PRINTABLE
59 chars[ord(' ')] |= PRINTABLE
60 chars[ord('+')] |= PRINTABLE
61 chars[ord(',')] |= PRINTABLE
62 chars[or
[all...]
/freebsd-13-stable/share/doc/usd/12.vi/vi/
H A DMakefile3 SRCS= vi.in vi.chars
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.order.d60 @chars['a'] = sum(1);
61 @chars['s'] = sum(1);
62 @chars['d'] = sum(1);
63 @chars['f'] = sum(1);
74 printa("%c\n", @chars);
/freebsd-13-stable/lib/libc/stdlib/
H A Dl64a.c30 static const char chars[] = local
40 *buffer++ = chars[v & 0x3f];
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_key_name.c51 my_cchar.chars[0] = c;
52 my_cchar.chars[1] = L'\0';
H A Dlib_cchar.c89 memcpy(&wcval->chars, wch, len * sizeof(wchar_t));
120 len = ((wp = wmemchr(wcval->chars, L'\0', (size_t) CCHARW_MAX))
121 ? (int) (wp - wcval->chars)
137 wmemcpy(wch, wcval->chars, (size_t) len);
H A Dlib_wunctrl.c60 result = wc->chars;
H A Dlib_add_wch.c202 wchar_t *chars; local
208 chars = (win->_line[y].text[x - 1].chars);
210 chars = (win->_line[y - 1].text[win->_maxx].chars);
212 if (chars[i] == 0) {
216 chars[i] = CharOf(ch);
H A Dlib_inwstr.c68 && ((wch = text[col].chars[inx]) != 0);
75 count = last; /* only store complete chars */
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.h27 PartialSection(StringRef n, uint32_t chars) argument
28 : name(n), characteristics(chars) {}
41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { argument
42 header.Characteristics = chars;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp149 int chars = 0; local
152 chars = KMP_SNPRINTF(db, __kmp_debug_buf_chars, "pid=%d: ",
155 chars += KMP_VSNPRINTF(db, __kmp_debug_buf_chars, format, ap);
157 if (chars + 1 > __kmp_debug_buf_chars) {
158 if (chars + 1 > __kmp_debug_buf_warn_chars) {
164 chars + 1);
171 chars + 1);
174 __kmp_debug_buf_warn_chars = chars + 1;
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dnmakehlp.c77 int chars;
96 chars = snprintf(msg, sizeof(msg) - 1,
100 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
107 chars = snprintf(msg, sizeof(msg) - 1,
111 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
118 chars = snprintf(msg, sizeof(msg) - 1,
122 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
136 chars = snprintf(msg, sizeof(msg) - 1,
141 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
148 chars
76 int chars; local
99 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
110 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
121 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
140 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
152 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
164 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
176 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, &dwWritten, NULL); local
259 int chars = snprintf(msg, sizeof(msg) - 1, local
387 int chars = snprintf(msg, sizeof(msg) - 1, local
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dcclass.h54 const char *chars; member in struct:cclass
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp36 char chars[sizeof(uptr)]; local
38 chars[i] = val >> (i * 8);
40 WriteToFile(fd, chars, sizeof(uptr));
/freebsd-13-stable/usr.bin/tip/libacu/
H A Dbiz31.c224 # define chars(b) ((b).cp_nbytes) macro
229 # define chars(b) (b) macro
236 if (ioctl(fd, IOCTL, (caddr_t)&b) >= 0 && chars(b) > 0)
241 if (chars(b) != 10) {
/freebsd-13-stable/sys/contrib/zlib/
H A Dgzlib.c43 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
51 if (chars != 0) {
53 if (chars >= 2
54 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
55 chars -= 2;
56 msgbuf[chars] = 0;
59 if (chars > sizeof (buf) - 1) {
60 chars = sizeof (buf) - 1;
61 msgbuf[chars]
[all...]
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c92 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
100 if (chars != 0) {
102 if (chars >= 2
103 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
104 chars -= 2;
105 msgbuf[chars] = 0;
108 if (chars > sizeof (buf) - 1) {
109 chars = sizeof (buf) - 1;
110 msgbuf[chars]
[all...]
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c65 int length, classes, words, chars; local
69 length = classes = words = chars = 0;
86 chars++;
111 chars >= expected_different(10, params->min[0]) - 1)
117 chars >= expected_different(36, params->min[1]) - 1)
123 chars >= expected_different(27, params->min[2]) - 1)
129 chars >= expected_different(62, params->min[3]) - 1)
135 chars >= expected_different(95, params->min[4]) - 1)
/freebsd-13-stable/include/rpcsvc/
H A Drex.x78 opaque chars[4];
79 /* chars[0] == input speed */
80 /* chars[1] == output speed */
81 /* chars[2] == kill character */
82 /* chars[3] == erase character */
146 const CTLECH = 0x10000000; /* echo control chars as ^X */
153 opaque chars[6];
154 /* chars[0] == interrupt char */
155 /* chars[1] == quit char */
156 /* chars[
[all...]
/freebsd-13-stable/usr.bin/locate/locate/
H A Dfastfind.c51 register int lines, chars, size, big, zwerg; local
62 lines = chars = big = zwerg = umlaut = 0;
89 chars += (p - path);
94 (size + big - (2 * NBG)) / (chars / (float)100));
97 (size - (2 * NBG)) / (chars / (float)100));
99 (void)printf("Characters: %d, ", chars);
214 } else { /* slow step, =< 14 chars */
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c349 PUTC_ch = ch->chars[PUTC_i];
356 PUTC_n = (int) wcrtomb(PUTC_buf, ch->chars[PUTC_i], &PUT_st);
362 UChar(ch->chars[PUTC_i])));
365 } else if (ch->chars[PUTC_i] > 255) {
369 _nc_wacs_width(ch->chars[PUTC_i]),
370 (unsigned long) ch->chars[PUTC_i]);
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dminigzip.c87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
95 if (chars != 0) {
97 if (chars >= 2
98 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
99 chars -= 2;
100 msgbuf[chars] = 0;
103 if (chars > sizeof (buf) - 1) {
104 chars = sizeof (buf) - 1;
105 msgbuf[chars]
[all...]
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c43 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
51 if (chars != 0) {
53 if (chars >= 2
54 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
55 chars -= 2;
56 msgbuf[chars] = 0;
59 if (chars > sizeof (buf) - 1) {
60 chars = sizeof (buf) - 1;
61 msgbuf[chars]
[all...]
/freebsd-13-stable/lib/libutil/
H A Dlogin_cap.c100 * the set of <chars> into an array. The last element
106 arrayize(const char *str, const char *chars, int *size) argument
115 int count = strcspn(cptr, chars);
129 int count = strcspn(ptr, chars);
382 login_getcaplist(login_cap_t *lc, const char *cap, const char *chars) argument
386 if (chars == NULL)
387 chars = ", \t";
389 return arrayize(lstring, chars, NULL);
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c310 wchar_t *chars;
316 chars = (win->_line[y].text[x - 1].chars);
318 chars = (win->_line[y - 1].text[win->_maxx].chars);
320 if (chars[i] == 0) {
324 chars[i] = CharOf(ch);

Completed in 306 milliseconds

123