Searched refs:rval (Results 176 - 200 of 498) sorted by relevance

1234567891011>>

/netbsd-current/lib/libtelnet/
H A Dsra.c561 int rval; local
609 rval = 0;
612 rval = 1;
618 rval = 0;
623 rval = 0;
629 rval = 0;
631 return rval;
/netbsd-current/usr.bin/login/
H A Dlogin.c140 int ask, ch, cnt, fflag, hflag, pflag, sflag, quietlog, rootlogin, rval; local
169 rval = 0;
377 rval = 0;
402 rval = 1;
408 rval = 0;
419 rval = 0;
425 rval = 0;
429 rval = 1;
441 if (pwd && !rval && rootlogin && !rootterm(tty)) {
455 if (pwd && !rval)
[all...]
/netbsd-current/external/bsd/nvi/dist/common/
H A Dvi_db1.c282 int rval; local
325 rval = 0;
327 rval = 1;
329 rval = 1;
341 return (scr_update(sp, lno, LINE_APPEND, update) || rval);
357 int rval; local
401 rval = 0;
403 rval = 1;
405 rval = 1;
408 return (scr_update(sp, lno, LINE_INSERT, 1) || rval);
[all...]
H A Dvi_db.c293 int rval; local
370 rval = line_insdel(sp, LINE_INSERT, lno + 1);
383 return (scr_update(sp, lno + 1, LINE_INSERT, update) || rval);
683 int rval; local
686 rval = 0;
688 rval = 1;
690 rval = 1;
692 return rval;
/netbsd-current/usr.bin/skeyinit/
H A Dskeyinit.c47 int rval, nn, i; local
171 rval = skeylookup(&skey, pp->pw_name);
172 switch (rval) {
357 if ((rval = flock(fileno(skey.keyfile), LOCK_EX|LOCK_NB)) == 0
362 if (rval == -1) { /* Can't get exclusive lock */
/netbsd-current/sys/arch/mac68k/obio/
H A Dasc.c146 int rval = 0; local
162 rval = 1;
171 rval = 0;
175 rval = 0;
179 return rval;
/netbsd-current/bin/mv/
H A Dmv.c87 int ch, len, rval; local
144 for (rval = 0; --argc; ++argv) {
155 rval = 1;
159 rval = 1;
162 exit(rval);
/netbsd-current/sys/arch/hp300/dev/
H A Ddio.c197 u_long rval; local
200 rval = DIO_BASE + (scode * DIO_DEVSIZE);
202 rval = DIOII_BASE + ((scode - DIOII_SCBASE) * DIOII_DEVSIZE);
204 rval = 0;
206 return (void *)rval;
/netbsd-current/sys/dev/ic/
H A Datppc.c300 int rval; local
319 rval = 0;
331 rval = 1;
340 rval = 1;
342 rval = 0;
357 return rval;
914 int rval = 0; local
937 rval = ENODEV;
970 rval = ENODEV;
987 rval
1467 int rval = 0; local
1502 int rval = 0; local
1571 int rval = EINVAL; local
[all...]
/netbsd-current/usr.bin/mail/
H A Dcmd3.c466 int rval; local
473 if ((rval = grabh(&hdr, GTO)) != 0)
474 return rval;
496 int rval; local
498 rval = 0;
508 rval = 1;
517 rval = 1;
545 rval = 1;
553 return rval;
563 int rval; local
1056 int rval; local
[all...]
/netbsd-current/usr.sbin/dumpfs/
H A Ddumpfs.c174 int rval = 1; local
228 rval = 0;
232 rval = print_superblock(&afs, opostblsave, name, fd, sblock_try[i]);
233 if (rval == 0 && ISOPT(opt_cg_summary))
234 rval = print_cgsum(name, fd);
235 if (rval == 0 && ISOPT(opt_alt_super))
236 rval = print_alt_super(name, fd);
237 if (rval == 0 && ISOPT(opt_journal))
238 rval = print_journal(name, fd);
239 if (rval
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dzs.c501 int rr3, rval; local
503 rval = 0;
506 rval |= rr3;
514 return (rval);
521 int unit, rval; local
523 rval = 0;
529 rval = (zshard((void *)zsc) || rval);
531 return (rval);
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dconflex.c314 get_next_token(const char **rval, unsigned *rlen, argument
337 if (rval)
338 *rval = cfile->tval;
347 * If rval is non-NULL, set the pointer it contains to
355 next_token(const char **rval, unsigned *rlen, struct parse *cfile) { argument
356 return get_next_token(rval, rlen, cfile, ISC_FALSE);
366 next_raw_token(const char **rval, unsigned *rlen, struct parse *cfile) { argument
367 return get_next_token(rval, rlen, cfile, ISC_TRUE);
381 do_peek_token(const char **rval, unsigned int *rlen, argument
404 if (rval)
426 peek_token(const char **rval, unsigned *rlen, struct parse *cfile) argument
437 peek_raw_token(const char **rval, unsigned *rlen, struct parse *cfile) argument
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c329 get_next_token(const char **rval, unsigned *rlen, argument
352 if (rval)
353 *rval = cfile -> tval;
366 * If rval is non-NULL, set the pointer it contains to
374 next_token(const char **rval, unsigned *rlen, struct parse *cfile) { argument
375 return get_next_token(rval, rlen, cfile, ISC_FALSE);
385 next_raw_token(const char **rval, unsigned *rlen, struct parse *cfile) { argument
386 return get_next_token(rval, rlen, cfile, ISC_TRUE);
400 do_peek_token(const char **rval, unsigned int *rlen, argument
423 if (rval)
448 peek_token(const char **rval, unsigned *rlen, struct parse *cfile) argument
459 peek_raw_token(const char **rval, unsigned *rlen, struct parse *cfile) argument
[all...]
/netbsd-current/usr.bin/config/
H A Dhash.c359 int rval = 0; local
364 rval += (*cbfunc2)(hp->h_name1, hp->h_name2, hp->h_value, arg);
366 return rval;
375 int rval = 0; local
380 rval += (*cbfunc)(hp->h_name, hp->h_value, arg);
382 return rval;
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_screen.c166 int rval; local
168 rval = 0;
180 rval = 1;
185 rval = 1;
190 rval = 1;
205 return (rval);
/netbsd-current/usr.bin/touch/
H A Dtouch.c94 int aflag, cflag, Dflag, hflag, mflag, ch, fd, len, rval, timeset; local
182 for (rval = EXIT_SUCCESS; *argv; ++argv) {
190 rval = EXIT_FAILURE;
217 rval = EXIT_FAILURE;
230 rval = EXIT_FAILURE;
233 exit(rval);
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c529 int rval; local
541 rval = -1;
544 rval = asprintf(&tmp, "%s:%s", method,
549 rval = asprintf(&tmp,
554 if (rval == -1)
654 * @param rval pointer to location for returned string. Set to NULL
658 * NOTE: hqlist and rval must not be NULL.
663 choose_from_hqlist(const char *hqlist, const char *hostname, char **rval) argument
706 *rval = p;
1387 ssize_t rval; local
1431 ssize_t rval; local
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c450 int rval = XEVNT_OK; local
477 rval = XEVNT_OK;
536 rval = XEVNT_ERR;
541 rval = XEVNT_ERR;
560 rval = XEVNT_ERR;
566 rval = XEVNT_LEN;
584 rval = XEVNT_KEY;
600 rval = XEVNT_KEY;
613 rval = XEVNT_MD;
662 if ((rval
1113 int rval; local
[all...]
/netbsd-current/sbin/mount/
H A Dmount.c113 int all, ch, forceall, i, init_flags, mntsize, rval; local
173 rval = 0;
200 rval = 1;
212 return rval;
283 rval = mountfs(fstypename, mntfromname,
304 rval = mountfs(vfstype, mntfromname, argv[1], init_flags,
316 if (rval == 0 && getuid() == 0 &&
327 return rval;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c1850 tree rval; local
1966 rval = build_if_in_charge (complete, base);
1973 rval = build_special_member_call (exp, ctor_name, &parms, binfo, flags,
1980 if (exp == true_exp && TREE_CODE (rval) == CALL_EXPR)
1982 tree fn = get_callee_fndecl (rval);
1985 tree e = maybe_constant_init (rval, exp);
1987 rval = build2 (INIT_EXPR, type, exp, e);
1992 if (TREE_SIDE_EFFECTS (rval))
1993 finish_expr_stmt (rval);
2953 tree size, rval;
2951 tree size, rval; local
3796 tree rval; local
4236 tree rval; local
5179 tree rval; local
[all...]
/netbsd-current/usr.bin/tail/
H A Dtail.c55 int fflag, rflag, rval; variable
226 exit(rval);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dnis_gr.c184 struct group *rval; local
211 rval = makegroupent(this);
212 } while (rval == NULL);
213 return (rval);
H A Dnis_nw.c225 struct nwent *rval; local
255 rval = makenwent(this);
256 } while (rval == NULL);
257 return (rval);
H A Dnis_sv.c179 struct servent *rval; local
206 rval = makeservent(this);
207 } while (rval == NULL);
208 return (rval);

Completed in 483 milliseconds

1234567891011>>