Home | History | Annotate | Download | only in src

Lines Matching refs:ecode

704 	int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY;
729 } else if ((j = j_lookup(cp, &ecode))) {
742 if (ecode != JL_NOSUCH)
743 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
766 int rv = 0, ecode;
773 if ((j = j_lookup(cp, &ecode)) == NULL) {
777 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
812 int ecode, rv = 0;
818 if ((j = j_lookup(cp, &ecode)) == NULL) {
820 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
955 int ecode;
957 if ((j = j_lookup(cp, &ecode)) == NULL) {
961 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);