Searched refs:rval (Results 276 - 300 of 498) sorted by relevance

<<11121314151617181920

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_itxt.c257 int isempty, lmode, rval; local
378 rval = v_txt(sp, vp, NULL, p, len,
383 return (rval);
H A Dv_search.c357 int rval; local
385 rval = v_search(sp, vp, bp, len, SEARCH_SET | SEARCH_EXTEND, FORWARD);
388 return (rval);
/netbsd-current/games/backgammon/backgammon/
H A Dmove.c204 int rval; /* value of roll */ local
215 rval = mm->dice[mvnum != 0];
230 mm->g[mvnum] = pos + rval * cturn;
/netbsd-current/usr.bin/mail/
H A Dpopen.c439 int rval; local
474 rval = wait_command(pid);
479 return rval;
H A Dsupport.c96 int rval; local
101 rval = evasprintf(&p, format, args);
105 return rval;
/netbsd-current/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_iter.c303 nvlist_t *lval, *rval; local
311 psc->sc_user_prop, &rval) == 0);
317 verify(nvlist_lookup_string(rval,
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_handle.c470 int rval; local
474 rval = dt_handle_err(dtp, data);
481 if (rval == 0)
/netbsd-current/lib/libc/db/btree/
H A Dbt_seq.c252 int exact, rval; local
288 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR)
291 return rval;
/netbsd-current/lib/libisns/
H A Disns_thread.c513 int rval; local
524 rval = isns_get_pdu_response_status(ref_p->trans_p, &status);
525 if (rval == EPERM) {
/netbsd-current/external/cddl/osnet/dev/dtrace/arm/
H A Ddtrace_subr.c82 int rval; local
85 if ((rval = hdlr->dtih_func(addr, frame, eax)) != 0)
86 return (rval);
/netbsd-current/sys/arch/sun3/dev/
H A Dzs.c387 int rval; local
389 rval = zsc_intr_hard(zsc);
393 return (rval);
/netbsd-current/usr.bin/compress/
H A Dzopen.c327 int rval; local
343 rval = fclose(fp) == EOF ? -1 : 0;
345 return (rval);
/netbsd-current/sys/arch/x68k/dev/
H A Dzs.c316 int rval; local
326 rval = zsc_intr_hard(zsc);
333 return (rval);
/netbsd-current/sys/arch/next68k/dev/
H A Dzs.c313 int unit, rr3, rval; local
318 rval = 0;
326 rval |= rr3;
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-fpu.c2398 sim_fpu_map rval; local
2400 rval.i = pack_fpu (r, 1);
2401 (*is) = (lval.d < rval.d);
2424 sim_fpu_map rval; local
2426 rval.i = pack_fpu (r, 1);
2427 *is = (lval.d <= rval.d);
2450 sim_fpu_map rval; local
2452 rval.i = pack_fpu (r, 1);
2453 (*is) = (lval.d == rval.d);
2476 sim_fpu_map rval; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.c2308 sim_fpu_map rval; local
2310 rval.i = pack_fpu (r, 1);
2311 (*is) = (lval.d < rval.d);
2334 sim_fpu_map rval; local
2336 rval.i = pack_fpu (r, 1);
2337 *is = (lval.d <= rval.d);
2360 sim_fpu_map rval; local
2362 rval.i = pack_fpu (r, 1);
2363 (*is) = (lval.d == rval.d);
2386 sim_fpu_map rval; local
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dnis_ho.c269 struct hostent *rval; local
299 rval = makehostent(this);
300 } while (rval == NULL);
301 return (rval);
/netbsd-current/external/bsd/nvi/dist/common/
H A Dkey.c810 int rval; local
812 for (rval = 0, wp = sp->wp; wp->i_cnt != 0 &&
813 FL_ISSET(wp->i_event[wp->i_next].e_flags, flags); rval = 1)
815 return (rval);
/netbsd-current/bin/ksh/
H A Dedit.c1029 int rval=0; local
1034 rval = -1;
1047 if (wlen > 0 && rval == 0)
1048 rval = putbuf_func(s, wlen);
1050 return (rval);
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_script.c261 int isempty, matchprompt, rval; local
310 rval = 0;
323 err1: rval = 1;
327 return (rval);
/netbsd-current/sys/arch/sgimips/hpc/
H A Dhaltwo.c479 int lval, rval; local
485 lval = rval = mc->un.value.level[AUDIO_MIXER_LEVEL_MONO];
488 rval = mc->un.value.level[AUDIO_MIXER_LEVEL_RIGHT];
496 sc->sc_vol_right = rval;
/netbsd-current/lib/libedit/
H A Dcommon.c599 el_action_t beep = CC_REFRESH, rval; local
610 rval = hist_get(el);
611 if (rval == CC_REFRESH)
613 return rval;
/netbsd-current/sys/arch/sparc/dev/
H A Dzs.c621 int rr3, rval; local
623 rval = 0;
627 rval = rr3;
632 return (rval);
/netbsd-current/usr.bin/spell/spellprog/
H A Dspellprog.c848 int i, rval; local
854 for (i = rval = 0; wlists[i].fd != -1; i++) {
855 if ((rval = look((unsigned char *)bp, wlists[i].front,
860 return rval;
/netbsd-current/usr.bin/man/
H A Dman.c988 int rval; local
990 rval = EXIT_SUCCESS;
1000 rval = EXIT_FAILURE;
1006 return rval;

Completed in 425 milliseconds

<<11121314151617181920