Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorpi.c290 boolean undefined = 0; in pi() local
294 if (((undefined = (wordvcmp(wordv+2, 3, pi_und1) == 0)) != 0) || in pi()
295 ((undefined = in pi()
299 for (wordindex = undefined ? 5 : 6; wordindex <= wordc; in pi()
301 nwordv = wordvsplice(2, undefined ? 2 : 3, in pi()
306 erroradd(undefined ? 4 : 5, nwordv, in pi()
309 wordc = undefined ? 4 : 5; in pi()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_links.c54 if (s1 == &undefined) in merge_link_states()
56 if (s2 == &undefined) in merge_link_states()
95 set_state(sm->owner - 1, tmp->var, tmp->sym, &undefined); in match_link_modify()
97 set_state(sm->owner, sm->name, sm->sym, &undefined); in match_link_modify()
H A Dcheck_container_of.c32 set_state(my_id, sm->name, sm->sym, &undefined); in is_ok()
53 set_state_expr(my_id, expr, &undefined); in match_condition()
H A Dcheck_deref_check.c27 set_state(my_id, sm->name, sm->sym, &undefined); in underef()
87 set_state_expr(my_id, expr, &undefined); in match_condition()
H A Dcheck_testing_index_after_use.c35 set_state(my_used_id, sm->name, sm->sym, &undefined); in delete()
94 if (tmp->state == &merged || tmp->state == &undefined) in match_condition()
H A Dsmatch_constraints.c418 if (!state || state == &merged || state == &undefined) in match_caller_info()
426 if (sm->state == &merged || sm->state == &undefined) in struct_member_callback()
441 return &undefined; in constraint_str_to_state()
453 return &undefined; in constraint_str_to_state()
481 if (sm->state == &merged || sm->state == &undefined) in print_return_implies_constrained()
H A Dcheck_dev_queue_xmit.c33 set_state(my_id, sm->name, sm->sym, &undefined); in ok_to_use()
82 set_state_expr(my_id, arg, &undefined); in match_kfree_skb()
H A Dcheck_frees_param_strict.c36 return &undefined; in unmatched_state()
39 return &undefined; in unmatched_state()
H A Dsmatch_fresh_alloc.c76 set_state(my_id, cur->name, cur->sym, &undefined); in pre_merge_hook()
147 set_state_expr(my_id, expr, &undefined); in set_unfresh()
H A Dcheck_unused_ret.c141 set_state_expr(my_id, left, &undefined); in match_assign()
176 set_state_expr(my_id, expr, &undefined); in match_symbol()
H A Dcheck_free_strict.c51 return &undefined; in unmatched_state()
55 return &undefined; in unmatched_state()
57 return &undefined; in unmatched_state()
H A Dsmatch_param_to_mtag_data.c71 if (s1 == &undefined) in merge_tag_info()
73 if (s2 == &undefined) in merge_tag_info()
H A Dsmatch_buf_comparison.c66 set_state_expr(size_id, expr, &undefined); in match_link_modify()
67 set_state(link_id, sm->name, sm->sym, &undefined); in match_link_modify()
74 set_state_expr(size_id, expr, &undefined); in match_link_modify()
76 set_state(link_id, sm->name, sm->sym, &undefined); in match_link_modify()
676 poss->state != &undefined) { in munge_start_states()
H A Dcheck_err_ptr.c51 if (tmp->state == &undefined || tmp->state == &merged) in match_return()
H A Dcheck_template.c60 return &undefined; in unmatched_state()
H A Dsmatch_hooks.c209 return &undefined; in __client_merge_function()
220 return &undefined; in __client_unmatched_state_function()
H A Dsmatch_stored_conditions.c135 set_state(my_id, name, NULL, &undefined); in match_link_modify()
138 set_state(link_id, sm->name, sm->sym, &undefined); in match_link_modify()
H A Dcheck_snprintf.c26 set_state(my_id, sm->name, sm->sym, &undefined); in ok_to_use()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm1583 my $undefined;
1591 return ($undefined, $undefined, $undefined);
1596 return ($undefined, $undefined, $undefined);
1615 return ($undefined, $modifier, $unit);
1618 return ($undefined, $modifier, $unit);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-utf8.h91 #error undefined 16 bit type
101 #error: undefined 32 bit type
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor10.c9 undefined
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dcallparam.ok1 $AWK: calling undefined function b
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dfind_null_params.sh16 grep "$i" $file | grep -w undefined
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME3530 [undefined] As above, for normal
3534 [undefined] As above, for urgent
3550 [undefined] As above, for normal
3553 [undefined] As above, for urgent
3608 [undefined] User database
3612 [undefined] Fallback smart host.
3639 [undefined] The maximum number of
3648 [undefined] Maximum length of
3651 [undefined] The maximum number of
3854 [undefined] Prefix string for the
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm496 my $undefined = gettext('undefined user name in audit_user: %s');
519 $error .= sprintf("$undefined\n", $user);

1234