Searched refs:left (Results 51 - 75 of 258) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtsize.c35 { return e ? treecount(e->left) + treecount(e->right) + 1 : 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c337 int left; local
369 left = wpa_ie_len - sizeof (*hdr);
371 if (left >= WPA_SELECTOR_LEN) {
374 left -= WPA_SELECTOR_LEN;
375 } else if (left > 0) {
377 "wpa_parse_wpa_ie_wpa", left);
381 if (left >= 2) {
385 left -= 2;
386 if (count == 0 || left < count * WPA_SELECTOR_LEN) {
388 "count %u left
447 int left; local
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c136 check_path_iterators(np->u.expr.left);
171 "%s not allowed on left-hand side of arrow",
238 (void) check_reportlist(t, s, np->u.expr.left);
414 const char *s = nvpairnp->u.expr.left->u.name.s;
461 nvpairnp->u.expr.left->u.name.s,
545 "%s has report on left side of \"->\"",
569 check_propnames(t, np->u.expr.left, from, to);
590 ex = record_iterators(np->u.expr.left, ex);
670 check_exprscope(np->u.expr.left, ex);
834 /* first recurse left */
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_subr.c89 size_t left = dstsize; local
94 while (left-- != 0 && *df != '\0')
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ofs_debug_util.c176 size_t left; local
178 left = sol_ofs_debug_eptr - sol_ofs_debug_sptr;
180 (caddr_t)sol_ofs_debug_sptr, left);
181 bcopy((caddr_t)sol_ofs_print_buf + left,
182 (caddr_t)sol_ofs_debug_buf, len - left);
183 sol_ofs_debug_sptr = sol_ofs_debug_buf + len - left;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c85 FTSENT* left; /* left child */ \
254 #define RROTATE(r) (t = r->left, r->left = t->right, t->right = r, r = t)
255 #define LROTATE(r) (t = r->right, r->right = t->left, t->left = r, r = t)
262 register FTSENT* left; local
267 left = right = lroot = rroot = 0;
275 * this is the left zig-zig case
278 if (root->left
349 register FTSENT* left; local
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c282 size_t len, left; local
298 left = input->cd_length;
300 if (_PTRDIFF(mp1->b_wptr, start) > left) {
301 len = left;
309 left -= len;
392 size_t len, left; local
408 left = input->cd_length;
410 if (_PTRDIFF(mp1->b_wptr, start) > left) {
411 len = left;
425 left
556 size_t len, left; local
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c242 assign(NODE *left, NODE *right) argument
250 switch (left->n_type) {
252 left = exprreduce(left);
255 return (nassign(left, right));
262 left = left->n_next;
266 return (lfield(exprint(left->n_left), right));
271 left->n_name);
284 node(int type, NODE *left, NOD argument
1245 register NODE *left, *right; local
1342 register NODE *left, *right; local
1944 register NODE *left; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c239 /* st devices return 0 when no space left */
262 /* st devices return 0 when no more space left */
906 int rv, cur_buf, left, have, tpcnt; local
918 left = *Cnts[cur_buf];
919 if (!left)
923 while (left) {
924 have = (left < Out.f_bsize) ? left : Out.f_bsize;
942 left -= rv;
963 int rv, left, hav local
1049 int rv, left, have, tpcnt = 1, xfer_cnt = Fs * BLKSIZ; local
[all...]
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.l597 int i, left, right;
598 left = 0;
600 while (left <= right) {
601 i = (left + right) >> 1;
605 left = i + 1;
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c459 int test_binop(register int op,const char *left,const char *right) argument
464 while(*left=='0')
465 left++;
468 lnum = sh_arith(left);
476 return(*left!=0);
478 return(test_strmatch(left, right));
480 return(!test_strmatch(left, right));
482 return(strcoll(left, right)>0);
484 return(strcoll(left, right)<0);
486 return(strcmp(left, righ
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y120 %left DT_TOK_COMMA
124 %left DT_TOK_QUESTION DT_TOK_COLON
125 %left DT_TOK_LOR
126 %left DT_TOK_LXOR
127 %left DT_TOK_LAND
128 %left DT_TOK_BOR
129 %left DT_TOK_XOR
130 %left DT_TOK_BAND
131 %left DT_TOK_EQU DT_TOK_NEQ
132 %left DT_TOK_L
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c277 DbgBreakIf(cqe_buffer->left == 0);
278 cqe_buffer->left--;
293 if ((cqe == cqe_buffer->head) && (cqe_buffer->left > 0)) {
303 cqe_buffer->left++;
310 return ((cqe_buffer->head == cqe_buffer->tail) && (cqe_buffer->left > 0));
326 if (cqe_buffer->left) {
327 cqe_buffer->left--;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y108 %left '|'
109 %left '^'
110 %left '&'
111 %left MDB_TOK_EQUAL MDB_TOK_NOTEQUAL
112 %left MDB_TOK_LSHIFT MDB_TOK_RSHIFT
113 %left '-' '+'
114 %left '*' '%' '#'
/illumos-gate/usr/src/lib/libcmd/common/
H A Dexpr.c48 "left associative. The symbols \aexpr1\a and \aexpr2\a represent "
401 register char *left,*right; local
410 left = np->str;
412 sfsprintf(left=buff1,sizeof(buff1),"%d",np->num);
421 np->num = streq(left,right);
424 np->num = (strcoll(left,right)>0);
427 np->num = (strcoll(left,right)<0);
430 np->num = (strcoll(left,right)>=0);
433 np->num = (strcoll(left,right)<=0);
436 np->num = !streq(left,righ
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c297 strpt(left[i]);
305 s = (CHR *) left[i];
344 left[i] = (int)ccp;
346 left[i] = (int)ccptr;
378 left[i] = (int)psave;
H A Dsub2.c70 cfoll(left[v]);
74 p = (CHR *) left[v];
91 left[v] = (int)p;
104 cfoll(left[v]);
111 cfoll(left[v]);
114 cfoll(left[v]);
193 if (v == left[p]) {
263 first(left[v]);
268 first(left[v]);
277 first(left[
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Db.c43 #define left(v) (v)->narg[0] macro
53 * left is index, right contains value or pointer to value
54 * unary (STAR, PLUS, QUEST): left is child, right is null
55 * binary (CAT, OR): left and right are children
198 left(p) = (Node *) poscnt;
202 penter(left(p));
203 parent(left(p)) = p;
207 penter(left(p));
209 parent(left(p)) = p;
226 freetr(left(
[all...]
H A Dawk.g.y88 %left BOR
89 %left AND
90 %left GETLINE
92 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FIELD FUNC
93 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
95 %left REGEXPR VAR VARNF IVAR WHILE '('
96 %left CAT
97 %left '+' '-'
98 %left '*' '/' '
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_debug.c188 size_t left = (uintptr_t)rds_buf_eptr - local
192 (caddr_t)rds_buf_sptr, left);
193 bcopy((caddr_t)rds_print_buf + left,
194 (caddr_t)rds_debug_buf, len - left);
195 rds_buf_sptr = rds_debug_buf + len - left;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c185 size_t left = (uintptr_t)rdsv3_buf_eptr - local
189 (caddr_t)rdsv3_buf_sptr, left);
190 bcopy((caddr_t)rdsv3_print_buf + left,
191 (caddr_t)rdsv3_debug_buf, len - left);
192 rdsv3_buf_sptr = rdsv3_debug_buf + len - left;
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c296 size_t left = ibtf_buf_eptr - ibtf_buf_sptr; local
299 (caddr_t)ibtf_buf_sptr, left);
300 bcopy((caddr_t)ibtf_print_buf + left,
301 (caddr_t)ibtf_debug_buf, len - left);
302 ibtf_buf_sptr = ibtf_debug_buf + len - left;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c175 if (!eval_cat(np->u.expr.left, ex, events, globals, croot,
229 lhs = eval_getname(funcnp, ex, events, np->u.expr.left, globals,
259 nodep = eval_getname(funcnp, ex, events, np->u.expr.left,
340 lhs = eval_getname(funcnp, ex, events, np->u.expr.left, globals,
512 nodep = eval_getname(funcnp, ex, events, np->u.expr.left,
643 ASSERTinfo(np->u.expr.left->t == T_QUOTE,
644 ptree_nodetype2str(np->u.expr.left->t));
652 np->u.expr.left->u.quote.s);
663 (void *)np->u.expr.left->u.quote.s, NULL)) == NULL) {
693 (void *)np->u.expr.left
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp.c285 int left = len - 1; local
287 while (left > 0) {
333 if (i > left)
334 i = left;
341 left = 0;
343 left -= i;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c238 ssize_t left; local
243 if (buflen == 0 || (left = buflen - *sz) < 0)
244 left = 0;
246 if (buf != NULL && left != 0)
250 *sz += snprintf(buf, left, "%s", str);
252 *sz += snprintf(buf, left, "%s%s", prepend, str);
254 *sz += snprintf(buf, left, "%s%s", str, append);
256 *sz += snprintf(buf, left, "%s%s%s", prepend, str, append);

Completed in 1854 milliseconds

1234567891011