path: busybox_1:1.37.0-10.1/procps/pidof.c
		pid_t *pl;
		/* reverse the pidlist like GNU pidof does.  */
		pidList = pidlist_reverse(find_pid_by_name(*argv));
		for (pl = pidList; *pl; pl++) {
