Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsparkline.c102 char *chars = zmalloc(len); in sparklineRenderRange() local
115 memset(chars,' ',len); in sparklineRenderRange()
131 chars[j] = opt_fill ? charset_fill[charidx] : in sparklineRenderRange()
134 chars[j] = '|'; in sparklineRenderRange()
149 chars[j] = s->label[label_char]; in sparklineRenderRange()
156 output = sdscatlen(output,chars,len); in sparklineRenderRange()
160 zfree(chars); in sparklineRenderRange()
H A Dmemtest.c83 size_t chars = ((unsigned long long)curr*progress_full)/size, j; in memtest_progress_step() local
85 for (j = 0; j < chars-progress_printed; j++) printf("%c",c); in memtest_progress_step()
86 progress_printed = chars; in memtest_progress_step()
/f-stack/freebsd/contrib/device-tree/Bindings/auxdisplay/
H A Dhit,hd44780.yaml51 display-height-chars:
57 display-width-chars:
66 display-width-chars for displays with more than 2 lines).
76 - display-height-chars
77 - display-width-chars
94 display-height-chars = <2>;
95 display-width-chars = <16>;
/f-stack/lib/
H A Dff_ini_parser.c47 static char* find_chars_or_comment(const char* s, const char* chars) in find_chars_or_comment() argument
51 while (*s && (!chars || !strchr(chars, *s)) && in find_chars_or_comment()
57 while (*s && (!chars || !strchr(chars, *s))) { in find_chars_or_comment()
/f-stack/freebsd/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] = 0;
108 wcstombs(buf, msgbuf, chars + 1);
/f-stack/freebsd/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] = 0;
113 wcstombs(buf, msgbuf, chars + 1);
/f-stack/freebsd/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] = 0;
64 wcstombs(buf, msgbuf, chars + 1);
H A DChangeLog1255 - limit external names to 8 chars for MVS (Thomas Lund)
/f-stack/freebsd/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] = 0;
64 wcstombs(buf, msgbuf, chars + 1);
/f-stack/tools/libutil/
H A Dlogin_cap.c106 arrayize(const char *str, const char *chars, int *size) in arrayize() argument
115 int count = strcspn(cptr, chars); in arrayize()
129 int count = strcspn(ptr, chars); in arrayize()
382 login_getcaplist(login_cap_t *lc, const char *cap, const char *chars) in login_getcaplist() argument
386 if (chars == NULL) in login_getcaplist()
387 chars = ", \t"; in login_getcaplist()
389 return arrayize(lstring, chars, NULL); in login_getcaplist()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dkirkwood-netgear_readynas_nv+_v2.dts126 display-height-chars = <2>;
127 display-width-chars = <16>;
H A Darmada-370-netgear-rn104.dts156 display-height-chars = <2>;
157 display-width-chars = <16>;
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt4383 2) Improve validation of the RSDP signature (use 8 chars instead of 4).
13468 The number of "long" lines (> 80 chars) within the source has been
14059 exception code was returned if the resulting string would be > 200 chars.