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

123

/freebsd-10-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-10-stable/contrib/llvm/lib/Support/
H A Dregcclass.h43 const char *chars; member in struct:cclass
/freebsd-10-stable/share/doc/usd/12.vi/vi/
H A DMakefile3 SRCS= vi.in vi.chars
/freebsd-10-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-10-stable/contrib/binutils/binutils/
H A Dfilemode.c218 setst (unsigned long bits ATTRIBUTE_UNUSED, char *chars ATTRIBUTE_UNUSED)
223 if (chars[3] != 'x')
225 chars[3] = 'S';
227 chars[3] = 's';
233 if (chars[6] != 'x')
235 chars[6] = 'S';
237 chars[6] = 's';
243 if (chars[9] != 'x')
245 chars[9] = 'T';
247 chars[
[all...]
/freebsd-10-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_wunctrl.c54 return wc->chars;
H A Dlib_cchar.c85 memcpy(&wcval->chars, wch, len * sizeof(wchar_t));
110 len = (wp = wmemchr(wcval->chars, L'\0', CCHARW_MAX))
111 ? wp - wcval->chars
121 wmemcpy(wch, wcval->chars, (unsigned) len);
H A Dlib_add_wch.c55 if ((PUTC_ch = wch->chars[PUTC_i]) == L'\0')
92 if ((PUTC_ch = wch->chars[PUTC_i]) == L'\0')
H A Dlib_inwstr.c62 && ((wch = text[col].chars[inx]) != 0);
/freebsd-10-stable/lib/libc/stdlib/
H A Dl64a.c30 static const char chars[] = local
40 *buffer++ = chars[v & 0x3f];
/freebsd-10-stable/contrib/nvi/docs/USD.doc/vitut/
H A DMakefile9 vitut.ps: vi.in vi.chars
10 ${TBL} vi.in vi.chars | ${ROFF} ${MACROS} > $@
/freebsd-10-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-10-stable/contrib/nvi/regex/
H A Dcclass.h58 const char *chars; member in struct:cclass
/freebsd-10-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c292 size_t chars = 0, chars_max = 1024; local
307 while (chars_max < s + chars)
311 offset[entries++] = chars;
312 VOID strcpy(a+chars, en);
313 chars += s;
322 if (chars)
323 a = trealloc(char, a, chars);
/freebsd-10-stable/lib/libmandoc/
H A DMakefile10 SRCS= arch.c att.c chars.c \
/freebsd-10-stable/usr.bin/tip/libacu/
H A Dbiz31.c222 # define chars(b) ((b).cp_nbytes) macro
227 # define chars(b) (b) macro
234 if (ioctl(fd, IOCTL, (caddr_t)&b) >= 0 && chars(b) > 0)
239 if (chars(b) != 10) {
/freebsd-10-stable/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-10-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-10-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-10-stable/usr.bin/locate/locate/
H A Dfastfind.c49 register int lines, chars, size, big, zwerg; local
60 lines = chars = big = zwerg = umlaut = 0;
87 chars += (p - path);
92 (size + big - (2 * NBG)) / (chars / (float)100));
95 (size - (2 * NBG)) / (chars / (float)100));
97 (void)printf("Characters: %d, ", chars);
212 } else { /* slow step, =< 14 chars */
/freebsd-10-stable/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-10-stable/share/me/
H A DMakefile6 MESRCS= acm.me chars.me deltext.me eqn.me float.me footnote.me \
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c293 wchar_t *chars;
299 chars = (win->_line[y].text[x - 1].chars);
301 chars = (win->_line[y - 1].text[win->_maxx].chars);
303 if (chars[i] == 0) {
307 chars[i] = CharOf(ch);
/freebsd-10-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);

Completed in 339 milliseconds

123