/freebsd/contrib/libxo/doc/ |
H A D | format-strings.rst | 11 field description contains a set of modifiers, a content string, and 12 zero, one, or two format descriptors. The modifiers tell libxo what 16 a set of braces, with a colon (":") after the modifiers and a slash 25 The role describes the function of the field, while the modifiers 42 While roles and modifiers typically use single character for brevity,
|
H A D | index.rst | 38 field-modifiers
|
H A D | field-modifiers.rst | 3 .. _field-modifiers: 8 Field modifiers are flags which modify the way content emitted for 32 Roles and modifiers can also use more verbose names, when preceded by 170 There are a number of modifiers that affect details of humanization.
|
H A D | xopo.rst | 9 the fields modifiers, the string passed to :manpage:`gettext(3)` is
|
H A D | field-formatting.rst | 84 The 'h' and 'l' modifiers affect the size and treatment of the 108 For strings, the 'h' and 'l' modifiers affect the interpretation of 262 - the "l" and "h" modifiers for strings, where "{:tag/%hs}" means
|
H A D | faq.rst | 105 The roles and modifiers describe these details. 114 roles, modifiers, names, and formats. They are dense and a bit
|
H A D | intro.rst | 20 rendered in different output styles (see :ref:`field-modifiers` for
|
H A D | xolint-errors.rst | 35 The hn-* modifiers (hn-decimal, hn-space, hn-1000) 218 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
|
/freebsd/tools/build/make_check/ |
H A D | Makefile | 42 @${SMAKE} modifiers || ${SMAKE} failure 98 .if make(modifiers) 102 modifiers: target
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve_sme_incl.td | 25 // A typespec is a sequence of uppercase characters (modifiers) followed by one 40 // way. The available modifiers are given below. 54 // Typespec modifiers 60 // Prototype modifiers 131 // Prototype modifiers added for SVE2p1
|
H A D | arm_neon_incl.td | 11 // modifiers, etc. 77 // cast, preceded by a sequence of type modifiers. The target type 79 // The available modifiers are: 193 // A typespec is a sequence of uppercase characters (modifiers) followed by one 205 // set of "modifiers" that can change in some way the "base type" of the 220 // Typespec modifiers 228 // Prototype modifiers
|
H A D | Builtins.def | 47 // Types may be prefixed with the following modifiers: 59 // Types may be postfixed with the following modifiers:
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0049.in | 1 #test :broadcast and :network modifiers
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory | 43 // modifiers 94 // modifiers
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | system_error | 64 // modifiers: 92 // modifiers:
|
H A D | __node_handle | 49 // [container.node.modifiers], modifiers
|
/freebsd/sys/dev/hid/ |
H A D | hkbd.c | 641 uint8_t modifiers; in hkbd_intr_callback() local 674 modifiers = 0; in hkbd_intr_callback() 680 modifiers |= MOD_EJECT; in hkbd_intr_callback() 685 modifiers |= MOD_FN; in hkbd_intr_callback() 709 if (modifiers & MOD_FN) in hkbd_intr_callback() 722 if (modifiers & MOD_FN) in hkbd_intr_callback() 733 DPRINTF("modifiers = 0x%04x\n", modifiers); in hkbd_intr_callback()
|
/freebsd/contrib/tcsh/ |
H A D | NewThings | 28 * $< can be interrupted and takes modifiers. Does not quote args by default 32 * Variable modifiers do not stop processing after the first one fails 103 * multiple : modifiers in variables and ! escapes. Things like:
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.td | 1387 // VOP3 modifiers used for instructions that do not read canonicalized 1389 // modifiers) 1487 // any of the instruction modifiers must use the 64-bit encoding. 1652 // Return type of input modifiers operand for specified input operand 1670 // Return type of input modifiers operand specified input operand for DPP 1684 // Return type of input modifiers operand for specified input operand for DPP 1693 // Return type of input modifiers operand specified input operand for SDWA 1722 // VOP1 with modifiers 1730 // VOP1 without modifiers 1737 // VOP 2 with modifiers [all …]
|
/freebsd/sys/dev/usb/input/ |
H A D | ukbd.c | 699 uint8_t modifiers; in ukbd_intr_callback() local 741 modifiers = 0; in ukbd_intr_callback() 747 modifiers |= MOD_EJECT; in ukbd_intr_callback() 752 modifiers |= MOD_FN; in ukbd_intr_callback() 781 if (modifiers & MOD_FN) in ukbd_intr_callback() 793 if (modifiers & MOD_FN) in ukbd_intr_callback() 804 DPRINTF("modifiers = 0x%04x\n", modifiers); in ukbd_intr_callback()
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 190 o var.c: error out on syntax errors in ':M' and ':N' modifiers 266 o var.c: avoid out-of-bounds read when parsing indirect modifiers. 347 o var.c: avoid LazyBuf for :*time modifiers. 349 functions that expect that. These modifiers are used sparingly so 739 o job.c: fix memory leak in handling sysv :from=to modifiers 910 o var.c: fix parsing of modifiers containing unbalanced subexpressions 911 extract parsing of ':D' and ':U' modifiers into separate function 1110 merge duplicate code for modifiers 'gmtime' and 'localtime' 1196 o var.c: merge branches for modifiers ':D' and ':U' 1441 reduce memory allocations in the modifiers ' [all...] |
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-to-separator.mk | 20 . warning Chaining modifiers does not work.
|
/freebsd/sys/dev/usb/gadget/ |
H A D | g_keyboard.c | 95 uint8_t modifiers; member
|
/freebsd/contrib/netbsd-tests/share/mk/ |
H A D | common.subr | 97 # The rest of the arguments include a collection of modifiers for the
|
/freebsd/contrib/wpa/src/utils/ |
H A D | browser.c | 159 guint modifiers, in view_cb_mouse_target_changed() argument
|