| /netbsd/src/usr.sbin/rpcbind/ |
| D | pmap_svc.c | 82 check_access(xprt, rqstp->rq_proc, NULL, PMAPVERS); in pmap_service() 188 if (!check_access(xprt, op, ®, PMAPVERS)) { in pmapproc_change() 277 if (!check_access(xprt, PMAPPROC_GETPORT, ®, PMAPVERS)) { in pmapproc_getport() 350 if (!check_access(xprt, PMAPPROC_DUMP, NULL, PMAPVERS)) { in pmapproc_dump()
|
| D | rpcb_svc.c | 91 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS); in rpcb_service_3() 169 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) { in rpcb_service_3()
|
| D | rpcb_svc_4.c | 93 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4); in rpcb_service_4() 222 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) { in rpcb_service_4()
|
| D | rpcbind.h | 128 int check_access(SVCXPRT *, rpcproc_t, void *, unsigned int);
|
| D | security.c | 75 check_access(SVCXPRT *xprt, rpcproc_t proc, void *args, unsigned int rpcbvers) in check_access() function
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | auth.c | 314 static void check_access (FILE *, char *); 543 check_access(ufile, fname); in setupapfile() 1564 check_access(f, filename); in check_passwd() 1662 check_access(f, filename); in null_login() 1708 check_access(f, filename); in get_pap_passwd() 1878 check_access(f, filename); in get_secret() 1931 check_access(fp, filename); in get_srp_secret() 2203 check_access(FILE *f, char *filename) in check_access() function 2320 check_access(sf, atfile); in scan_authfile() 2771 check_access(fp, filename); in get_eaptls_secret()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-ssa-warn-access.h | 45 extern bool check_access (tree, tree, tree, tree, tree, access_mode,
|
| D | gimple-ssa-warn-access.cc | 1256 check_access (GimpleOrTree exp, tree dstwrite, in check_access() function 1522 check_access (gimple *stmt, tree dstwrite, in check_access() function 1527 return check_access<gimple *> (stmt, dstwrite, maxread, srcstr, dstsize, in check_access() 1532 check_access (tree expr, tree dstwrite, in check_access() function 1536 return check_access<tree> (expr, dstwrite, maxread, srcstr, dstsize, in check_access() 2482 check_access (stmt, /*dstwrite=*/NULL_TREE, /*maxread=*/NULL_TREE, in check_strcat() 2553 check_access (stmt, /*dstwrite=*/NULL_TREE, maxread, srclen, in check_strncat() 2586 check_access (stmt, /*dstwrite=*/ NULL_TREE, in check_stxcpy() 2618 check_access (stmt, /*dstwrite=*/len, /*maxread=*/len, src, dstsize, in check_stxncpy() 2745 check_access (stmt, size, /*maxread=*/NULL_TREE, srcsize, dstsize, in check_memop_access() [all …]
|
| D | builtins.cc | 3744 return check_access (exp, /*dstwrite=*/NULL_TREE, maxread, srclen, in check_strncat_sizes() 10192 bool sizes_ok = check_access (exp, len, /*maxread=*/NULL_TREE, in expand_builtin_memory_chk() 10359 check_access (exp, size, maxread, srcstr, objsize, mode); in maybe_emit_chk_warning() 10416 check_access (exp, /*size=*/NULL_TREE, /*maxread=*/NULL_TREE, len, size, in maybe_emit_sprintf_chk_warning()
|
| D | ChangeLog-2020 | 940 * builtins.c (check_access): Call tree_inlined_location 2896 (check_access): Adjust to the above. 12758 (check_access): Add argument. Distinguish between reads and writes. 12762 (check_memop_access): Pass check_access an additional argument. 12770 (check_access): Add argument. 14164 (check_access): Remove unused arguments. Add new arguments. Handle 14182 (expand_builtin_memcmp): Remove warning code. Call check_access. 14183 (expand_builtin_strcmp): Call check_access instead of 14186 (expand_builtin_fork_or_exec): Call check_access instead of 14199 (check_access): Adjust signature. [all …]
|
| D | ChangeLog-2021 | 1469 * gimple-ssa-warn-access.cc (check_access): Adjust to member name 8513 (check_access): Add an argument and pass it along to callees. 15071 (check_access): Pass additional argument. 15834 (check_access): Use the remaining size after subtracting any offset 17467 * builtins.h (check_access): Move to gimple-ssa-warn-access.cc. 17483 (check_access): Same. 17499 (check_access): Same. 18576 (check_access): Same. 20883 (check_access): Same. 22014 (check_access): Same.
|
| D | ChangeLog-2019 | 2912 * builtins.c (check_access): Make extern. Consistently set no-warning 2915 * builtins.h (check_access): Declare. 10870 * builtins.c (check_access): Avoid using maxbound when null. 16069 * builtins.c (check_access): Remove assignment to maxread 36992 * builtins.c (check_access): Update call to get_range_strlen to use
|
| D | ChangeLog-2018 | 15670 (check_access): Be prepared for non-constant length ranges. 16431 * builtins.c (check_access): Bail out if range[0] is no INTEGER_CST. 26687 * builtins.c (check_access): Use warning_n. 31915 * builtins.c (check_access): Avoid warning when the no-warning bit
|
| D | ChangeLog-2017 | 2349 (check_access): ...to this. Rename function arguments for clarity.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/ |
| D | vec_comps.exp | 268 proc check_access { name } { procedure 368 check_access ${name}
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_check.c | 2787 static int check_access(SMTPD_STATE *state, const char *table, const char *name, in check_access() function 3275 *respt = check_access(state, acl->map_type_name, match_this, in check_ccert_access() 3320 result = check_access(state, table, state->sasl_username, in check_sasl_access() 4564 status = check_access(state, *cpp, var_smtpd_null_key, FULL, in generic_checks()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2002 | 307 (check_access): New field. 341 (maybe_push_to_top_level): Set check_access. 350 (register_dtor_fn): Tweak check_access. 409 * search.c (accessible_p): Use check_access, not
|
| D | ChangeLog-2003 | 4363 * cp-tree.h (saved_scope): Remove check_access field. 4366 scope_chain->check_access. 4370 instead of scope_chain->check_access. 4398 * parser.c (cp_parser_class_name): Remove check_access parameter.
|
| D | class.cc | 613 convert_to_base (tree object, tree type, bool check_access, bool nonnull, in convert_to_base() argument 627 binfo = lookup_base (object_type, type, check_access ? ba_check : ba_unique, in convert_to_base()
|