Home | History | Annotate | Download | only in bootpgw

Lines Matching defs:standalone

149 	int standalone;
181 * something else and we are running standalone.
187 standalone = TRUE;
193 standalone = FALSE;
264 standalone = FALSE;
267 case 's': /* standalone mode */
268 standalone = TRUE;
339 if (standalone) {
406 } /* if standalone */
486 fprintf(stderr, "\t -s\tforce standalone mode (run without inetd)\n");