Home
last modified time | relevance | path

Searched refs:fork_to_background (Results 1 – 10 of 10) sorted by relevance

/dports/games/blobby/blobby-1.0/src/server/
H A Dservermain.cpp69 void fork_to_background();
92 fork_to_background(); in main()
264 void fork_to_background() in fork_to_background() function
/dports/ftp/wget/wget-1.21.2/src/
H A Dutils.h74 bool fork_to_background (void);
H A Dmswindows.c316 fork_to_background (void) in fork_to_background() function
H A Dutils.c461 fork_to_background (void) in fork_to_background() function
470 fork_to_background (void) in fork_to_background() function
H A Dmain.c1938 bool logfile_changed = fork_to_background (); in main()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dconky.cc304 static conky::simple_config_setting<bool> fork_to_background("background", variable
2774 fork_to_background.lua_set(*state);
2879 if (fork_to_background.get(*state) && (first_pass != 0)) {
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dconky.cc304 static conky::simple_config_setting<bool> fork_to_background("background", variable
2774 fork_to_background.lua_set(*state);
2879 if (fork_to_background.get(*state) && (first_pass != 0)) {
/dports/www/wget2/wget2-2.0.0/src/
H A Dwget.c150 fork_to_background(void);
1341 fork_to_background(); in main()
4366 static void fork_to_background(void) function
4387 static void fork_to_background(void) function
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog349 * src/utils.c (fork_to_background): Fix signature on VMS
2266 * src/mswindows.c: Fix prototype of fork_to_background()
2290 * ../src/utils.h: Set return type bool for fork_to_background()
8585 * src/src/mswindows.c (fork_to_background): Likewise.
12788 * src/utils.c (fork_to_background): Likewise.
16806 (fork_to_background): Use unique_create to create the file
16990 * src/mswindows.c (fork_to_background): Use it.
20011 * src/utils.c (fork_to_background): Print the PID of the child
24159 * src/mswindows.c (ws_handler): Use fork_to_background().
24191 * src/mswindows.c (fork_to_background): Define under Windows.
[all …]
/dports/www/wget2/wget2-2.0.0/
H A DChangeLog1060 fake_fork_child(), fake_fork(), fork_to_background().
3566 * src/wget.c: Added fork_to_background(), in order to implement --background