Home
last modified time | relevance | path

Searched refs:right (Results 151 – 175 of 414) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_array_values.c179 rl = alloc_whole_rl(get_type(expr->right)); in match_assign()
182 get_absolute_rl(expr->right, &rl); in match_assign()
H A Dcheck_debug.c611 if (!sm->left && !sm->right) in print_left_right()
623 if (sm->right) in print_left_right()
624 …sm_printf("(%d: %s->'%s')", get_stree_id(sm->right->pool), sm->right->name, sm->right->state->nam… in print_left_right()
628 print_left_right(sm->right); in print_left_right()
H A Dsmatch_type_links.c57 type = get_type(expr->right); in match_assign()
H A Ddissect.c334 ret = do_expression(mode, expr->right); in do_expression()
343 do_expression(mode, expr->right); in do_expression()
369 do_expression(mode, expr->right); in do_expression()
375 r = do_expression(mode, expr->right); in do_expression()
H A Dcheck_nospec.c58 if (is_nospec(expr->right)) in nospec_assign()
153 call = strip_expr(call->right); in db_returns_nospec()
H A Dcheck_struct_type.c39 call = strip_expr(expr->right); in match_assign()
H A Dcheck_resource_size.c43 if (is_probably_ok(expr->right)) in verify_size_expr()
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c170 term_word(p, bp->right != NULL ? bp->right : ")"); in eqn_box()
H A Deqn.h62 char *right; /* Right-hand fence. */ member
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c140 au_close(int d, int right, au_event_t e_type) in au_close() argument
171 if (!right) { in au_close()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c280 gint left, right; in hal_util_get_bcd2_from_file() local
320 right = 0; in hal_util_get_bcd2_from_file()
328 right *= 16; in hal_util_get_bcd2_from_file()
331 right += digit; in hal_util_get_bcd2_from_file()
336 right *= 16; in hal_util_get_bcd2_from_file()
338 *result = left * 256 + (right & 255); in hal_util_get_bcd2_from_file()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y64 %right '='
69 %right '?'
82 %right '!' '~'
H A Dtree.h253 struct node *right; member
276 struct node *tree_expr(enum nodetype t, struct node *left, struct node *right);
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME45 right [string] /*sequence to move right 1 space in plot mode*/
107 right ""
H A Da.4000a25 right " "
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h327 struct Rex_s* right; /* right pattern */ member
347 ssize_t right; member
372 struct Rex_s* right; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A DFIRMWARELICENSE16 nontransferable, nonexclusive, royalty-free right and license to include the
23 nontransferable, nonexclusive, royalty free, right and license to use,
36 nontransferable, nonexclusive, royalty-free right and license to use the
50 Emulex or its licensors retain all right, title and interest, including
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c121 right(FIELD *f) in right() function
242 return (_set_current_field(f, right(C(f)))); in _right_field()
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dtree.h44 struct tree_s *left, *right; member
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME28 0 is the slowest but most stable choice. Level 2 encoding (which right now is the
29 default) is fast and does a good job placing text and justifying the right margin.
/illumos-gate/usr/src/boot/forth/
H A Dshortcuts.4th45 print_version \ print version string (bottom-right; see version.4th)
46 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th)
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h778 right(0), in entry()
786 entry *right; member
790 unsigned rdepth = (right != 0) ? right->depth : 0; in setup_depth()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c819 p = p->right; in btree_lookup()
835 ent->right = ent->left = NULL; in btree_enter()
851 p = p->right; in btree_enter()
856 prev->right = ent; in btree_enter()
/illumos-gate/usr/src/cmd/last/
H A Dlast.c562 strspl(char *left, char *right) in strspl() argument
564 size_t ressize = strlen(left) + strlen(right) + 1; in strspl()
573 (void) strlcat(res, right, ressize); in strspl()
/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c187 struct trenod *right; in term() local
190 right = makefork(FPIN, term(NLFLG)); in term()
191 return(makefork(0, makelist(TFIL, left, right))); in term()

12345678910>>...17