Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y50 extern struct assignment *assignment;
61 struct assignment *assignment; member
66 %type <assignment> assignment assignments
74 assignment = $1;
78 assignments : assignment assignments
83 | assignment
86 assignment : LITERAL '=' STRING
101 $$->u.assignment = $4;
110 struct assignment *assignment; variable
114 ex(struct assignment *a, const char *fmt, ...) in ex()
[all …]
H A Dslc-gram.c120 extern struct assignment *assignment;
192 struct assignment *assignment; member
1173 assignment = (yyvsp[0].assignment); in yyparse()
1181 (yyvsp[-1].assignment)->next = (yyvsp[0].assignment); in yyparse()
1182 (yyval.assignment) = (yyvsp[-1].assignment); in yyparse()
1190 (yyval.assignment) = malloc(sizeof(*(yyval.assignment))); in yyparse()
1191 (yyval.assignment)->name = (yyvsp[-2].string); in yyparse()
1192 (yyval.assignment)->type = a_value; in yyparse()
1193 (yyval.assignment)->lineno = lineno; in yyparse()
1194 (yyval.assignment)->u.value = (yyvsp[0].string); in yyparse()
[all …]
H A Dslc.h41 struct assignment { struct
46 struct assignment *assignment; member
49 struct assignment *next; argument
H A Dslc-gram.h79 struct assignment *assignment; member
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/
H A Dpostmulti.c1004 static void check_name_assignments(NAME_ASSIGNMENT *assignment) in check_name_assignments() argument
1014 if (assignment->name && *assignment->name) { in check_name_assignments()
1015 if (!check_safe_name(assignment->name)) in check_name_assignments()
1017 assignment->name); in check_name_assignments()
1018 if (strchr(assignment->name, '/')) in check_name_assignments()
1020 assignment->name); in check_name_assignments()
1021 if (NEED_NAME_PREFIX(assignment->name)) in check_name_assignments()
1029 if (assignment->gname && *assignment->gname) { in check_name_assignments()
1030 if (!check_safe_name(assignment->gname)) in check_name_assignments()
1031 msg_fatal("Unsafe characters in '-G %s'", assignment->gname); in check_name_assignments()
[all …]
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dassert_get.c45 char *assignment; in parse_toggle() local
49 if ((assignment = strdup(str)) == NULL) in parse_toggle()
51 if ((val = strchr(assignment, '=')) == NULL) in parse_toggle()
52 errx(1, "invalid assignment '%s'", assignment); in parse_toggle()
54 key = assignment; in parse_toggle()
73 free(assignment); in parse_toggle()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DRegBankSelect.rst9 It iteratively maps instructions to a set of per-operand bank assignment.
58 assignment. This is the default at -O0.
61 target-provided bank assignment alternatives.
71 integer scalars, the default assignment for loads and stores is the integer
/netbsd-src/bin/sh/
H A Darithmetic.c203 static intmax_t assignment(int, int);
366 b = assignment(arith_token(), noeval | !a); in cond()
380 assignment(int var, int noeval) in assignment() function
397 result = assignment(arith_token(), noeval); in assignment()
412 intmax_t result = assignment(token, noeval); in comma_list()
417 result = assignment(arith_token(), noeval); in comma_list()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dtest35.ref1 ./postconf: warning: ./master.cf: read-only parameter assignment: process_name=aaa
2 ./postconf: warning: ./master.cf: read-only parameter assignment: process_id=bbb
H A Dtest34.ref1 ./postconf: warning: ./main.cf: read-only parameter assignment: process_name=xxx
2 ./postconf: warning: ./main.cf: read-only parameter assignment: process_id=yyy
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst103 an assignment: a value that can be computed somehow, and assigned
109 side of an assignment: a storage area (such as a variable).
111 In other words, every assignment can be thought of as:
118 :c:type:`gcc_jit_rvalue *`, where in an assignment of the form:
168 an assignment of `0` to `local_i` at the beginning of the function.
200 an assignment statement, and using :c:func:`gcc_jit_context_zero` to get
202 the assignment:
258 The C statement `sum += i * i;` is an assignment operation, where an
278 of the assignment.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst103 an assignment: a value that can be computed somehow, and assigned
109 side of an assignment: a storage area (such as a variable).
111 In other words, every assignment can be thought of as:
118 :c:type:`gcc_jit_rvalue *`, where in an assignment of the form:
168 an assignment of `0` to `local_i` at the beginning of the function.
200 an assignment statement, and using :c:func:`gcc_jit_context_zero` to get
202 the assignment:
258 The C statement `sum += i * i;` is an assignment operation, where an
278 of the assignment.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/
H A Dtutorial03.rst110 an assignment: a value that can be computed somehow, and assigned
116 side of an assignment: a storage area (such as a variable).
118 In other words, every assignment can be thought of as:
125 :type:`gccjit::rvalue`, where in an assignment of the form:
177 an assignment of `0` to `local_i` at the beginning of the function.
205 an assignment statement, and using :func:`gccjit::context::zero` to get
207 the assignment:
263 The C statement `sum += i * i;` is an assignment operation, where an
277 of the assignment.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial03.rst110 an assignment: a value that can be computed somehow, and assigned
116 side of an assignment: a storage area (such as a variable).
118 In other words, every assignment can be thought of as:
125 :type:`gccjit::rvalue`, where in an assignment of the form:
177 an assignment of `0` to `local_i` at the beginning of the function.
205 an assignment statement, and using :func:`gccjit::context::zero` to get
207 the assignment:
263 The C statement `sum += i * i;` is an assignment operation, where an
277 of the assignment.
/netbsd-src/sys/fs/tmpfs/
H A DTODO7 struct vop_*_args assignment into *ap with comment like:
15 vop_*_args assignment. Those are very ugly and add a lot of redundancy.
/netbsd-src/usr.bin/make/unit-tests/
H A Dcmdline-undefined.exp1 The = assignment operator
9 The := assignment operator
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Denvironment.c49 find_var(char **env, char *assignment, size_t len) in find_var() argument
53 if(strncmp(env[i], assignment, len) == 0) in find_var()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td143 "%select{read of|read of|assignment to|increment of|decrement of|"
148 "%select{read of|read of|assignment to|increment of|decrement of|"
160 "%select{read of|read of|assignment to|increment of|decrement of|"
164 "%select{read of|read of|assignment to|increment of|decrement of|"
171 "%select{read of|read of|assignment to|increment of|decrement of|"
185 "%select{read of|read of|assignment to|increment of|decrement of|"
190 "%select{read of|read of|assignment to|increment of|decrement of|"
196 "%select{read of|read of|assignment to|increment of|decrement of|"
202 "%select{read of|read of|assignment to|increment of|decrement of|"
208 "assignment would change active union member during the initialization of "
[all …]
/netbsd-src/tests/bin/sh/
H A Dt_varval.sh117 atf_test_case assignment
256 atf_add_test_case assignment
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBN_zero.pod5 BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
29 is useful for use in comparisons and assignment.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBN_zero.pod5 BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
29 is useful for use in comparisons and assignment.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Doptional162 // used to perform non-trivial copy assignment.
177 // used to perform non-trivial move assignment.
305 // Payload for optionals with non-trivial copy construction/assignment.
318 // Non-trivial copy assignment.
328 // Payload for optionals with non-trivial move construction/assignment.
341 // Non-trivial move assignment.
353 // Payload for optionals with non-trivial copy and move assignment.
365 // Non-trivial copy assignment.
374 // Non-trivial move assignment.
391 // Base class implements all the constructors and assignment operators:
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst467 expression appears on the left-hand side of a simple assignment operator
469 appears on the left-hand side of a compound assignment operator (e.g.
521 array-literal : '[' assignment-expression-list ']'
524 assignment-expression-list : assignment-expression (',' assignment-expression-list)?
535 key-value-pair : assignment-expression ':' assignment-expression
/netbsd-src/usr.bin/rpcgen/
H A Drpc_hout.c404 if (l->assignment) { in penumdef()
405 f_print(fout, " = %s", l->assignment); in penumdef()
406 last = l->assignment; in penumdef()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Doptional172 // used to perform non-trivial copy assignment.
187 // used to perform non-trivial move assignment.
344 // Payload for optionals with non-trivial copy construction/assignment.
357 // Non-trivial copy assignment.
367 // Payload for optionals with non-trivial move construction/assignment.
380 // Non-trivial move assignment.
392 // Payload for optionals with non-trivial copy and move assignment.
404 // Non-trivial copy assignment.
413 // Non-trivial move assignment.
430 // Base class implements all the constructors and assignment operators:
[all …]

12345678910>>...34