Searched refs:lnum (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/regress/sys/crypto/aes/
H A Daestest.c174 int lnum = 0, fail = 0; local
186 lnum++;
189 errx(1, "line %d: too long", lnum);
195 errx(1, "line %d: blocksize already set", lnum);
199 lnum, errstr, cp);
202 errx(1, "line %d: keysize already set", lnum);
206 lnum, errstr, cp);
210 lnum, keysize);
217 "blocklen %d", lnum, tmp, blocksize);
221 "ciphertext len %d", lnum, tm
[all...]
/openbsd-current/gnu/llvm/llvm/utils/vim/indent/
H A Dllvm.vim28 function! FindOpenBrace(lnum)
29 call cursor(a:lnum, 1)
35 let thisline = getline(v:lnum)
37 call cursor(v:lnum, 1)
40 if opening_lnum != v:lnum
47 let blockbegin = FindOpenBrace(v:lnum)
54 let prev_lnum = prevnonblank(v:lnum - 1)
/openbsd-current/sys/dev/rasops/
H A Drasops_bitops.h160 int tmp, lmask, rmask, height, lnum, rnum, sb, db, cnt, full; local
220 lnum = (32 - db) & 31;
237 rnum = 32 - lnum;
267 GETBITS(sp, sb, lnum, tmp);
268 PUTBITS(tmp, rnum, lnum, dp);
285 GETBITS(sp, sb, lnum, tmp);
286 PUTBITS(tmp, db, lnum, dp);
289 if ((sb += lnum) > 31) {
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfokey.c396 unsigned int lnum = 0;
457 syntax_error(filename, lnum, _("key sequence too long"), \
476 lnum++;
536 syntax_error (filename, lnum, _("missing key sequence"),
616 syntax_error (filename, lnum,
647 syntax_error (filename, lnum,
672 syntax_error (filename, lnum, (char *) _("missing action name"),
688 syntax_error (filename, lnum, _("section too long"),
695 syntax_error (filename, lnum, _("unknown action `%s'"),
705 syntax_error (filename, lnum,
394 unsigned int lnum = 0; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c660 LONGEST lnum; local
680 if (remote_fileio_extract_long (&buf, &lnum))
685 ptrval = (CORE_ADDR) lnum;
778 LONGEST lnum; local
797 if (remote_fileio_extract_long (&buf, &lnum))
802 ptrval = (CORE_ADDR) lnum;
851 LONGEST lnum; local
874 if (remote_fileio_extract_long (&buf, &lnum))
879 offset = (off_t) lnum;
1039 LONGEST lnum; local
1101 LONGEST lnum; local
1171 LONGEST lnum; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Derror.c124 long lnum; local
165 lnum = va_arg (args, long);
166 sprintf (buf, "%ld", lnum);
/openbsd-current/usr.bin/rcs/
H A Drcsutil.c370 RCSNUM lnum, rnum; local
373 (void)memset(&lnum, 0, sizeof(lnum));
407 if (rcsnum_aton(lstr, &ep, &lnum) == 0 || (*ep != '\0'))
419 if (rcsnum_cmp(rdp->rd_num, &lnum, 0) <= 0 &&
428 free(lnum.rn_id);
/openbsd-current/gnu/gcc/gcc/
H A Dtree-chrec.c423 unsigned HOST_WIDE_INT lidx, lnum, ldenom, lres, ldum;
440 lnum = TREE_INT_CST_LOW (n);
448 if (lnum == 0)
456 lidx = lnum - 1;
460 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum))
475 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum))
483 div_and_round_double (EXACT_DIV_EXPR, 1, lnum, hnum, ldenom, hdenom,
420 unsigned HOST_WIDE_INT lidx, lnum, ldenom, lres, ldum; local
H A Dfold-const.c609 unsigned HOST_WIDE_INT lnum = lnum_orig;
625 if (neg_double (lnum, hnum, &lnum, &hnum)
640 *lquo = lnum / lden;
649 *lrem = lnum;
658 encode (num, lnum, hnum);
602 unsigned HOST_WIDE_INT lnum = lnum_orig; local
/openbsd-current/usr.bin/cvs/
H A Dutil.c797 RCSNUM *lnum, *rnum; local
800 lnum = rnum = NULL;
826 if ((lnum = rcs_translate_tag(lstr, file)) == NULL)
840 if (rcsnum_cmp(rdp->rd_num, lnum, 0) <= 0 &&
848 free(lnum);
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dutil.c698 translate_line_number (file, lnum)
700 int lnum;
702 return lnum + file->prefix_lines + 1;
/openbsd-current/usr.bin/ssh/
H A Dssh-keygen.c947 u_long lnum = 0; local
960 lnum++;
978 if (lnum == 1 && strcmp(identity_file, "-") != 0 &&
1013 debug("%s:%lu: not a public key", path, lnum);
2160 u_long lnum = 0; local
2176 lnum++;
2186 error_r(r, "%s:%lu: invalid key", path, lnum);
2190 error("%s:%lu is not a certificate", path, lnum);
2194 if (!is_stdin && lnum == 1)
2197 printf("%s:%lu:\n", path, lnum);
2222 hash_to_blob(const char *cp, u_char **blobp, size_t *lenp, const char *file, u_long lnum) argument
2262 u_long lnum = 0; local
[all...]
H A Dssh-add.c134 int lnum = 0, r, ret = -1; local
137 lnum++;
147 error_r(r, "(stdin):%d: invalid key", lnum);
/openbsd-current/usr.bin/mg/
H A Dextend.c595 int s, llen, lnum = 0; local
599 lnum++;
607 if ((s = excline(excbuf, llen, lnum)) != TRUE) {
676 excline(char *line, int llen, int lnum) argument
703 return (foundparen(funcp, llen, lnum));
H A Dundo.c64 find_lo(int pos, struct line **olp, int *offset, int *lnum) argument
82 *lnum = lineno;
H A Dinterpreter.c125 foundparen(char *funstr, int llen, int lnum) argument
135 lnm = lnum;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dclosure.t470 my $lnum = 0;
472 printf "%3d: %s\n", ++$lnum, $line;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c590 unsigned HOST_WIDE_INT lnum = lnum_orig;
606 if (neg_double (lnum, hnum, &lnum, &hnum)
621 *lquo = lnum / lden;
630 *lrem = lnum;
639 encode (num, lnum, hnum);
583 unsigned HOST_WIDE_INT lnum = lnum_orig; local

Completed in 222 milliseconds