HomeSort by: relevance | last modified time | path
    Searched defs:LEN (Results 1 - 25 of 109) sorted by relevancy

1 2 3 4 5

  /src/tests/kernel/
h_ps_strings2.c 43 #define LEN 16384
54 if ((argv = calloc(LEN, sizeof(*argv))) == NULL)
56 for (i = 0; i < LEN; ++i) {
62 __ps_strings->ps_nargvstr = LEN;
  /src/external/ibm-public/postfix/dist/src/global/
msg_stats_scan.c 59 #define LEN(x) VSTRING_LEN(x)
83 if (LEN(buf) == sizeof(*stats)) {
87 (unsigned) LEN(buf), (unsigned) sizeof(*stats));
header_token.c 104 #define LEN(x) VSTRING_LEN(x)
115 ssize_t len; local
177 token[tok_count].u.offset = LEN(token_buffer);
186 len = LEN(token_buffer);
187 while (len > 0
188 && IS_SPACE_TAB_CR_LF(STR(token_buffer)[len - 1]))
189 len--;
190 if (len < LEN(token_buffer)
    [all...]
memcache_proto.c 11 /* int memcache_get(fp, buf, len)
14 /* ssize_t len;
25 /* int memcache_fread(fp, buf, len)
28 /* ssize_t len;
30 /* int memcache_fwrite(fp, buf, len)
33 /* ssize_t len;
66 #define LEN(x) VSTRING_LEN(x)
98 LEN(vp) < bound ? "EOF" : "input too long");
uxtext.c 79 #define LEN(x) VSTRING_LEN(x)
238 ssize_t len; local
240 len = vstream_fread_buf(fp, buf, BUFLEN);
242 return (len);
249 ssize_t len; local
264 while ((len = read_buf(VSTREAM_IN, unquoted)) > 0) {
268 if (LEN(unquoted) != len)
269 msg_fatal("len %ld != unquoted len %ld"
    [all...]
xtext.c 76 #define LEN(x) VSTRING_LEN(x)
159 ssize_t len; local
161 len = vstream_fread_buf(fp, buf, BUFLEN);
163 return (len);
170 ssize_t len; local
183 while ((len = read_buf(VSTREAM_IN, unquoted)) > 0) {
187 if (LEN(unquoted) != len)
188 msg_fatal("len %ld != unquoted len %ld"
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_haproxy.c 108 #define LEN(x) VSTRING_LEN(x)
  /src/external/gpl3/binutils/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /src/external/gpl3/binutils.old/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /src/external/gpl3/gcc/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /src/external/gpl3/gcc.old/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /src/external/gpl3/gdb.old/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_addr.c 111 #define LEN VSTRING_LEN
122 size_t len; local
169 if ((len = LEN(clean_addr)) < REC_TYPE_PTR_PAYL_SIZE)
170 rec_pad(state->dst, REC_TYPE_PTR, REC_TYPE_PTR_PAYL_SIZE - len);
cleanup_body_edit.c 90 #define LEN(s) VSTRING_LEN(s)
166 msg_info("%s: where %ld, buflen %ld region start %ld len %ld",
167 myname, (long) curr_rp->write_offs, (long) LEN(buf),
168 (long) curr_rp->start, (long) curr_rp->len);
177 if (curr_rp->len > 0) {
179 REC_SPACE_NEED(LEN(buf), rec_len);
181 if (space_needed > curr_rp->len - space_used) {
218 if (curr_rp->len > 0
219 && curr_rp->write_offs > curr_rp->start + curr_rp->len)
  /src/external/ibm-public/postfix/dist/src/postlogd/
postlogd.c 133 #define LEN(x) VSTRING_LEN(x)
158 ssize_t len; local
160 if ((len = recv(sock, buf, sizeof(buf), 0)) < 0) {
165 (void) logwriter_write(postlogd_stream, buf, len);
192 msg_info("%.*s", (int) (len - (bp - buf)), bp);
  /src/external/ibm-public/postfix/dist/src/util/
casefold.c 112 #define LEN(x) VSTRING_LEN(x)
116 char *casefoldx(int flags, VSTRING *dest, const char *src, ssize_t len)
125 if (len < 0)
126 len = strlen(src);
130 vstring_strncat(dest, src, len);
148 if (len < 0)
149 len = strlen(src);
160 vstring_strncat(dest, src, len);
172 if (valid_utf8_string(src, len) == 0) {
203 vstring_avail(dest), src, len, &error)
    [all...]
hex_quote.c 61 #define LEN(x) VSTRING_LEN(x)
127 ssize_t len; local
129 len = vstream_fread_buf(fp, buf, BUFLEN);
131 return (len);
138 ssize_t len; local
140 while ((len = read_buf(VSTREAM_IN, raw)) > 0) {
144 if (LEN(raw) != len)
145 msg_fatal("len %ld != raw len %ld", (long) len, (long) LEN(raw))
    [all...]
attr_print0.c 55 /* .IP "SEND_ATTR_DATA(const char *name, ssize_t len, const void *value)"
108 #define LEN(x) VSTRING_LEN(x)
173 vstream_fwrite(fp, STR(base64_buf), LEN(base64_buf) + 1);
attr_print_plain.c 55 /* .IP "SEND_ATTR_DATA(const char *name, ssize_t len, const void *value)"
109 #define LEN(x) VSTRING_LEN(x)
  /src/external/gpl3/gdb/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP,
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP,
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
147 case LEN:
  /src/common/dist/zlib/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE

Completed in 28 milliseconds

1 2 3 4 5