binfile 28 source3/web/startstop.c char *binfile = NULL;
binfile 38 source3/web/startstop.c if (asprintf(&binfile, "%s/smbd", get_dyn_SBINDIR()) > 0) {
binfile 40 source3/web/startstop.c execl(binfile, binfile, "-D", NULL);
binfile 48 source3/web/startstop.c char *binfile = NULL;
binfile 58 source3/web/startstop.c if (asprintf(&binfile, "%s/nmbd", get_dyn_SBINDIR()) > 0) {
binfile 60 source3/web/startstop.c execl(binfile, binfile, "-D", NULL);
binfile 68 source3/web/startstop.c char *binfile = NULL;
binfile 78 source3/web/startstop.c if (asprintf(&binfile, "%s/winbindd", get_dyn_SBINDIR()) > 0) {
binfile 80 source3/web/startstop.c execl(binfile, binfile, NULL);