HomeSort by: relevance | last modified time | path
    Searched refs:extension (Results 1 - 25 of 25) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-extension.exp 0 extension of 'a/b/c' is ''
2 extension of 'def' is ''
3 extension of 'a.b.c' is 'c'
4 extension of 'a.b/c' is 'b/c'
5 extension of 'a' is ''
6 extension of 'a.a' is 'a'
7 extension of '.gitignore' is 'gitignore'
8 extension of 'a' is ''
9 extension of 'a.a' is 'a'
10 extension of 'trailing/' is '
    [all...]
varmod-extension.mk 1 # $NetBSD: varmod-extension.mk,v 1.4 2020/12/20 22:57:40 rillig Exp $
3 # Tests for the :E variable modifier, which returns the filename extension
8 @echo "extension of '"${path:Q}"' is '"${path:E:Q}"'"
varmod-root.mk 4 # without the extension.
var-scope-local.mk 17 # In target rules, '$*' only strips the extension off the pathname if the
18 # extension is listed in '.SUFFIXES'.
31 # In target rules, '$*' strips the extension off the pathname of the target
32 # if the extension is listed in '.SUFFIXES'.
Makefile 374 TESTS+= varmod-extension
  /src/libexec/httpd/lua/
bozo.lua 61 local extension = ".so"
64 extension = ".dylib"
67 glupkg = package.loadlib("./" .. "libluabozohttpd" .. extension, "luaopen_bozohttpd")
optparse.lua 32 function o.fail(s) -- extension
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_libcdep_new.cc 41 const char* extension) {
45 extension);
sanitizer_common_interceptors_format.inc 234 // This is unfortunately ambiguous between old GNU extension
277 // a GNU extension of %as, %aS or %a[...]) and float (if it is
  /src/sys/dev/scsipi/
scsiconf.c 929 u_int8_t *extension = &inqbuf.flags1; local in function:scsi_probe_device
932 extension[len++] = '\0';
934 extension[len++] = ' ';
936 extension[len++] = '\0';
938 extension[len++] = '\0';
940 extension[len++] = '\0';
942 extension[len++] = ' ';
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
fvp-base-revc.dts 151 compatible = "arm,statistical-profiling-extension-v1";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
ulcb-kf.dtsi 3 * Device Tree Source for the Kingfisher (ULCB extension) board
  /src/sys/arch/vax/vax/
unimpl_emul.S 499 bsbw getval_byte # get multiplier extension operand
507 bsbw getval_byte # get multiplier extension operand
513 bsbw getval_byte # get multiplier extension operand
527 bsbw getval_byte # get multiplier extension operand
534 bsbw getval_byte # get multiplier extension operand
541 movzbl $0x0, -(%sp) # no multiplier extension here
844 * if there are extension bits (EMOD EDIV etc.) they are
  /src/sys/dev/usb/
uvideo.c 140 /* Used by camera terminal, processing and extension units. */
906 const uvideo_extension_unit_descriptor_t *extension; local in function:uvideo_unit_init
962 if (desc->bLength < sizeof(*extension))
964 extension = (const uvideo_extension_unit_descriptor_t *)desc;
967 uvideo_unit_alloc_sources(vu, extension->bNrInPins,
968 extension->baSourceID);
969 uvideo_unit_alloc_controls(vu, XU_GET_CONTROL_SIZE(extension),
970 XU_GET_CONTROLS(extension));
2709 printf("[truncated extension unit]");
3035 printf("Extension Unit:
    [all...]
  /src/tests/bin/sh/
t_option.sh 888 atf_skip "sh extension 'local -' not supported by ${TEST_SH}"
1002 # Cannot test -o or -c here, or the extension -s
  /src/sys/arch/m68k/060sp/dist/
isp.s 433 # fetch the opword and first extension word pointed to by the stacked pc
561 bsr.l _imem_read_word # read extension word
1382 # word, long: <ea> of the data is the current extension word #
1383 # pointer value. new extension word pointer is simply the old #
1389 mov.l EXC_EXTWPTR(%a6),%a0 # fetch extension word ptr
1907 mov.b EXC_EXTWORD(%a6), %d0 # fetch hi extension word
2737 # d0 = instruction extension word #
2776 mov.l %d0,%d1 # extension word in d0
3032 mov.w EXC_EXTWORD(%a6),%d0 # fetch cas extension word
pfpsp.s 392 set EXC_EXTWORD, LV+2 # saved extension word
393 set EXC_CMDREG, LV+2 # saved extension word
680 # bit five of the fp extension word separates the monadic and dyadic operations
710 andi.w &0x007f,%d1 # extract extension
953 andi.w &0x007f,%d1 # extract extension
1289 # bit five of the fp extension word separates the monadic and dyadic operations
1310 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1337 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension
1834 # bit five of the fp extension word separates the monadic and dyadic operations
1855 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
    [all...]
fpsp.s 392 set EXC_EXTWORD, LV+2 # saved extension word
393 set EXC_CMDREG, LV+2 # saved extension word
680 # bit five of the fp extension word separates the monadic and dyadic operations
710 andi.w &0x007f,%d1 # extract extension
953 andi.w &0x007f,%d1 # extract extension
1289 # bit five of the fp extension word separates the monadic and dyadic operations
1310 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1337 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension
1834 # bit five of the fp extension word separates the monadic and dyadic operations
1855 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
    [all...]
fplsp.s 372 set EXC_EXTWORD, LV+2 # saved extension word
373 set EXC_CMDREG, LV+2 # saved extension word
  /src/sys/external/isc/libsodium/dist/
configure.ac 639 # error mode(TI) is a gcc extension, and __int128 is not available
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 2425 # shared library versioning with .so extension only, which is used
2456 # We preserve .a as extension for shared libraries through AIX4.2
6202 # Source file extension for C test sources.
6205 # Object file extension for compiled C test sources.
6323 # Source file extension for C++ test sources.
6326 # Object file extension for compiled C++ test sources.
7684 # Source file extension for f77 test sources.
7687 # Object file extension for compiled f77 test sources.
7820 # Source file extension for fc test sources.
7823 # Object file extension for compiled fc test sources
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.fr 1179 message Dist_postfix {Extension de fichier}
1220 l'extension ".old". Lorsque vous aurez termin� l'installation ou la mise � jour,
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 594 # by disabling -e (using the XSI extension "set +e") if it's set.
636 # extension removed (i.e., equivalently, the names of the test logs, with
637 # the '.log' extension removed). The result is saved in the shell variable
  /src/share/mk/
bsd.own.mk 1771 # Build glamor extension?
  /src/share/terminfo/
terminfo 657 ansi+cpr|ncurses extension for ANSI CPR,
659 ansi+enq|ncurses extension for ANSI ENQ,
662 decid+cpr|ncurses extension for DECID,
1024 linux+decid|ncurses extension for Linux console DECID,
1363 # This is a GNU extension.
2424 # certainly includes what DEC called the `Level 1 editing extension' codes;
2552 vt100+enq|ncurses extension for VT100-style ENQ,
2554 vt102+enq|ncurses extension for VT102-style ENQ,
4828 # csl is extension which clears the status line
5275 # does not fit into this layout. The extension kp5 fits, but is not visibl
    [all...]

Completed in 49 milliseconds