/netbsd-src/usr.bin/make/unit-tests/ |
H A D | moderrs.exp | 1 make: Unknown modifier "Z" 4 make: Unknown modifier "Z" 7 make: Unclosed expression, expecting '}' for modifier "S,V,v," 10 make: Unclosed expression after indirect modifier, expecting '}' 13 make: Unfinished modifier (',' missing) 16 make: Unfinished modifier ('@' missing) 19 make: Unfinished modifier ('@' missing) 23 make: Unclosed expression, expecting '}' for modifier "@var@${var}}...@" 27 make: Unfinished modifier (']' missing) 30 make: Unfinished modifier (']' missin [all...] |
H A D | varparse-errors.exp | 1 make: "varparse-errors.mk" line 38: Unknown modifier "Z" 3 make: "varparse-errors.mk" line 47: Unknown modifier "Z" 5 make: "varparse-errors.mk" line 73: Bad modifier ":OX" 7 make: "varparse-errors.mk" line 73: Bad modifier ":OX" 10 make: "varparse-errors.mk" line 73: Bad modifier ":OX" 12 make: "varparse-errors.mk" line 73: Bad modifier ":OX" 15 make: "varparse-errors.mk" line 81: Unclosed expression, expecting '}' for modifier "Q" 17 make: "varparse-errors.mk" line 83: Unclosed expression, expecting '}' for modifier "sh" 19 make: "varparse-errors.mk" line 85: Unclosed expression, expecting '}' for modifier "tA" 21 make: "varparse-errors.mk" line 87: Unclosed expression, expecting '}' for modifier "ts [all...] |
H A D | vardebug.exp | 15 Evaluating modifier ${VAR:M...} on value "1 2 3" 20 Evaluating modifier ${VAR:N...} on value "1 2 3" 25 Evaluating modifier ${VAR:S...} on value "1 2 3" 31 Evaluating modifier ${VAR:Q} on value "1 2 3" 34 Evaluating modifier ${VAR:t...} on value "1 2 3" 36 Evaluating modifier ${VAR:t...} on value "1 2 3" 38 Evaluating modifier ${VAR:Q} on value "1 2 3" 41 Evaluating modifier ${:U...} on value "" (eval, undefined) 43 Indirect modifier "M*e" from "${:UM*e}" 44 Evaluating modifier [all...] |
H A D | varmod-unique.mk | 7 . warning The modifier ':u' only merges _adjacent_ duplicate words. 11 . warning The modifier ':u' must merge adjacent duplicate words. 15 . warning The modifier ':u' must do nothing with an empty word list. 19 . warning The modifier ':u' must normalize the whitespace. 23 . warning The modifier ':u' must do nothing with a single-element word list. 27 . warning The modifier ':u' must normalize the whitespace. 31 . warning The modifier ':u' must merge _all_ adjacent duplicate words. 35 . warning The modifier ':u' must normalize whitespace between the words.
|
H A D | varmod-select-words.exp | 1 make: Bad modifier ":[]" 41 make: Bad modifier ":[1.]" 44 make: Bad modifier ":[1]." 51 make: Bad modifier ":[-]" 54 make: Bad modifier ":[--]" 75 make: Bad modifier ":[1.]" 78 make: Bad modifier ":[1..]" 81 make: Bad modifier ":[1.. ]" 85 make: Bad modifier ":[1..1.]" 92 make: Bad modifier " [all...] |
H A D | varmod-to-separator.exp | 9 make: "varmod-to-separator.mk" line 188: Bad modifier ":ts\-300" 11 make: "varmod-to-separator.mk" line 197: Bad modifier ":ts\8" 13 make: "varmod-to-separator.mk" line 205: Bad modifier ":ts\100L" 15 make: "varmod-to-separator.mk" line 213: Bad modifier ":ts\x40g" 17 make: "varmod-to-separator.mk" line 222: Bad modifier ":tx" 19 make: "varmod-to-separator.mk" line 230: Bad modifier ":ts\X" 21 make: "varmod-to-separator.mk" line 239: Bad modifier ":t\X" 23 make: "varmod-to-separator.mk" line 255: Bad modifier ":ts\69"
|
H A D | varmod-match-escape.exp | 4 Evaluating modifier ${SPECIALS:M...} on value "\: : \\ * \*" 9 Evaluating modifier ${SPECIALS:M...} on value "\: : \\ * \*" 17 Evaluating modifier ${VALUES:M...} on value ": :: :\:" 19 Evaluating modifier ${:U} on value "" (eval, undefined) 25 Evaluating modifier ${VALUES:M...} on value ": :: :\:" 27 Evaluating modifier ${:U...} on value "" (eval, undefined) 38 make: "varmod-match-escape.mk" line 110: Unfinished character list in pattern '[A-]' of modifier ':M' 41 make: "varmod-match-escape.mk" line 110: Unfinished character list in pattern '[^A-]' of modifier ':M'
|
H A D | directive-export-impl.exp | 8 Evaluating modifier ${UT_VAR:N...} on value "<>" 16 Evaluating modifier ${:!...} on value "" (eval, undefined) 20 Evaluating modifier ${.MAKE.EXPORTED:O} on value "UT_VAR" 22 Evaluating modifier ${.MAKE.EXPORTED:u} on value "UT_VAR" 31 Evaluating modifier ${UT_VAR:N...} on value "<>" 41 Evaluating modifier ${:!...} on value "" (eval, undefined) 45 Evaluating modifier ${.MAKE.EXPORTED:O} on value "UT_VAR" 47 Evaluating modifier ${.MAKE.EXPORTED:u} on value "UT_VAR"
|
/netbsd-src/lib/libc/gen/ |
H A D | fmtcheck.c | 96 enum e_modifier modifier; in get_next_format_from_precision() local 106 modifier = MOD_CHAR; in get_next_format_from_precision() 108 modifier = MOD_SHORT; in get_next_format_from_precision() 113 modifier = MOD_INTMAXT; in get_next_format_from_precision() 120 modifier = MOD_QUAD; in get_next_format_from_precision() 122 modifier = MOD_LONG; in get_next_format_from_precision() 127 modifier = MOD_QUAD; in get_next_format_from_precision() 131 modifier = MOD_PTRDIFFT; in get_next_format_from_precision() 135 modifier = MOD_SIZET; in get_next_format_from_precision() 139 modifier = MOD_LONGDOUBLE; in get_next_format_from_precision() [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | strftime.c | 569 int modifier; /* Field modifier ('E', 'O', or 0). */ variable 716 modifier = *f++; 720 modifier = 0; 736 if (modifier != 0) 742 if (modifier != 0) 757 if (modifier != 0) 778 if (modifier != 0) 788 if (modifier != 0) 803 if (modifier == L_('O')) 806 if (! (modifier == 'E' [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | strftime.c | 482 int modifier; /* Field modifier ('E', 'O', or 0). */ in my_strftime() local 637 modifier = *f++; in my_strftime() 641 modifier = 0; in my_strftime() 661 if (modifier != 0) in my_strftime() 667 if (modifier != 0) in my_strftime() 682 if (modifier != 0) in my_strftime() 703 if (modifier != 0) in my_strftime() 713 if (modifier != 0) in my_strftime() 728 if (modifier == L_('O')) in my_strftime() 731 if (! (modifier == 'E' in my_strftime() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | localcharset.c | 873 const char *modifier; in locale_charset() local 877 modifier = strchr (dot, '@'); in locale_charset() 878 if (modifier == NULL) in locale_charset() 880 if (modifier - dot < sizeof (resultbuf)) in locale_charset() 883 memcpy (resultbuf, dot, modifier - dot); in locale_charset() 884 resultbuf [modifier - dot] = '\0'; in locale_charset() 976 const char *modifier; in locale_charset() local 980 modifier = strchr (dot, '@'); in locale_charset() 981 if (modifier == NULL) in locale_charset() 983 if (modifier - dot < sizeof (resultbuf)) in locale_charset() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | localcharset.c | 323 const char *modifier; in locale_charset() local 327 modifier = strchr (dot, '@'); in locale_charset() 328 if (modifier == NULL) in locale_charset() 330 if (modifier - dot < sizeof (buf)) in locale_charset() 332 memcpy (buf, dot, modifier - dot); in locale_charset() 333 buf [modifier - dot] = '\0'; in locale_charset() 406 const char *modifier; in locale_charset() local 410 modifier = strchr (dot, '@'); in locale_charset() 411 if (modifier == NULL) in locale_charset() 413 if (modifier - dot < sizeof (buf)) in locale_charset() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | localcharset.c | 323 const char *modifier; in locale_charset() local 327 modifier = strchr (dot, '@'); in locale_charset() 328 if (modifier == NULL) in locale_charset() 330 if (modifier - dot < sizeof (buf)) in locale_charset() 332 memcpy (buf, dot, modifier - dot); in locale_charset() 333 buf [modifier - dot] = '\0'; in locale_charset() 406 const char *modifier; in locale_charset() local 410 modifier = strchr (dot, '@'); in locale_charset() 411 if (modifier == NULL) in locale_charset() 413 if (modifier - dot < sizeof (buf)) in locale_charset() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | localcharset.c | 324 const char *modifier; in locale_charset() local 328 modifier = strchr (dot, '@'); in locale_charset() 329 if (modifier == NULL) in locale_charset() 331 if (modifier - dot < sizeof (buf)) in locale_charset() 333 memcpy (buf, dot, modifier - dot); in locale_charset() 334 buf [modifier - dot] = '\0'; in locale_charset() 407 const char *modifier; in locale_charset() local 411 modifier = strchr (dot, '@'); in locale_charset() 412 if (modifier == NULL) in locale_charset() 414 if (modifier - dot < sizeof (buf)) in locale_charset() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | localcharset.c | 323 const char *modifier; in locale_charset() local 327 modifier = strchr (dot, '@'); in locale_charset() 328 if (modifier == NULL) in locale_charset() 330 if (modifier - dot < sizeof (buf)) in locale_charset() 332 memcpy (buf, dot, modifier - dot); in locale_charset() 333 buf [modifier - dot] = '\0'; in locale_charset() 406 const char *modifier; in locale_charset() local 410 modifier = strchr (dot, '@'); in locale_charset() 411 if (modifier == NULL) in locale_charset() 413 if (modifier - dot < sizeof (buf)) in locale_charset() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-tilegx.texi | 169 modifier(symbol) 178 This modifier is used to load bits 0-15 of the symbol's address. 182 This modifier is used to load bits 16-31 of the symbol's address. 186 This modifier is used to load bits 32-47 of the symbol's address. 190 This modifier is used to load bits 48-63 of the symbol's address. 194 This modifier yields the same value as @code{hw0}, but it also checks 199 This modifier yields the same value as @code{hw1}, but it also checks 204 This modifier yields the same value as @code{hw2}, but it also checks 217 This modifier is used to load bits 0-15 of the symbol's offset in the 222 This modifier yields the same value as @code{hw0_got}, but it also [all …]
|
H A D | c-tilepro.texi | 153 modifier(symbol) 162 This modifier is used to load the low 16 bits of the symbol's address, 169 This modifier is used to load the high 16 bits of the symbol's 187 This modifier is used to load the offset of the GOT entry 192 This modifier is used to load the sign-extended low 16 bits of the 197 This modifier is used to load the sign-extended high 16 bits of the 202 This modifier is like @code{got_hi16}, but it adds one if 207 This modifier is used for function symbols. It causes a 220 This modifier is used to load the offset of the GOT entry of the 225 This modifier is used to load the sign-extended low 16 bits of the [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-tilegx.texi | 169 modifier(symbol) 178 This modifier is used to load bits 0-15 of the symbol's address. 182 This modifier is used to load bits 16-31 of the symbol's address. 186 This modifier is used to load bits 32-47 of the symbol's address. 190 This modifier is used to load bits 48-63 of the symbol's address. 194 This modifier yields the same value as @code{hw0}, but it also checks 199 This modifier yields the same value as @code{hw1}, but it also checks 204 This modifier yields the same value as @code{hw2}, but it also checks 217 This modifier is used to load bits 0-15 of the symbol's offset in the 222 This modifier yields the same value as @code{hw0_got}, but it also [all …]
|
H A D | c-tilepro.texi | 153 modifier(symbol) 162 This modifier is used to load the low 16 bits of the symbol's address, 169 This modifier is used to load the high 16 bits of the symbol's 187 This modifier is used to load the offset of the GOT entry 192 This modifier is used to load the sign-extended low 16 bits of the 197 This modifier is used to load the sign-extended high 16 bits of the 202 This modifier is like @code{got_hi16}, but it adds one if 207 This modifier is used for function symbols. It causes a 220 This modifier is used to load the offset of the GOT entry of the 225 This modifier is used to load the sign-extended low 16 bits of the [all …]
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | vasprintf.c | 304 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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | explodename.c | 53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument 57 const char **modifier; 69 *modifier = NULL; 130 *modifier = ++cp; 187 if (*modifier != NULL && (*modifier)[0] == '\0')
|
/netbsd-src/external/gpl3/gdb.old/dist/intl/ |
H A D | explodename.c | 53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument 57 const char **modifier; 69 *modifier = NULL; 130 *modifier = ++cp; 187 if (*modifier != NULL && (*modifier)[0] == '\0')
|
/netbsd-src/external/gpl3/binutils.old/dist/intl/ |
H A D | explodename.c | 53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument 57 const char **modifier; 69 *modifier = NULL; 130 *modifier = ++cp; 187 if (*modifier != NULL && (*modifier)[0] == '\0')
|
/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | explodename.c | 55 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument 59 const char **modifier; 71 *modifier = NULL; 132 *modifier = ++cp; 189 if (*modifier != NULL && (*modifier)[0] == '\0')
|