path: sysvinit_3.15-6/src/killall5.c
	/* Were we called as 'pidof' ? */
	if (strcmp(progname, "pidof") == 0)
		return main_pidof(argc, argv);
	/* Right, so we are "killall". */
