HomeSort by: relevance | last modified time | path
    Searched refs:nobody (Results 1 - 7 of 7) sorted by relevancy

  /src/etc/
weekly 74 chown nobody:nobody /var/db/locate.database
75 (cd / && nice -5 su -m nobody -c /usr/libexec/locate.updatedb 2>/dev/null)
  /src/libexec/atrun/
atrun.c 74 static const char nobody[] = "nobody"; variable in typeref:typename:const char[]
405 if ((grp = getgrnam(nobody)) == NULL)
406 perrx("Cannot get gid for `%s'", nobody);
408 if ((pwd = getpwnam(nobody)) == NULL)
409 perrx("Cannot get uid for `%s'", nobody);
413 * and gid nobody is fine except for privileged operations.
  /src/usr.bin/make/unit-tests/
dep-var.mk 5 # Uh oh, this feels so strange that probably nobody uses it. But it seems to
directive-for-escape.mk 39 # The double '$$' should intuitively prevent exactly this. Probably nobody
  /src/tests/usr.bin/indent/
t_misc.sh 240 * It is possible to embed comments in the middle of an option, but nobody
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 159 // Do not wait for the worker to free the memory -- nobody is going to touch
  /src/sys/uvm/pmap/
pmap_tlb.c 104 * 0) nobody needs to have its TLB entries invalidated
635 #define TLBINV_MAP(op, nobody, one, alluser, allkernel, all) \
636 (((( (nobody) << 3 * TLBINV_NOBODY) \

Completed in 65 milliseconds