Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 110) sorted by relevance

12345

/trueos/lib/libc/gen/
HDfmtcheck.c91 enum e_modifier modifier; in get_next_format_from_precision() local
101 modifier = MOD_CHAR; in get_next_format_from_precision()
103 modifier = MOD_SHORT; in get_next_format_from_precision()
108 modifier = MOD_INTMAXT; in get_next_format_from_precision()
115 modifier = MOD_QUAD; in get_next_format_from_precision()
117 modifier = MOD_LONG; in get_next_format_from_precision()
122 modifier = MOD_QUAD; in get_next_format_from_precision()
126 modifier = MOD_PTRDIFFT; in get_next_format_from_precision()
130 modifier = MOD_SIZET; in get_next_format_from_precision()
134 modifier = MOD_LONGDOUBLE; in get_next_format_from_precision()
[all …]
/trueos/contrib/diff/lib/
HDstrftime.c463 int modifier; /* Field modifier ('E', 'O', or 0). */ variable
617 modifier = *f++;
621 modifier = 0;
637 if (modifier != 0)
643 if (modifier != 0)
658 if (modifier != 0)
679 if (modifier != 0)
689 if (modifier != 0)
704 if (modifier == L_('O'))
707 if (! (modifier == 'E'
[all …]
/trueos/contrib/bmake/unit-tests/
HDtest.exp118 Expect: Unknown modifier 'Z'
119 make: Unknown modifier 'Z'
121 Expect: Unknown modifier 'Z'
122 make: Unknown modifier 'Z'
125 make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
128 make: Unclosed variable specification after complex modifier (expecting '}') for VAR
164 make: Bad modifier `:OX' for LIST
166 make: Bad modifier `:OxXX' for LIST
193 make: Bad modifier `:tx' for LIST
195 make: Bad modifier `:ts\x' for LIST
[all …]
HDmoderrs3 # various modifier error tests
14 @echo "Expect: Unknown modifier 'Z'"
18 @echo "Expect: Unknown modifier 'Z'"
HDmodmisc3 # miscellaneous modifier tests
/trueos/contrib/gcc/cp/
HDexpr.c94 cxx_expand_expr (tree exp, rtx target, enum machine_mode tmode, int modifier, in cxx_expand_expr() argument
105 if (mode != Pmode && modifier == EXPAND_SUM) in cxx_expand_expr()
106 modifier = EXPAND_NORMAL; in cxx_expand_expr()
112 target, tmode, modifier); in cxx_expand_expr()
124 modifier); in cxx_expand_expr()
127 return c_expand_expr (exp, target, tmode, modifier, alt_rtl); in cxx_expand_expr()
/trueos/contrib/file/src/
HDvasprintf.c304 int width, prec, modifier, approx_width; in dispatch() local
397 modifier = *SRCTXT; in dispatch()
399 if (modifier=='l' && *SRCTXT=='l') { in dispatch()
401 modifier = 'L'; /* 'll' == 'L' long long == long double */ in dispatch()
406 modifier = -1; /* no modifier specified */ in dispatch()
453 if (modifier != -1) { in dispatch()
454 if (modifier == 'L' && strchr("diouxX",type) != NULL) { in dispatch()
460 *format_ptr = modifier; in dispatch()
482 switch (modifier) { in dispatch()
502 if (modifier != -1) in dispatch()
[all …]
/trueos/contrib/gcc/
HDexpr.c6455 enum expand_modifier modifier) in expand_operands() argument
6461 *op0 = expand_expr (exp0, target, VOIDmode, modifier); in expand_operands()
6470 *op0 = expand_expr (exp0, target, VOIDmode, modifier); in expand_operands()
6471 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier); in expand_operands()
6480 expand_expr_constant (tree exp, int defer, enum expand_modifier modifier) in expand_expr_constant() argument
6485 if (modifier != EXPAND_INITIALIZER) in expand_expr_constant()
6495 enum expand_modifier modifier) in expand_expr_addr_expr_1() argument
6511 return XEXP (expand_expr_constant (exp, 0, modifier), 0); in expand_expr_addr_expr_1()
6518 return expand_expr (TREE_OPERAND (exp, 0), target, tmode, modifier); in expand_expr_addr_expr_1()
6523 tmode, modifier); in expand_expr_addr_expr_1()
[all …]
HDexpr.h491 enum expand_modifier modifier) in expand_expr() argument
493 return expand_expr_real (exp, target, mode, modifier, NULL); in expand_expr()
/trueos/contrib/binutils/gas/doc/
HDc-avr.texi137 modifier(relocatable-expression)
145 This modifier allows you to use bits 0 through 7 of
150 This modifier allows you to use bits 7 through 15 of an address expression
152 AVR @samp{ldi} instruction and @samp{lo8} modifier.
163 This modifier allows you to use bits 16 through 23 of
173 This modifier allows you to use bits 24 through 31 of
176 @samp{hhi8}, modifier.
190 This modifier allows you to use bits 0 through 7 of
192 This modifier useful for addressing data or code from
198 This modifier allows you to use bits 8 through 15 of
[all …]
/trueos/share/colldef/
HDhi_IN.ISCII-DEV.src12 <Vowel-modifier-Chandrabindu>;...;<Vowel-modifier-Visarg>; \
HDmap.ISCII-DEV81 Vowel-modifier-Chandrabindu �
82 Vowel-modifier-Anuswar �
83 Vowel-modifier-Visarg �
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.cpp20 SystemZCP::SystemZCPModifier modifier) in SystemZConstantPoolValue() argument
21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
HDSystemZInstrFP.td161 // with the second operand (modifier M3) specifying the rounding mode.
172 // fp_to_sint always rounds towards zero, which is modifier value 5.
214 // Round to an integer, with the second operand (modifier M3) specifying
229 // frint rounds according to the current mode (modifier 0) and detects
/trueos/contrib/llvm/lib/Target/ARM/
HDARMConstantPoolValue.cpp32 ARMCP::ARMCPModifier modifier, in ARMConstantPoolValue() argument
35 PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
41 ARMCP::ARMCPModifier modifier, in ARMConstantPoolValue() argument
44 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
/trueos/contrib/tcsh/nls/C/
HDset19 6 Incomplete [] modifier
11 8 Bad : modifier in $ (%c)
96 93 Bad ! modifier: %c
/trueos/usr.sbin/ancontrol/
HDancontrol.c1525 int modifier = 0; in main() local
1598 modifier = atoi(optarg); in main()
1601 switch(modifier) { in main()
1618 modifier); in main()
1629 switch(modifier) { in main()
1659 if (modifier == 0) in main()
1660 modifier = 1; in main()
1744 an_setssid(iface, modifier, arg); in main()
1765 an_setkeys(iface, key, modifier); in main()
/trueos/contrib/file/magic/Magdir/
HDvirtual77 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
92 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
/trueos/contrib/binutils/bfd/
HDacinclude.m48 AC_DEFINE(USE_BINARY_FOPEN, 1, [Use b modifier when opening binary files?]) ;;
/trueos/sys/kern/
HDkern_event.c547 sbintime_t modifier; in timer2sbintime() local
551 modifier = SBT_1S; in timer2sbintime()
555 modifier = SBT_1MS; in timer2sbintime()
558 modifier = SBT_1US; in timer2sbintime()
561 modifier = SBT_1NS; in timer2sbintime()
568 if (data > SBT_MAX / modifier) in timer2sbintime()
571 return (modifier * data); in timer2sbintime()
/trueos/contrib/gdb/gdb/
HDdwarfread.c3164 char modifier; in decode_modified_type() local
3197 modifier = *modifiers++; in decode_modified_type()
3199 switch (modifier) in decode_modified_type()
3218 if (!(MOD_lo_user <= (unsigned char) modifier)) in decode_modified_type()
3222 && (unsigned char) modifier <= MOD_hi_user)) in decode_modified_type()
3227 DIE_NAME, modifier); in decode_modified_type()
/trueos/contrib/bmake/
HDbmake.cat1600 its value. This allows expansions using the ::@@ modifier
675 ${variable[:modifier[:...]]}
677 Each modifier begins with a colon, which may be escaped with a backslash
682 modifier_variable=modifier[:...]
685 In this case the first modifier in the modifier_variable does not start
758 sion. This modifier sets the separator to the character _c. If _c is
782 delimiter for the parts of the modifier string. The anchoring,
792 The ::CC modifier is just like the ::SS modifier except that the old and
797 The `1' modifier causes the substitution to apply to at most one
798 word; the `g' modifier causes the substitution to apply to as many
[all …]
HDChangeLog485 the entire modifier string, or not followed by ':', do not
565 o fix example of :? modifier in man page.
1048 o extract variable modifier code out of Var_Parse()
1068 o fix for :P modifier - sjg
1078 modifier list, document and test case - sjg
1138 o :0x modifier for randomizing a list
1230 o fix for ternary modifier
1260 :[] modifier - allows picking words from a variable.
1261 :tW modifier - allows treating value as one big word.
1324 * var.c (Var_Parse): fix bug in :ts modifier, after const
[all …]
/trueos/crypto/openssl/doc/crypto/
HDASN1_generate_nconf.pod35 =item B<[modifier,]type[:value]>
41 B<value> and B<modifier> are explained below.
/trueos/contrib/binutils/ld/
HDconfig.in130 /* Use b modifier when opening binary files? */

12345