/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
|
jobs-error-nested-make.mk | 1 # $NetBSD: jobs-error-nested-make.mk,v 1.2 2021/01/07 18:11:23 sjg Exp $ 17 ${MAKE} -f ${MAKEFILE} nested 19 nested: .PHONY target
|
jobs-error-nested.mk | 1 # $NetBSD: jobs-error-nested.mk,v 1.1 2020/12/01 17:50:04 rillig Exp $ 17 ${MAKE} -f ${MAKEFILE} nested 19 nested: .PHONY target
|
opt-where-am-i.mk | 5 # large source trees that involve several nested make calls.
|
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
|
cond-op-parentheses.mk | 28 # Test for deeply nested conditions. 34 # Parentheses can be nested at least to depth 112. There is nothing special
|
varmod-undefined.mk | 26 # nested. 28 .if ${:U${:Unested}${${${:Udeeply}}}} != nested 32 # The nested expressions may contain braces, and these braces don't
|
directive-for-generating-endif.mk | 4 # directives to close nested .if directives. Depending on the exact
|
include-main.mk | 11 # properly handle nested includes and even .for loops.
|
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
|
/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/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 in typeref:typename:char[64]* [1]*** 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,
|
/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 in typeref:typename:void 157 nested(void) function in typeref:typename:void
|
lsym_preprocessing.c | 59 * Nested conditional compilation. 71 # if nested /* inner if comment */
|
lsym_lparen_or_lbracket.c | 55 int nested = ( variable in typeref:typename:int 67 int nested = ( variable in typeref:typename:int
|
/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
|