/freebsd/usr.bin/tftp/tests/ |
H A D | tftp_test.sh | 211 chown nobody:nogroup "${remote_file}" 233 chown nobody:nogroup "${remote_file}" 255 chown nobody:nogroup "${remote_file}" 278 chown nobody:nogroup "${remote_file}" 300 chown nobody:nogroup "${remote_file}" 322 chown nobody:nogroup "${remote_file}" 346 chown nobody:nogroup "${tftp_dir}/subdir/${f}.txt" 374 chown nobody:nogroup "${tftp_dir}/subdir/${f}.txt"
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | pwcache.c | 83 group_from_gid(gid_t gid, int nogroup) in group_from_gid() argument 103 if (nogroup) in group_from_gid()
|
/freebsd/etc/ |
H A D | group | 37 nogroup:*:65533:
|
/freebsd/usr.sbin/periodic/etc/weekly/ |
H A D | 340.noid | 49 \( -nogroup -o -nouser \) -print | sed 's/^/ /' |
|
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/ |
H A D | t_enable_quotas.sh | 50 atf_check -o ignore -e ignore tunefs -q nouser -q nogroup -F ${IMG}
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 269 static gid_t nogroup(); 1616 anon.cr_groups[0] = nogroup(); in get_exportlist_one() 3663 goto nogroup; in parsecred() 3676 goto nogroup; in parsecred() 3715 goto nogroup; in parsecred() 3718 nogroup: in parsecred() 3720 cr->cr_groups[0] = nogroup(); in parsecred() 4106 nogroup() in nogroup() function 4108 static gid_t nogroup = 0; /* 0 means unset. */ in nogroup() local 4110 if (nogroup == 0) { in nogroup() [all …]
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | preworld_test.sh | 103 nogroup:*:65533:
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig_netlink.c | 262 if (!group_member(link->ifla_ifname, args->matchgroup, args->nogroup)) in match_iface()
|
H A D | ifconfig.c | 491 args->nogroup = optarg; in args_parse() 829 if (!group_member(ifa->ifa_name, args->matchgroup, args->nogroup)) in list_interfaces_ioctl()
|
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | README | 14 (eg. nobody:nogroup) and set SUID and SGID bits, else some tests that
|
/freebsd/share/examples/csh/ |
H A D | dot.cshrc | 38 … 'c/-/(fstype name perm prune type user nouser group nogroup size inum atime mtime ctime exec \
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_tasking.cpp | 5209 int nogroup, int sched, kmp_uint64 grainsize, argument 5213 if (nogroup == 0) { 5366 if (nogroup == 0) { 5392 kmp_uint64 *lb, kmp_uint64 *ub, kmp_int64 st, int nogroup, argument 5396 __kmp_taskloop(loc, gtid, task, if_val, lb, ub, st, nogroup, sched, grainsize, 5420 int nogroup, int sched, kmp_uint64 grainsize, argument 5424 __kmp_taskloop(loc, gtid, task, if_val, lb, ub, st, nogroup, sched, grainsize,
|
H A D | kmp_gsupport.cpp | 1778 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop() local 1853 if (!nogroup) { in __GOMP_taskloop() 1871 if (!nogroup) { in __GOMP_taskloop()
|
H A D | kmp.h | 4334 kmp_uint64 *ub, kmp_int64 st, kmp_int32 nogroup, 4340 kmp_int32 nogroup, kmp_int32 sched,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 267 def OMPC_NoGroup : Clause<"nogroup"> {
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 175 c/-/"(fstype name perm prune type user nouser group nogroup size inum \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7256 INTERCEPTOR(const char *, group_from_gid, u32 gid, int nogroup) { 7259 COMMON_INTERCEPTOR_ENTER(ctx, group_from_gid, gid, nogroup); 7260 group = REAL(group_from_gid)(gid, nogroup);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 11431 "'reduction' clause cannot be used with 'nogroup' clause">;
|