Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_pdu.h37 #define NEXT_TLV(OP, LEN) { \ argument
38 if ((LEN) >= (8 + (OP)->attr_len)) { \
40 (LEN) -= (8 + (OP)->attr_len); \
44 (LEN) = 0; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c334 LEN=1; in sh_lex()
345 fcseek(-LEN); in sh_lex()
375 fcseek(-LEN); in sh_lex()
394 fcseek(-LEN); in sh_lex()
508 fcseek(-LEN); in sh_lex()
1895 if(LEN < 0) in here_copy()
1907 if(LEN==0) in here_copy()
1908 LEN=1; in here_copy()
1909 if(LEN < 0) in here_copy()
1911 n = LEN; in here_copy()
[all …]
H A Dmacro.c1107 c = fcmbget(&LEN); in varsub()
1220 if(LEN==1) in varsub()
1223 sfwrite(stkp,fcseek(0)-LEN,LEN); in varsub()
1248 fcseek(-LEN); in varsub()
1333 fcmbget(&LEN); in varsub()
1383 fcseek(-LEN); in varsub()
1389 int cc=fcmbget(&LEN),peek=LEN; in varsub()
1493 c = fcmbget(&LEN); in varsub()
1564 fcseek(-LEN); in varsub()
1574 fcseek(-LEN); in varsub()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h107 #undef LEN
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())])
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h40 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument
41 (WSASend((FD), (SG), (LEN), &(TMP), 0, 0, 0) ? -1 : (TMP))
157 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument
158 ((TMP) = writev((FD), (SG), (LEN)), (TMP))
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c169 #define LEN(x) (*(const uchar_t *)(x)) macro
224 caddr_t lim = n + LEN(n), lim2 = lim;
225 int longer = LEN(n++) - (int)LEN(m++);
286 int length = min(LEN(cp), LEN(cp2));
291 length = min(length, LEN(cp3));
348 vlen = LEN(t->rn_mask);
572 if ((mlen = LEN(netmask)) > max_keylen)
651 if (LEN(mp) > LEN(np))
654 if (LEN(mp) == LEN(np))
655 for (lim = mp + LEN(mp); mp < lim; )
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dsrchcfile.c79 #define COPYPATH(DEST, SRC, LEN) \ argument
82 if ((LEN) > sizeof ((DEST))) { \
83 (LEN) = sizeof ((DEST))-1; \
86 (void) memcpy((DEST), (SRC), (LEN)); \
87 (DEST)[(LEN)] = '\0'; \
H A Dpkglib.h187 #define vfpGets(VFP, PTR, LEN) \ argument
190 size_t XXlXX = (LEN); \
283 #define vfpPutBytes(VFP, PTR, LEN) \ argument
287 if (xxLen > (LEN)) { \
288 xxLen = (LEN); \
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c43 #define LEN 255 macro
90 t = text[f][nt] = (char *)malloc(LEN+1); in getl()
97 t = fgets(t, LEN, file[f]); in getl()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c473 MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN) in MBC_ATTACH_BUF() argument
480 (MBC)->chain->m_len = (LEN); in MBC_ATTACH_BUF()
481 (MBC)->chain->m_ext.ext_size = (LEN); in MBC_ATTACH_BUF()
483 (MBC)->max_bytes = (LEN); in MBC_ATTACH_BUF()
/illumos-gate/usr/src/contrib/zlib/
H A Dinfback.c303 state->mode = LEN; /* decode codes */ in inflateBack()
470 state->mode = LEN; in inflateBack()
472 case LEN: in inflateBack()
510 state->mode = LEN; in inflateBack()
H A Dinflate.h41 LEN, /* i: waiting for length/lit/eob code */ enumerator
H A Dinflate.c1040 state->mode = LEN; in inflate()
1042 case LEN: in inflate()
1169 if (state->length == 0) state->mode = LEN; in inflate()
1191 if (state->length == 0) state->mode = LEN; in inflate()
1197 state->mode = LEN; in inflate()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr.h217 #define NDS_MALLOC(NDS, LEN, REF) \ argument
218 (*(NDS)->ndo->ndo_malloc)(NDS, LEN, REF)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1600 LEN, /* i: waiting for length/lit code */ enumerator
3013 state->mode = LEN; /* decode codes */
3168 state->mode = LEN;
3169 case LEN:
3288 if (state->length == 0) state->mode = LEN;
3294 state->mode = LEN;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h585 void MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN);
587 int OFF, int LEN);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c121 #define VALID_NAME(NAME, LEN) \ argument
122 ((LEN) > 0 && (NAME)[0] != 0 && (NAME)[(LEN) - 1] == 0)
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr901 : GN1 \ ( UD BASE -- UD' LEN ) UD SHOULD EQUAL UD' AND LEN SHOULD BE ZERO.
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsamrpc.ndl333 #define SAMR_HOURS_SET_LEN(LEN) ((LEN) / 8)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c4098 LEN, /* i: get length/literal/eob next */ enumerator
4192 c->mode = LEN;
4194 case LEN: /* i: get length/literal/eob next */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5267 LEN, /* i: get length/literal/eob next */ enumerator
5367 c->mode = LEN;
5369 case LEN: /* i: get length/literal/eob next */
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2975 check if LEN is greater than or equal to 48, if set.
4220 (load_initrd): If MOVETO plus LEN is greater than or equal to
4222 minus LEN with page aligned.
4802 (password_func): Make sure that LEN + 2 is less than or equal to
4806 Copy LEN bytes from ARG to PASSWORD, instead of LEN + 1 bytes.
5490 Save TP and LEN in SAVED_TP and SAVED_LEN respectively before
7193 returned by start_addr, and ADDR plus LEN is less than the
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2887 starting address and LEN is the length, both in sector units.
H A Dgrub.info2191 starting address and LEN is the length, both in sector units.
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope2446 # 47 RU-LEN Leningrad Oblast