| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| H A D | slc-gram.y | 50 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 D | slc-gram.c | 120 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 D | slc.h | 41 struct assignment { struct 46 struct assignment *assignment; member 49 struct assignment *next; argument
|
| H A D | slc-gram.h | 79 struct assignment *assignment; member
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postmulti/ |
| H A D | postmulti.c | 1004 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 D | assert_get.c | 45 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 D | RegBankSelect.rst | 9 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 D | arithmetic.c | 203 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 D | test35.ref | 1 ./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 D | test34.ref | 1 ./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 D | tutorial03.rst | 103 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 D | tutorial03.rst | 103 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 D | tutorial03.rst | 110 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 D | tutorial03.rst | 110 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 D | TODO | 7 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 D | cmdline-undefined.exp | 1 The = assignment operator 9 The := assignment operator
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | environment.c | 49 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 D | DiagnosticASTKinds.td | 143 "%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 D | t_varval.sh | 117 atf_test_case assignment 256 atf_add_test_case assignment
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BN_zero.pod | 5 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 D | BN_zero.pod | 5 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 D | optional | 162 // 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 D | ObjectiveCLiterals.rst | 467 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 D | rpc_hout.c | 404 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 D | optional | 172 // 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 …]
|