Home
last modified time | relevance | path

Searched refs:check_access (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/usr.sbin/rpcbind/
Dpmap_svc.c82 check_access(xprt, rqstp->rq_proc, NULL, PMAPVERS); in pmap_service()
188 if (!check_access(xprt, op, &reg, PMAPVERS)) { in pmapproc_change()
277 if (!check_access(xprt, PMAPPROC_GETPORT, &reg, PMAPVERS)) { in pmapproc_getport()
350 if (!check_access(xprt, PMAPPROC_DUMP, NULL, PMAPVERS)) { in pmapproc_dump()
Drpcb_svc.c91 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()
Drpcb_svc_4.c93 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()
Drpcbind.h128 int check_access(SVCXPRT *, rpcproc_t, void *, unsigned int);
Dsecurity.c75 check_access(SVCXPRT *xprt, rpcproc_t proc, void *args, unsigned int rpcbvers) in check_access() function
/netbsd/src/external/bsd/ppp/dist/pppd/
Dauth.c314 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/
Dgimple-ssa-warn-access.h45 extern bool check_access (tree, tree, tree, tree, tree, access_mode,
Dgimple-ssa-warn-access.cc1256 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 …]
Dbuiltins.cc3744 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()
DChangeLog-2020940 * 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 …]
DChangeLog-20211469 * 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.
DChangeLog-20192912 * 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
DChangeLog-201815670 (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
DChangeLog-20172349 (check_access): ...to this. Rename function arguments for clarity.
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/
Dvec_comps.exp268 proc check_access { name } { procedure
368 check_access ${name}
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c2787 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/
DChangeLog-2002307 (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
DChangeLog-20034363 * 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.
Dclass.cc613 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()