| /src/tests/usr.bin/xlint/lint1/ |
| msg_093.c | 11 /* expect+1: warning: dubious static function 'nested' at block level [93] */ 12 static void nested(void); 14 nested();
|
| /src/usr.bin/make/unit-tests/ |
| directive-if-nested.exp | 1 make: directive-if-nested.inc:1001: deeply nested .if directives
|
| jobs-error-nested-make.exp | 1 make -f jobs-error-nested-make.mk nested 3 *** [nested] Error code 1 5 make: stopped making "nested" in unit-tests 8 make: stopped making "nested" in unit-tests
|
| directive-if-nested.mk | 1 # $NetBSD: directive-if-nested.mk,v 1.2 2025/01/03 05:00:37 rillig Exp $ 3 # Tests for deeply nested .if directives. By default, memory for 128 nested 9 GEN= directive-if-nested.inc 15 printf '.info deeply nested .if directives\n'; \
|
| jobs-error-nested.exp | 1 make -f jobs-error-nested.mk nested 3 *** [nested] Error code 1 5 make: stopped making "nested" in unit-tests 8 make: stopped making "nested" in unit-tests
|
| cond-undef-lint.mk | 55 # and a few others. Just because these nested variables are not defined, 59 # condition, there is no way to influence the definedness of the nested 61 # nested variables into empty strings, as an equivalent to the :U modifier. 63 NESTED_DEF= nested-defined
|
| include-main.exp | 8 in .for loop from include-sub.inc:30 with i = nested
|
| varmod-undefined.mk | 26 # nested. 28 .if ${:U${:Unested}${${${:Udeeply}}}} != nested 32 # The nested expressions may contain braces, and these braces don't
|
| parse-var.mk | 92 # If it was evaluated, nested expressions were parsed correctly, parsing each 98 # modifier, and that modifier contained a nested expression, the nested 100 # and closing delimiters, which failed for nested modifiers with unbalanced
|
| var-eval-short.mk | 11 # ParseModifierPart, for evaluating nested expressions 16 # The following tests only ensure that nested expressions are not evaluated. 52 # the nested expression ${FAIL} and then tried to parse the unexpanded text, 66 # nested expression ${FAIL}, which is correct, and then tried to compile the
|
| varmod-select-words.mk | 47 mod-squarebrackets-nested-ok-1 \ 48 mod-squarebrackets-nested-error-1 \ 49 mod-squarebrackets-nested-ok-2 \ 167 mod-squarebrackets-nested-ok-1: 176 mod-squarebrackets-nested-error-1: 179 mod-squarebrackets-nested-ok-2:
|
| directive-include-guard.exp | 45 Parse_PushInput: variable-assign-nested.tmp:1 46 Parse_PushInput: .for loop in variable-assign-nested.tmp:3 47 Skipping 'variable-assign-nested.tmp' because 'VARIABLE_ASSIGN_NESTED' is defined
|
| recursive.mk | 32 # When the variable is only parsed but not evaluated, bugs in nested
|
| var-op-sunsh.mk | 62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression 82 # whitespace character that is not nested with '\0' (see Parse_Var). 98 # expanding nested expressions, the token ' :sh' can be used to add arbitrary 109 # The unintended comment can include multiple levels of nested braces and
|
| /src/usr.sbin/sysinst/ |
| unif.awk | 50 nested = 0 55 nested++ 56 else_ok[nested] = 1 66 skip = nested 71 if (!else_ok[nested]) 73 else_ok[nested] = 0 74 if (skip == nested) 77 skip = nested 82 if (nested == 0) 84 if (skip == nested) [all...] |
| /src/tests/usr.bin/indent/ |
| opt_badp.c | 141 * The blank line is only inserted at the top of a function body, not in nested 146 nested(void) function 157 nested(void) function
|
| lsym_preprocessing.c | 59 * Nested conditional compilation. 71 # if nested /* inner if comment */
|
| lsym_lparen_or_lbracket.c | 55 int nested = ( variable 67 int nested = ( variable
|
| /src/usr.bin/login/ |
| common.h | 49 extern char term[64], *envinit[1], *hostname, *tty, *nested;
|
| login_pam.c | 128 nested = NULL; 219 nested = strdup(user_from_uid(getuid(), 0)); 220 if (nested == NULL) { 280 * Fill hostname tty, and nested user 284 if (nested) 285 PAM_SET_ITEM(PAM_NUSER, nested); 471 if (nested == NULL && setusercontext(lc, pwd, pwd->pw_uid,
|
| common.c | 80 char term[64], *envinit[1], *hostname, *tty, *nested; variable 210 } else if (nested != NULL) { 213 "%s", nested, pwd->pw_name, tty, hname, assbuf); 215 syslog(LOG_NOTICE, "%s to %s on tty %s", nested,
|
| login.c | 171 nested = NULL; 279 nested = strdup(user_from_uid(getuid(), 0)); 280 if (nested == NULL) { 577 if (nested == NULL && setusercontext(lc, pwd, pwd->pw_uid, 592 if (nested == NULL && setlogin(pwd->pw_name) < 0)
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| init.h | 18 u32 nested; member in struct:nvbios_init
|
| /src/tests/fs/tmpfs/ |
| t_mkdir.sh | 29 # Verifies that mkdir works by creating some nested directories. It also 72 atf_test_case nested 74 atf_set "descr" "Checks if nested directories can be created" 156 atf_add_test_case nested
|
| t_rmdir.sh | 80 atf_test_case nested 82 atf_set "descr" "Checks that removing nested directories works" 198 atf_add_test_case nested
|