Searched refs:daemon (Results 51 - 75 of 182) sorted by relevance

12345678

/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py59 # Initializes thread and daemon allows for ctrl-c kill
61 self.daemon = True
H A Dp2p_stop_find.py57 # Initializes thread and daemon allows for ctrl-c kill
59 self.daemon = True
H A Dp2p_listen.py56 # Initializes thread and daemon allows for ctrl-c kill
58 self.daemon = True
H A Dp2p_disconnect.py55 # Initializes thread and daemon allows for ctrl-c kill
57 self.daemon = True
H A Dp2p_flush.py55 # Initializes thread and daemon allows for ctrl-c kill
57 self.daemon = True
H A Dp2p_group_add.py73 # Initializes thread and daemon allows for ctrl-c kill
75 self.daemon = True
H A Dp2p_invite.py70 # Initializes thread and daemon allows for ctrl-c kill
72 self.daemon = True
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile18 convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c332 daemon(0, 1);
334 daemon(0, 0);
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf99 daemon:\
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh81 daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
93 daemon:*:1:
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strcasestr.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
H A Dopenbsd-compat.h119 int daemon(int nochdir, int noclose);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.init_fedora49 daemon $exec
H A Dunbound.init64 daemon $exec
/freebsd-11-stable/libexec/rpc.rwalld/
H A Drwalld.c133 daemon(0, 0);
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h87 # error This system cannot support daemon processing
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h63 int daemon(int, int);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h63 int daemon(int, int);
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c123 /* Become daemon if required */
124 if (detach && daemon(0, 0) < 0) {
125 syslog(LOG_CRIT, "Could not become daemon. %s (%d)",
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c231 if (daemon(0,0)) {
/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh9 uidoutrange="daemon"
11 gidoutrange="daemon" # We expect $uidinrange in this group
160 jailid=`jail -i / localhost 127.0.0.1 /usr/sbin/daemon -f /bin/sh -c "(sleep 5; touch $playground/test-jail) &"`
172 jailid=`jail -i / localhost 127.0.0.1 /usr/sbin/daemon -f /bin/sh -c "(sleep 5; touch $playground/test-jail) &"`
/freebsd-11-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c171 if (detach && daemon(0, 0) < 0) {
172 syslog(LOG_ERR, "Could not daemon(0, 0). %s (%d)",
260 "local SDP daemon. %s (%d)",
283 "service with local SDP daemon. " \
319 "service with local SDP daemon. " \
357 /* Become daemon */
358 daemon(0, 0);
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A DMakefile.in30 # Pathname of directory to install the rpcapd daemon
82 SRC = daemon.c \
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ')

Completed in 145 milliseconds

12345678