Home
last modified time | relevance | path

Searched refs:lnum (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDremote-fileio.c660 LONGEST lnum; in remote_fileio_func_read() local
680 if (remote_fileio_extract_long (&buf, &lnum)) in remote_fileio_func_read()
685 ptrval = (CORE_ADDR) lnum; in remote_fileio_func_read()
778 LONGEST lnum; in remote_fileio_func_write() local
797 if (remote_fileio_extract_long (&buf, &lnum)) in remote_fileio_func_write()
802 ptrval = (CORE_ADDR) lnum; in remote_fileio_func_write()
851 LONGEST lnum; in remote_fileio_func_lseek() local
874 if (remote_fileio_extract_long (&buf, &lnum)) in remote_fileio_func_lseek()
879 offset = (off_t) lnum; in remote_fileio_func_lseek()
1039 LONGEST lnum; in remote_fileio_func_stat() local
[all …]
/freebsd-11-stable/tools/tools/editing/
HDfreebsd.vim44 let indent = cindent(v:lnum)
47 if cindent(v:lnum - 1) > 4000
48 return indent(v:lnum - 1)
50 return indent(v:lnum - 1) + 4
/freebsd-11-stable/contrib/gcc/
HDtree-chrec.c420 unsigned HOST_WIDE_INT lidx, lnum, ldenom, lres, ldum; in tree_fold_binomial() local
437 lnum = TREE_INT_CST_LOW (n); in tree_fold_binomial()
445 if (lnum == 0) in tree_fold_binomial()
453 lidx = lnum - 1; in tree_fold_binomial()
457 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum)) in tree_fold_binomial()
472 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum)) in tree_fold_binomial()
480 div_and_round_double (EXACT_DIV_EXPR, 1, lnum, hnum, ldenom, hdenom, in tree_fold_binomial()
HDfold-const.c602 unsigned HOST_WIDE_INT lnum = lnum_orig; in div_and_round_double() local
618 if (neg_double (lnum, hnum, &lnum, &hnum) in div_and_round_double()
633 *lquo = lnum / lden; in div_and_round_double()
642 *lrem = lnum; in div_and_round_double()
651 encode (num, lnum, hnum); in div_and_round_double()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_iter.c291 uint64_t lnum, rnum; in zfs_sort() local
343 &lnum, NULL, NULL, 0); in zfs_sort()
358 else if (lnum < rnum) in zfs_sort()
360 else if (lnum > rnum) in zfs_sort()
/freebsd-11-stable/crypto/openssh/
HDssh-keygen.c888 u_long lnum = 0; in do_fingerprint() local
900 while (read_keyfile_line(f, path, line, sizeof(line), &lnum) == 0) { in do_fingerprint()
918 if (lnum == 1 && strcmp(identity_file, "-") != 0 && in do_fingerprint()
951 debug("%s:%lu: not a public key", path, lnum); in do_fingerprint()
1935 u_long lnum = 0; in do_show_cert() local
1950 while (read_keyfile_line(f, path, line, sizeof(line), &lnum) == 0) { in do_show_cert()
1961 lnum, ssh_err(r)); in do_show_cert()
1965 error("%s:%lu is not a certificate", path, lnum); in do_show_cert()
1969 if (!is_stdin && lnum == 1) in do_show_cert()
1972 printf("%s:%lu:\n", path, lnum); in do_show_cert()
[all …]
/freebsd-11-stable/contrib/ipfilter/l4check/
HDl4check.c404 int gethostport(str, lnum, ipp, portp) in gethostport() argument
406 int lnum;
430 lnum, host);
445 lnum, port);
/freebsd-11-stable/sbin/routed/
HDparms.c174 int metric, n, lnum; in gwkludge() local
190 for (lnum = 1; ; lnum++) { in gwkludge()
213 cp, lnum); in gwkludge()
/freebsd-11-stable/gnu/usr.bin/grep/
HDdfa.c3298 int lnum, rnum; in inboth() local
3306 for (lnum = 0; left[lnum] != NULL; ++lnum) in inboth()
3310 temp = comsubs(left[lnum], right[rnum]); in inboth()
/freebsd-11-stable/sys/dev/syscons/
HDsyscons.c1075 unsigned lnum; in sctty_ioctl() local
1108 for (lnum = 0; lnum < (ptr->y + ptr->ysize); lnum++) { in sctty_ioctl()
1109 if (lnum < scp->ysize) { in sctty_ioctl()
1117 if (lnum < ptr->y) in sctty_ioctl()