Home
last modified time | relevance | path

Searched refs:nogroup (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.bin/tftp/tests/
H A Dtftp_test.sh211 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 Dpwcache.c83 group_from_gid(gid_t gid, int nogroup) in group_from_gid() argument
103 if (nogroup) in group_from_gid()
/freebsd/etc/
H A Dgroup37 nogroup:*:65533:
/freebsd/usr.sbin/periodic/etc/weekly/
H A D340.noid49 \( -nogroup -o -nouser \) -print | sed 's/^/ /' |
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dt_enable_quotas.sh50 atf_check -o ignore -e ignore tunefs -q nouser -q nogroup -F ${IMG}
/freebsd/usr.sbin/mountd/
H A Dmountd.c269 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 Dpreworld_test.sh103 nogroup:*:65533:
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c262 if (!group_member(link->ifla_ifname, args->matchgroup, args->nogroup)) in match_iface()
H A Difconfig.c491 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 DREADME14 (eg. nobody:nogroup) and set SUID and SGID bits, else some tests that
/freebsd/share/examples/csh/
H A Ddot.cshrc38 … '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 Dkmp_tasking.cpp5209 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 Dkmp_gsupport.cpp1778 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop() local
1853 if (!nogroup) { in __GOMP_taskloop()
1871 if (!nogroup) { in __GOMP_taskloop()
H A Dkmp.h4334 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 DOMP.td267 def OMPC_NoGroup : Clause<"nogroup"> {
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh175 c/-/"(fstype name perm prune type user nouser group nogroup size inum \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7256 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 DDiagnosticSemaKinds.td11431 "'reduction' clause cannot be used with 'nogroup' clause">;