Searched refs:LEN (Results 1 - 25 of 96) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/snack/snack/win/
H A Dsver.sh8 LEN=`expr length "$i"`
9 #echo "LEN is $LEN"
10 END=`expr $LEN - 2`
/macosx-10.10/postfix-255/postfix/src/util/
H A Dhex_code.c122 #define LEN(x) VSTRING_LEN(x) macro
140 DECODE(b2, STR(b1), LEN(b1));
144 hex_encode(b2, STR(b1), LEN(b1));
145 hex_encode(b1, STR(b2), LEN(b2));
146 DECODE(b2, STR(b1), LEN(b1));
147 DECODE(b1, STR(b2), LEN(b2));
148 DECODE(b2, STR(b1), LEN(b1));
152 hex_encode(b2, STR(b1), LEN(b1));
153 hex_encode(b1, STR(b2), LEN(b2));
154 hex_encode(b2, STR(b1), LEN(b
[all...]
H A Dreadlline.c66 #define LEN(x) VSTRING_LEN(x) macro
86 start = LEN(buf);
99 if (LEN(buf) > 0) {
114 if (LEN(buf) > 0 && ISSPACE(*STR(buf))) {
117 LEN(buf) > 30 ? "..." : "");
124 return (LEN(buf) > 0 ? buf : 0);
H A Dbase32_code.c205 #define LEN(x) VSTRING_LEN(x) macro
235 base32_encode(b1, STR(test), LEN(test));
236 DECODE(b2, STR(b1), LEN(b1));
237 VERIFY(STR(b2), STR(test), LEN(test));
239 base32_encode(b1, STR(test), LEN(test));
240 base32_encode(b2, STR(b1), LEN(b1));
241 base32_encode(b1, STR(b2), LEN(b2));
242 DECODE(b2, STR(b1), LEN(b1));
243 DECODE(b1, STR(b2), LEN(b2));
244 DECODE(b2, STR(b1), LEN(b
[all...]
H A Dbase64_code.c202 #define LEN(x) VSTRING_LEN(x) macro
223 DECODE(b2, STR(b1), LEN(b1));
227 base64_encode(b2, STR(b1), LEN(b1));
228 base64_encode(b1, STR(b2), LEN(b2));
229 DECODE(b2, STR(b1), LEN(b1));
230 DECODE(b1, STR(b2), LEN(b2));
231 DECODE(b2, STR(b1), LEN(b1));
235 base64_encode(b2, STR(b1), LEN(b1));
236 base64_encode(b1, STR(b2), LEN(b2));
237 base64_encode(b2, STR(b1), LEN(b
[all...]
H A Dhex_quote.c54 #define LEN(x) VSTRING_LEN(x) macro
139 if (LEN(raw) != len)
140 msg_fatal("len %ld != raw len %ld", (long) len, (long) LEN(raw));
141 if (vstream_fwrite(VSTREAM_OUT, STR(raw), LEN(raw)) != LEN(raw))
H A Dvalid_utf_8.c122 #define LEN(x) VSTRING_LEN(x) macro
129 vstream_printf("%c", (LEN(buf) && !valid_utf_8(STR(buf), LEN(buf))) ?
131 vstream_fwrite(VSTREAM_OUT, STR(buf), LEN(buf));
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
82 #define LEN 3 macro
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:
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmsg_stats_scan.c52 #define LEN(x) VSTRING_LEN(x) macro
76 if (LEN(buf) == sizeof(*stats)) {
80 (unsigned) LEN(buf), (unsigned) sizeof(*stats));
H A Dheader_token.c102 #define LEN(x) VSTRING_LEN(x) macro
175 token[tok_count].u.offset = LEN(token_buffer);
184 len = LEN(token_buffer);
188 if (len < LEN(token_buffer))
213 token[tok_count].u.offset = LEN(token_buffer);
227 token[tok_count].u.offset = LEN(token_buffer);
H A Dxtext.c69 #define LEN(x) VSTRING_LEN(x) macro
171 if (LEN(unquoted) != len)
173 (long) len, (long) LEN(unquoted));
174 if (vstream_fwrite(VSTREAM_OUT, STR(unquoted), LEN(unquoted)) != LEN(unquoted))
/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon15677
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
31 LEN -> LEN or TYPE
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dxdr_subs.h436 #define xb_add_word_array(E, XB, A, LEN) \
439 xb_add_32((E), (XB), (LEN)); \
440 for (__i=0; __i < (uint32_t)(LEN); __i++) \
443 #define xb_add_bitmap(E, XB, B, LEN) xb_add_word_array((E), (XB), (B), (LEN))
454 #define xb_add_string(E, XB, S, LEN) \
456 xb_add_32((E), (XB), (LEN)); \
458 (E) = xb_add_bytes((XB), (const char*)(S), (LEN), 0); \
467 #define xb_skip(E, XB, LEN) \
470 (E) = xb_advance((XB), (LEN)); \
[all...]
H A Dnfsm_subs.h112 #define nfsm_name_len_check(E, ND, LEN) \
115 if (((ND)->nd_vers == NFS_VER2) && ((LEN) > NFS_MAXNAMLEN)) \
117 if ((LEN) <= 0) \
288 #define nfsm_chain_zero_opaque_pad(BUF, LEN) \
289 *(((uint32_t*)(BUF))+((nfsm_rndup(LEN)>>2)-1)) = 0
292 #define nfsm_chain_add_opaque(E, NMC, BUF, LEN) \
294 uint32_t rndlen = nfsm_rndup(LEN); \
297 (E) = nfsm_chain_add_opaque_f((NMC), (const u_char*)(BUF), (LEN)); \
300 nfsm_chain_zero_opaque_pad((NMC)->nmc_ptr, (LEN)); \
301 bcopy((BUF), (NMC)->nmc_ptr, (LEN)); \
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dlexstates.h107 #undef LEN macro
109 # define LEN _Fcin.fclen macro
115 # define LEN 1 macro
119 #define STATE(s,c) (s[mbwide()?((c=fcmbget(&LEN)),LEN>1?'a':c):(c=fcget())])
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dcompile.clp13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) +
15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) +
17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) +
20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) +
23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) +
32 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
33 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_token.c124 #define LEN(x) VSTRING_LEN(x) macro
134 if (LEN(arg->vstrval) > 0) /* end of token */
142 if (STREQ(STR(arg->vstrval), "to:", LEN(arg->vstrval))
143 || STREQ(STR(arg->vstrval), "from:", LEN(arg->vstrval)))
155 if (LEN(arg->vstrval) <= 0) /* no token found */
H A Dsmtpd_haproxy.c83 #define LEN(x) VSTRING_LEN(x) macro
126 escape(escape_buf, STR(state->buffer), LEN(state->buffer));
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_body_edit.c83 #define LEN(s) VSTRING_LEN(s) macro
160 myname, (long) curr_rp->write_offs, (long) LEN(buf),
172 REC_SPACE_NEED(LEN(buf), rec_len);
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.h43 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon12253
69 TYPE -> STORED or TABLE or LEN or CHECK
71 TABLE -> LENLENS -> CODELENS -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */ enumerator in enum:__anon12645
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinflate.h66 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon15215
92 TYPE -> STORED or TABLE or LEN or CHECK
94 TABLE -> LENLENS -> CODELENS -> LEN
96 LEN -> LENEXT or LIT or TYPE
97 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
98 LIT -> LEN
/macosx-10.10/zlib-55/zlib/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */ enumerator in enum:__anon15693
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcmsccoll.c44 #define LEN(a) (sizeof(a)/sizeof(a[0])) macro
1306 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result));
1320 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result));
1334 resultlen = ucol_getSortKey(coll, secstr, 150, result, LEN(result));
1347 resultlen = ucol_getSortKey(coll, tertstr, 150, result, LEN(result));
3170 n = checkUEnumeration("ucol_openAvailableLocales", e, AVAIL, LEN(AVAIL));
3183 n = checkUEnumeration("ucol_getKeywords", e, KW, LEN(KW));
3194 n = checkUEnumeration("ucol_getKeywordValues", e, KWVAL, LEN(KWVAL));
3206 n = checkUEnumeration("ucol_getKeywordValues [with warning code set]", e, KWVAL, LEN(KWVAL));
3817 if (rLen != LEN(lastPrimaryIgnC
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.c231 #define LEN 2 macro
235 #define LEN 0 macro
244 for (cp = &el->el_search.patbuf[LEN];
257 if (el->el_search.patlen >= EL_BUFSIZ - LEN)
280 if (el->el_search.patlen > LEN)
295 for (cp = &el->el_search.patbuf[LEN];; cp++)
299 el->el_search.patlen - LEN - 1;
306 EL_BUFSIZ - LEN) {
348 cp >= &el->el_search.patbuf[LEN];
354 if (el->el_search.patlen > LEN
[all...]

Completed in 395 milliseconds

1234