/freebsd/usr.bin/mkimg/tests/ |
H A D | mkimg_test.sh | 72 local baseline image result tmpfile update 77 baseline=$image.hex 80 if test -f $baseline; then 81 tmpfile=_tmp-baseline 82 sed -e '/^#.*/D' < $baseline > $tmpfile 89 cat $result > $baseline 120 baseline=`atf_get_srcdir`/$image 121 atf_check -s exit:0 diff -u $baseline $result
|
/freebsd/usr.sbin/tzsetup/ |
H A D | Makefile | 15 baseline: ${PROG} ${ZONETAB} target 16 ${.OBJDIR}/${PROG} -d ${ZONETAB} > ${.CURDIR}/baseline 18 .PHONY: baseline
|
/freebsd/usr.bin/patch/ |
H A D | inp.c | 390 LINENUM baseline = line - offline; in ifetch() 392 if (tiline[0] == baseline) in ifetch() 394 else if (tiline[1] == baseline) in ifetch() 397 tiline[whichbuf] = baseline; in ifetch() 399 if (lseek(tifd, (off_t) (baseline / lines_per_buf * in ifetch() 395 LINENUM baseline = line - offline; ifetch() local
|
/freebsd/lib/libc/amd64/string/ |
H A D | strcat.S | 23 ARCHFUNC(strcat, baseline) 187 ARCHENTRY(strcat, baseline) 201 ARCHEND(strcat, baseline)
|
H A D | strlen.S | 24 ARCHFUNC(strlen, baseline) 91 ARCHENTRY(strlen, baseline)
|
H A D | strchrnul.S | 40 ARCHFUNC(__strchrnul, baseline) 121 ARCHENTRY(__strchrnul, baseline) 168 ARCHEND(__strchrnul, baseline)
|
H A D | memrchr.S | 15 ARCHFUNC(memrchr, baseline) 73 ARCHENTRY(memrchr, baseline) 164 ARCHEND(memrchr, baseline)
|
H A D | timingsafe_bcmp.S | 37 ARCHFUNC(timingsafe_bcmp, baseline) 123 ARCHENTRY(timingsafe_bcmp, baseline) 230 ARCHEND(timingsafe_bcmp, baseline)
|
H A D | memchr.S | 39 ARCHFUNC(__memchr, baseline) 117 ARCHENTRY(__memchr, baseline) 205 ARCHEND(__memchr, baseline)
|
H A D | stpcpy.S | 25 ARCHFUNC(__stpcpy, baseline) 132 ARCHENTRY(__stpcpy, baseline)
|
H A D | strrchr.S | 40 ARCHFUNC(strrchr, baseline) 144 ARCHENTRY(strrchr, baseline) 208 ARCHEND(strrchr, baseline)
|
H A D | strlcpy.S | 39 ARCHFUNC(__strlcpy, baseline) 67 ARCHENTRY(__strlcpy, baseline) 279 ARCHEND(__strlcpy, baseline)
|
H A D | stpncpy.S | 39 ARCHFUNC(__stpncpy, baseline) 92 ARCHENTRY(__stpncpy, baseline) 281 ARCHEND(__stpncpy, baseline)
|
H A D | memcmp.S | 51 ARCHFUNC(memcmp, baseline) 247 ARCHENTRY(memcmp, baseline) 418 ARCHEND(memcmp, baseline)
|
H A D | strcmp.S | 27 ARCHFUNC(strcmp, baseline) 93 ARCHENTRY(strcmp, baseline) 357 ARCHEND(strcmp, baseline)
|
H A D | strncmp.S | 38 ARCHFUNC(strncmp, baseline) 116 ARCHENTRY(strncmp, baseline) 486 ARCHEND(strncmp, baseline)
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 516 settimer(baseline); in getterminaltype() 602 while (sequenceIs(tspeedsubopt, baseline)) in getterminaltype() 606 while (sequenceIs(xdisplocsubopt, baseline)) in getterminaltype() 610 while (sequenceIs(environsubopt, baseline)) in getterminaltype() 614 while (sequenceIs(oenvironsubopt, baseline)) in getterminaltype() 620 while (sequenceIs(ttypesubopt, baseline)) in getterminaltype() 671 settimer(baseline); in _gettermname() 675 while (sequenceIs(ttypesubopt, baseline)) in _gettermname()
|
H A D | ext.h | 177 baseline, /* time started to do timed action */ member
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,jpu.txt | 4 and decoding function conforming to the JPEG baseline process, so that the JPU
|
/freebsd/sys/dev/usb/serial/ |
H A D | uplcom.c | 815 unsigned baseline, mantissa, exponent; in uplcom_encode_baud_rate_divisor() local 827 baseline = 383385600; in uplcom_encode_baud_rate_divisor() 828 mantissa = baseline / baud; in uplcom_encode_baud_rate_divisor() 849 baud = (baseline / mantissa) >> (exponent << 1); in uplcom_encode_baud_rate_divisor()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | android | 218 # Android ART (baseline) profile + metadata: baseline.prof, baseline.profm
|
/freebsd/sys/contrib/device-tree/Bindings/mips/img/ |
H A D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
/freebsd/contrib/sendmail/src/ |
H A D | util.c | 1847 static BITMAP256 baseline; local 1855 clrbitmap(baseline); 1863 if (!bitnset(fd, baseline)) 1865 clrbitn(fd, baseline); 1867 else if (!bitnset(fd, baseline)) 1868 setbitn(fd, baseline);
|
/freebsd/contrib/lua/src/ |
H A D | ldebug.c | 88 int baseline = getbaseline(f, pc, &basepc); in luaG_getfuncline() local 91 baseline += f->lineinfo[basepc]; /* correct line */ in luaG_getfuncline() 93 return baseline; in luaG_getfuncline()
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra114-pinmux.txt | 6 a baseline, and only documents the differences between the two bindings.
|