/src/tests/usr.bin/xlint/lint1/ |
msg_128.c | 16 assign(void) function in typeref:typename:void
|
msg_128.c | 16 assign(void) function in typeref:typename:void
|
/src/usr.bin/make/unit-tests/ |
varmod-assign.mk | 1 # $NetBSD: varmod-assign.mk,v 1.28 2025/03/30 01:09:41 rillig Exp $ 8 all: mod-assign-empty-{1,2,3,4} 9 all: mod-assign-parse-{1,2,3} 10 all: mod-assign-shell-error 74 mod-assign-empty-1: 77 # expect: make: Invalid attempt to assign "value" to variable "" via modifier "::=" 80 mod-assign-empty-2: 83 # expect: make: Invalid attempt to assign "overwritten" to variable "" via modifier "::=" 86 mod-assign-empty-3: 89 # expect: make: Invalid attempt to assign "appended" to variable "" via modifier "::+= [all...] |
varmod-assign.mk | 1 # $NetBSD: varmod-assign.mk,v 1.28 2025/03/30 01:09:41 rillig Exp $ 8 all: mod-assign-empty-{1,2,3,4} 9 all: mod-assign-parse-{1,2,3} 10 all: mod-assign-shell-error 74 mod-assign-empty-1: 77 # expect: make: Invalid attempt to assign "value" to variable "" via modifier "::=" 80 mod-assign-empty-2: 83 # expect: make: Invalid attempt to assign "overwritten" to variable "" via modifier "::=" 86 mod-assign-empty-3: 89 # expect: make: Invalid attempt to assign "appended" to variable "" via modifier "::+= [all...] |
directive-include-guard.mk | 246 CASES+= variable-assign-indirect 247 LINES.variable-assign-indirect= \ 251 # expect: Parse_PushInput: variable-assign-indirect.tmp:1 252 # expect: Skipping 'variable-assign-indirect.tmp' because 'VARIABLE_ASSIGN_INDIRECT' is defined 256 CASES+= variable-assign-late 257 LINES.variable-assign-late= \ 262 # expect: Parse_PushInput: variable-assign-late.tmp:1 263 # expect: Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined 267 CASES+= variable-assign-nested 268 LINES.variable-assign-nested= [all...] |
directive-include-guard.mk | 246 CASES+= variable-assign-indirect 247 LINES.variable-assign-indirect= \ 251 # expect: Parse_PushInput: variable-assign-indirect.tmp:1 252 # expect: Skipping 'variable-assign-indirect.tmp' because 'VARIABLE_ASSIGN_INDIRECT' is defined 256 CASES+= variable-assign-late 257 LINES.variable-assign-late= \ 262 # expect: Parse_PushInput: variable-assign-late.tmp:1 263 # expect: Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined 267 CASES+= variable-assign-nested 268 LINES.variable-assign-nested= [all...] |
var-scope-local.mk | 189 all: var-scope-local-assign.o 196 var-scope-local-assign.o \ 217 # expect: Making var-scope-local-assign.o with make 'local' and env 'local'. 218 var-scope-local-assign.o: VAR= local
|
var-scope-local.mk | 189 all: var-scope-local-assign.o 196 var-scope-local-assign.o \ 217 # expect: Making var-scope-local-assign.o with make 'local' and env 'local'. 218 var-scope-local-assign.o: VAR= local
|
/src/usr.bin/mail/ |
vars.c | 114 * Assign a value to a variable. 117 assign(const char name[], const char values[]) function in typeref:typename:PUBLIC void
|
vars.c | 114 * Assign a value to a variable. 117 assign(const char name[], const char values[]) function in typeref:typename:PUBLIC void
|
/src/tests/lib/libcurses/director/ |
testlang_parse.y | 193 %token <string> ASSIGN 211 statement : assign 227 assign : ASSIGN VARNAME numeric { label 230 | ASSIGN VARNAME LPAREN expr RPAREN { 233 | ASSIGN VARNAME STRING { 236 | ASSIGN VARNAME BYTE { 636 * Assign the value given to the named variable. 655 err(1, "Could not malloc memory for assign string"); 663 err(1, "Could not malloc memory to assign byte string") [all...] |
testlang_parse.y | 193 %token <string> ASSIGN 211 statement : assign 227 assign : ASSIGN VARNAME numeric { label 230 | ASSIGN VARNAME LPAREN expr RPAREN { 233 | ASSIGN VARNAME STRING { 236 | ASSIGN VARNAME BYTE { 636 * Assign the value given to the named variable. 655 err(1, "Could not malloc memory for assign string"); 663 err(1, "Could not malloc memory to assign byte string") [all...] |
/src/usr.sbin/edquota/ |
edquota.c | 1145 assign(const char *fs, int idtype, function in typeref:typename:void 1382 assign(fs, idtype, soft, hard, grace, argv, argc);
|
edquota.c | 1145 assign(const char *fs, int idtype, function in typeref:typename:void 1382 assign(fs, idtype, soft, hard, grace, argv, argc);
|